nuttx/boards/arm/stm32/nucleo-g431kb
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
..
configs sched: Disable stdio api by default when DEFAULT_SMALL equals y 2023-03-03 00:18:03 +02:00
include Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00
scripts nuttx/boards:Uniform initialization format for init_array. 2024-08-19 19:48:32 +08:00
src Update kconfig2html.c 2023-12-14 20:02:52 -08:00
CMakeLists.txt cmake: convert more stm32 boards 2023-07-14 21:33:53 +08:00
Kconfig Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00