File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
bsp/stm32/stm32l010-st-nucleo Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 107107 - RTT_BSP='stm32/stm32h743-st-nucleo' RTT_TOOL_CHAIN='sourcery-arm'
108108 - RTT_BSP='stm32/stm32h747-st-discovery' RTT_TOOL_CHAIN='sourcery-arm'
109109 - RTT_BSP='stm32/stm32l4r9-st-eval' RTT_TOOL_CHAIN='sourcery-arm'
110+ - RTT_BSP='stm32/stm32l010-st-nucleo' RTT_TOOL_CHAIN='sourcery-arm'
110111 - RTT_BSP='stm32/stm32l053-st-nucleo' RTT_TOOL_CHAIN='sourcery-arm'
111112 - RTT_BSP='stm32/stm32l432-st-nucleo' RTT_TOOL_CHAIN='sourcery-arm'
112113 - RTT_BSP='stm32/stm32l475-atk-pandora' RTT_TOOL_CHAIN='sourcery-arm'
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ NUCLEO-L010RB 开发板是 ST 官方推出的一款基于 ARM Cortex-M0+ 内核
2929 - 20KB RAM
3030 - 512 byte EEPROM
3131- 常用外设
32- - LED:3个,USB communication(LD1 双色), power LED(LD3 红色), user LED(LD2 黄色)
32+ - LED:3个,USB communication(LD1 双色), power LED(LD3 红色), user LED(LD2 黄色)
3333 - 按键:1个,B1(兼具唤醒功能,PC13),B2(RESET)
3434- 常用接口:USB 支持 3 种不同接口:虚拟 COM 端口、大容量存储和调试端口;arduino 接口等
3535- 调试接口:标准 SWD
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ do not initialize { section .noinit };
2626place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
2727
2828place in ROM_region { readonly };
29- place in RAM_region { readwrite, last block CSTACK};
29+ place in RAM_region { readwrite, last block CSTACK};
You can’t perform that action at this time.
0 commit comments