zephyr/boards/arm/reel_board
Andrei Emeltchenko 76beaf6c1c reel_board: Do not include Bluetooth to every project
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>
2018-11-23 09:10:01 -05:00
..
doc boards: reel_board: add link to the board schematic 2018-10-25 23:49:16 +01:00
board.c boards: Cleanup include of board.h 2018-11-01 13:15:18 +01:00
board.cmake boards: add basis support for the reel board 2018-08-17 13:19:20 -07:00
board.h boards: Remove including soc.h in board.h 2018-11-14 06:44:02 -06:00
CMakeLists.txt boards: add basis support for the reel board 2018-08-17 13:19:20 -07:00
dts_fixup.h drivers: ssd1673: fix SPI GPIO CS configuration 2018-11-23 08:39:20 -05:00
Kconfig boards: add basis support for the reel board 2018-08-17 13:19:20 -07:00
Kconfig.board drivers: boards: Merge HAS_DTS_GPIO_DEVICE with HAS_DTS_GPIO 2018-10-01 21:15:06 -05:00
Kconfig.defconfig Kconfig: Use 'default' instead of 'def_bool' in Kconfig.defconfig files 2018-11-13 16:04:01 -05:00
reel_board_defconfig reel_board: Do not include Bluetooth to every project 2018-11-23 09:10:01 -05:00
reel_board.dts dts: Remove ifdef CONFIG_FS_FLASH_STORAGE_PARTITION from dts files 2018-11-15 17:37:59 -05:00
reel_board.yaml boards: add basis support for the reel board 2018-08-17 13:19:20 -07:00