Mahavir Jain
7fc9b09c34
fix(cmake): for embedded data length use .long attribute
...
For Linux builds if the embedded data length exceeded 16-bit value then
the build used to fail with following error:
build/x509_crt_bundle.S: Assembler messages:
build/x509_crt_bundle.S:4201: Warning: value 0x1056e truncated to 0x56e
GNU ASM for X86 systems treats .word attribute as of size 2 bytes, this commit
uses .long attribute to take the size to 4 bytes.
2023-12-20 13:59:19 +05:30
..
2023-12-20 13:59:19 +05:30
2023-05-23 18:30:01 +02:00
2023-11-13 10:47:15 +08:00
2022-06-14 15:00:53 +08:00
2022-12-16 16:26:44 +01:00
2021-12-02 15:29:00 +01:00
2023-11-28 16:14:17 +08:00
2023-12-12 16:00:04 +08:00
2023-10-09 15:38:30 +02:00
2023-07-10 17:01:51 +02:00
2023-05-08 15:51:48 +08:00
2023-10-02 15:52:58 +02:00
2023-12-05 11:29:43 +01:00
2022-06-01 06:35:02 +00:00
2022-09-27 15:41:36 +02:00
2023-03-08 16:45:55 +01:00
2022-10-03 19:01:32 +04:00
2023-04-18 15:51:38 +08:00
2022-11-23 13:25:16 +03:00
2022-11-23 13:25:16 +03:00
2022-11-23 13:25:16 +03:00
2022-11-23 13:25:16 +03:00
2023-06-08 16:49:42 +03:00
2023-04-18 15:51:38 +08:00
2023-04-18 15:51:38 +08:00
2022-06-20 13:56:49 +08:00
2023-02-22 05:33:03 +00:00
2023-02-22 05:33:03 +00:00
2023-11-28 16:14:17 +08:00
2023-02-22 05:33:03 +00:00
2023-02-22 05:33:03 +00:00
2023-06-13 15:16:11 +08:00
2022-06-20 13:56:49 +08:00
2022-06-20 13:56:49 +08:00
2021-01-24 12:48:29 +01:00
2023-05-30 12:07:20 +02:00
2023-10-27 03:06:55 +02:00