This commit adds support for stm32f072b-disco board. This is the board. I...
This commit adds support for stm32f072b-disco board. This is the board. I added the LEDs of this board and tested the compilation, more tests will be needed.
Showing
- configs/Kconfig 14 additions, 1 deletionconfigs/Kconfig
- configs/README.txt 4 additions, 0 deletionsconfigs/README.txt
- configs/stm32f072-discovery/Kconfig 8 additions, 0 deletionsconfigs/stm32f072-discovery/Kconfig
- configs/stm32f072-discovery/README.txt 17 additions, 0 deletionsconfigs/stm32f072-discovery/README.txt
- configs/stm32f072-discovery/include/board.h 251 additions, 0 deletionsconfigs/stm32f072-discovery/include/board.h
- configs/stm32f072-discovery/nsh/defconfig 57 additions, 0 deletionsconfigs/stm32f072-discovery/nsh/defconfig
- configs/stm32f072-discovery/scripts/Make.defs 113 additions, 0 deletionsconfigs/stm32f072-discovery/scripts/Make.defs
- configs/stm32f072-discovery/scripts/flash.ld 120 additions, 0 deletionsconfigs/stm32f072-discovery/scripts/flash.ld
- configs/stm32f072-discovery/scripts/gnu-elf.ld 130 additions, 0 deletionsconfigs/stm32f072-discovery/scripts/gnu-elf.ld
- configs/stm32f072-discovery/src/.gitignore 2 additions, 0 deletionsconfigs/stm32f072-discovery/src/.gitignore
- configs/stm32f072-discovery/src/Makefile 68 additions, 0 deletionsconfigs/stm32f072-discovery/src/Makefile
- configs/stm32f072-discovery/src/stm32_appinit.c 87 additions, 0 deletionsconfigs/stm32f072-discovery/src/stm32_appinit.c
- configs/stm32f072-discovery/src/stm32_autoleds.c 137 additions, 0 deletionsconfigs/stm32f072-discovery/src/stm32_autoleds.c
- configs/stm32f072-discovery/src/stm32_boot.c 95 additions, 0 deletionsconfigs/stm32f072-discovery/src/stm32_boot.c
- configs/stm32f072-discovery/src/stm32_bringup.c 81 additions, 0 deletionsconfigs/stm32f072-discovery/src/stm32_bringup.c
- configs/stm32f072-discovery/src/stm32_buttons.c 162 additions, 0 deletionsconfigs/stm32f072-discovery/src/stm32_buttons.c
- configs/stm32f072-discovery/src/stm32_userleds.c 126 additions, 0 deletionsconfigs/stm32f072-discovery/src/stm32_userleds.c
- configs/stm32f072-discovery/src/stm32f072-discovery.h 141 additions, 0 deletionsconfigs/stm32f072-discovery/src/stm32f072-discovery.h
Loading
Please register or sign in to comment