circuitpython/ports/stm32f4
Scott Shawcroft 4aec5d1e83
Merge pull request #2680 from hierophect/stm32-clock-hotfix
STM32: Fix restriction on GPIO clock enables for F407 Discovery board
2020-03-04 11:43:33 -08:00
..
boards revert cross-board flag strategy 2020-02-12 15:12:05 -05:00
common-hal Exclude SoCs without basic timers 2020-03-02 11:22:40 -05:00
peripherals/stm32f4 Merge pull request #2680 from hierophect/stm32-clock-hotfix 2020-03-04 11:43:33 -08:00
stm32f4@89a356f0b4 Requested changes, general cleanup 2019-07-24 14:21:27 -04:00
supervisor stm32: Add PulseOut support 2020-02-29 14:47:47 -05:00
.gitignore Serial REPL support 2019-07-11 13:41:10 -04:00
Makefile Implement new linker for external flash only 2020-02-04 10:38:45 -05:00
README.md Python doc generator fixes 2019-07-23 13:48:59 -04:00
background.c Merge pull request #2065 from hierophect/f411re-feature-buildout 2019-09-04 15:45:54 -04:00
background.h Requested changes, general cleanup 2019-07-24 14:21:27 -04:00
fatfs_port.c name change but actually 2019-06-28 16:34:27 -04:00
mpconfigport.h remove bad define 2020-02-12 15:56:24 -05:00
mpconfigport.mk use CFLAG to properly set define 2020-01-08 17:37:20 -05:00
mphalport.c fix missing parameter 2020-02-10 12:16:00 -05:00
mphalport.h Add voltage ADC, standardize mphalport 2020-02-05 12:39:12 -05:00
qstrdefsport.h name change but actually 2019-06-28 16:34:27 -04:00
system_stm32f4xx.c change flag styling 2020-02-12 14:30:29 -05:00
tick.c Supervisor: move most of systick to the supervisor 2019-11-18 11:01:23 -06:00
tick.h Supervisor: move most of systick to the supervisor 2019-11-18 11:01:23 -06:00

README.md

CircuitPython Port To The ST Microelectronics STM32F4 Series

This is a port of CircuitPython to the STM32F4 series of chips.