mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 23:11:57 +00:00
Including Bluetooth to every project unnecessary increase size of the project, for example hello world sizes: Memory region Used Size Region Size %age Used FLASH: 48492 B 1 MB 4.62% SRAM: 11236 B 256 KB 4.29% IDT_LIST: 136 B 2 KB 6.64% after the patch: Memory region Used Size Region Size %age Used FLASH: 13344 B 1 MB 1.27% SRAM: 4004 B 256 KB 1.53% IDT_LIST: 72 B 2 KB 3.52% 3+ times difference. PS: It also crashes when 802.15.4 enabled. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com> |
||
---|---|---|
.. | ||
doc | ||
board.c | ||
board.cmake | ||
board.h | ||
CMakeLists.txt | ||
dts_fixup.h | ||
Kconfig | ||
Kconfig.board | ||
Kconfig.defconfig | ||
reel_board_defconfig | ||
reel_board.dts | ||
reel_board.yaml |