stm32f107_basic: Add support for a simple stm32f107 platform
This platform is a basic waveshare stm32f107 devkit which contains a USART, USB device port, some buttons and some LEDs. Unfortunately not enough to bring up networking, but enough to test building and a simple contiki shell
This commit is contained in:
parent
5c6018f0e2
commit
222f93f023
10 changed files with 557 additions and 0 deletions
2
platform/stm32f107_basic/structgen_opts.gen.h
Normal file
2
platform/stm32f107_basic/structgen_opts.gen.h
Normal file
|
@ -0,0 +1,2 @@
|
|||
#pragma target_endian little
|
||||
#pragma max_target_int_bytes 8
|
Loading…
Add table
Add a link
Reference in a new issue