Skip to content
bmaaa.build 759 B
Newer Older
CONFIG_COMPILE_PIC undefined
CONFIG_COMPILE_FRAMEPTR undefined
CONFIG_COMPILE_OPTIMIZE s

%include boards/board.build
%include otoroshi/otoroshi.build

%section ble-*
  CONFIG_NET
  CONFIG_BLE

%bsection ble-peripheral
  CONFIG_BLE_PERIPHERAL
  CONFIG_BLE_GATTDB_INCLUDE

%bsection ble-central
  CONFIG_BLE_CENTRAL

%section ble-security
  CONFIG_BLE_SECURITY_DB

%section ble-security ble-crypto
  CONFIG_BLE_CRYPTO

%section printk-rtt
  CONFIG_DRIVER_RTT
  CONFIG_DRIVER_RTT_PRINTK
  %inherit printk

%section printk
  CONFIG_MUTEK_PRINTK_HEXDUMP

%section shell-rtt
  CONFIG_DRIVER_CHAR_RTT
  CONFIG_DRIVER_CHAR_RTT_RX_BUFFER_SIZE 128
  %inherit shell

%section shell
  CONFIG_DEVICE_UART

%common

%include arch/arch.build
%include scripts/options.build