cuiziwei
e21885b84a
nuttx/boards:Uniform initialization format for init_array.
...
(1) Keep the `.init_array` and `.ctors` symbols and sort them according to their initialization priority.
(2) Exclude symbols ending with crtend.* and crtbegin.* to support c++
application.if we not exclude crtend.* crtbegin.* frame_dummy will be
added when enable any c++ application with global variables, this symbol
execution is problematic, removing it does not affect the application.
Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
2024-08-19 19:48:32 +08:00
raiden00pl
b3ccc4c94c
boards/arm/nrf91/common/nrf91_boot_image.c: print message if no image found
...
if there is no valid boot image found we print error message and panic
2024-07-26 23:46:48 +08:00
raiden00pl
e01fb50541
compiler.h: rename CMSE extension attribute macros
...
rename CMSE extension attribute macros to avoid conflicts with 3rd party code:
cmse_nonsecure_entry -> tz_nonsecure_netry
cmse_nonsecure_call -> tz_nonsecure_call
2024-06-25 14:58:36 +02:00
raiden00pl
4996f0cd16
boards/nrf{52|53|91}/common: add reset logic
2024-02-17 04:59:56 -08:00
raiden00pl
e64335f24c
cmake: format Nordic boards
2023-07-25 06:08:54 -07:00
raiden00pl
389df1ec1f
cmake: add intial support for nrf91
2023-07-10 22:24:44 +08:00
raiden00pl
691d9ae738
nrf91/common: add support for non-secure boot
2023-07-09 10:41:13 -03:00
raiden00pl
db82126faa
nrf91/common: add configuration checks for linker script
2023-07-09 10:41:13 -03:00
raiden00pl
872a05911e
arch/nrf91: add errata workarounds
2023-07-09 10:41:13 -03:00
raiden00pl
bbabcf3c78
arch/nrf91: modem shmem always at the RAM start
2023-07-09 10:41:13 -03:00
raiden00pl
88bc4cb1a0
nRF91: add mcuboot support
2023-07-09 10:41:13 -03:00
raiden00pl
3d9a64ce27
boards: initial support for nrf9160-dk
2023-07-02 10:10:35 -03:00