File tree 2 files changed +54
-0
lines changed
Documentation/platforms/arm/stm32c0/boards/nucleo-c071rb
boards/arm/stm32f0l0g0/nucleo-c071rb/configs/nsh
2 files changed +54
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ At default USART2 connected to "Virtual COM Port" is used as serial console.
20
20
Configurations
21
21
==============
22
22
23
+ nsh
24
+ ---
25
+
26
+ Configures the NuttShell (nsh) located at apps/examples/nsh. The
27
+ Configuration enables the serial interfaces on USART2. Support for
28
+ builtin applications is disabled.
29
+
23
30
jumbo
24
31
-----
25
32
Original file line number Diff line number Diff line change
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_STM32F0G0L0_USE_LEGACY_PINMAP is not set
9
+ CONFIG_ARCH="arm"
10
+ CONFIG_ARCH_BOARD="nucleo-c071rb"
11
+ CONFIG_ARCH_BOARD_NUCLEO_C071RB=y
12
+ CONFIG_ARCH_BUTTONS=y
13
+ CONFIG_ARCH_CHIP="stm32f0l0g0"
14
+ CONFIG_ARCH_CHIP_STM32C071RB=y
15
+ CONFIG_ARCH_CHIP_STM32C071XX=y
16
+ CONFIG_ARCH_CHIP_STM32C0=y
17
+ CONFIG_ARCH_IRQBUTTONS=y
18
+ CONFIG_ARCH_STACKDUMP=y
19
+ CONFIG_BOARD_LATE_INITIALIZE=y
20
+ CONFIG_BOARD_LOOPSPERMSEC=3997
21
+ CONFIG_DEBUG_FULLOPT=y
22
+ CONFIG_DEBUG_SYMBOLS=y
23
+ CONFIG_INIT_ENTRYPOINT="nsh_main"
24
+ CONFIG_INIT_STACKSIZE=1536
25
+ CONFIG_INTELHEX_BINARY=y
26
+ CONFIG_LINE_MAX=64
27
+ CONFIG_NFILE_DESCRIPTORS_PER_BLOCK=6
28
+ CONFIG_NSH_BUILTIN_APPS=y
29
+ CONFIG_NSH_FILEIOSIZE=64
30
+ CONFIG_NSH_READLINE=y
31
+ CONFIG_NUNGET_CHARS=0
32
+ CONFIG_POSIX_SPAWN_DEFAULT_STACKSIZE=1536
33
+ CONFIG_PTHREAD_MUTEX_UNSAFE=y
34
+ CONFIG_PTHREAD_STACK_DEFAULT=1536
35
+ CONFIG_RAM_SIZE=24576
36
+ CONFIG_RAM_START=0x20000000
37
+ CONFIG_RAW_BINARY=y
38
+ CONFIG_RR_INTERVAL=200
39
+ CONFIG_SCHED_WAITPID=y
40
+ CONFIG_START_DAY=19
41
+ CONFIG_START_MONTH=5
42
+ CONFIG_START_YEAR=2013
43
+ CONFIG_STDIO_DISABLE_BUFFERING=y
44
+ CONFIG_STM32F0L0G0_USART2=y
45
+ CONFIG_SYSTEM_NSH=y
46
+ CONFIG_TASK_NAME_SIZE=0
47
+ CONFIG_USART2_SERIAL_CONSOLE=y
You can’t perform that action at this time.
0 commit comments