Skip to content

Commit 57bdeb8

Browse files
Laczenxiaoxiang781216
authored andcommitted
boards: add nimble defconfig to esp32c3-generic
Add a configuration for ble using nimble on esp32c3-generic Signed-off-by: Laczen JMS <[email protected]>
1 parent 923dc37 commit 57bdeb8

File tree

1 file changed

+70
-0
lines changed
  • boards/risc-v/esp32c3/esp32c3-generic/configs/nimble

1 file changed

+70
-0
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
#
2+
# This file is autogenerated: PLEASE DO NOT EDIT IT.
3+
#
4+
# You can use "make menuconfig" to make any modifications to the installed .config file.
5+
# You can then do "make savedefconfig" to generate a new defconfig file that includes your
6+
# modifications.
7+
#
8+
# CONFIG_NETDEVICES is not set
9+
# CONFIG_NIMBLE_PORTING_EXAMPLE is not set
10+
# CONFIG_NSH_ARGCAT is not set
11+
# CONFIG_NSH_CMDOPT_HEXDUMP is not set
12+
# CONFIG_WIRELESS_BLUETOOTH_HOST is not set
13+
CONFIG_ALLOW_BSD_COMPONENTS=y
14+
CONFIG_ARCH="risc-v"
15+
CONFIG_ARCH_BOARD="esp32c3-generic"
16+
CONFIG_ARCH_BOARD_COMMON=y
17+
CONFIG_ARCH_BOARD_ESP32C3_GENERIC=y
18+
CONFIG_ARCH_CHIP="esp32c3"
19+
CONFIG_ARCH_CHIP_ESP32C3_GENERIC=y
20+
CONFIG_ARCH_INTERRUPTSTACK=1536
21+
CONFIG_ARCH_RISCV=y
22+
CONFIG_ARCH_STACKDUMP=y
23+
CONFIG_BOARDCTL_RESET=y
24+
CONFIG_BOARD_LOOPSPERMSEC=15000
25+
CONFIG_BUILTIN=y
26+
CONFIG_DEV_ZERO=y
27+
CONFIG_DRIVERS_BLUETOOTH=y
28+
CONFIG_DRIVERS_WIRELESS=y
29+
CONFIG_ESPRESSIF_BLE=y
30+
CONFIG_ESPRESSIF_USBSERIAL=y
31+
CONFIG_EXAMPLES_NIMBLE=y
32+
CONFIG_FS_PROCFS=y
33+
CONFIG_HAVE_CXX=y
34+
CONFIG_HAVE_CXXINITIALIZE=y
35+
CONFIG_IDLETHREAD_STACKSIZE=2048
36+
CONFIG_INIT_ENTRYPOINT="nsh_main"
37+
CONFIG_INTELHEX_BINARY=y
38+
CONFIG_IOB_NBUFFERS=24
39+
CONFIG_IOB_NCHAINS=24
40+
CONFIG_LIBC_PERROR_STDOUT=y
41+
CONFIG_LIBC_STRERROR=y
42+
CONFIG_NAME_MAX=48
43+
CONFIG_NETDEV_LATEINIT=y
44+
CONFIG_NET_BLUETOOTH=y
45+
CONFIG_NFILE_DESCRIPTORS_PER_BLOCK=6
46+
CONFIG_NIMBLE=y
47+
CONFIG_NIMBLE_ROLE_PERIPHERAL=y
48+
CONFIG_NSH_ARCHINIT=y
49+
CONFIG_NSH_BUILTIN_APPS=y
50+
CONFIG_NSH_DISABLE_DATE=y
51+
CONFIG_NSH_FILEIOSIZE=512
52+
CONFIG_NSH_LINELEN=64
53+
CONFIG_NSH_READLINE=y
54+
CONFIG_NSH_STRERROR=y
55+
CONFIG_PREALLOC_MQ_MSGS=32
56+
CONFIG_PREALLOC_TIMERS=0
57+
CONFIG_PTHREAD_MUTEX_TYPES=y
58+
CONFIG_RR_INTERVAL=200
59+
CONFIG_RTC_ALARM=y
60+
CONFIG_SCHED_BACKTRACE=y
61+
CONFIG_SCHED_WAITPID=y
62+
CONFIG_SIG_DEFAULT=y
63+
CONFIG_SIG_EVTHREAD=y
64+
CONFIG_START_DAY=13
65+
CONFIG_START_MONTH=12
66+
CONFIG_START_YEAR=2024
67+
CONFIG_SYSTEM_DUMPSTACK=y
68+
CONFIG_SYSTEM_NSH=y
69+
CONFIG_WIRELESS=y
70+
CONFIG_WIRELESS_BLUETOOTH=y

0 commit comments

Comments
 (0)