micropython/ports/stm32/boards
Damien George 6b51eb22c8 stm32: Consolidate include of genhdr/pins.h to single location in pin.h.
genhdr/pins.h is an internal header file that defines all of the pin
objects and it's cleaner to have pin.h include it (where the struct's for
these objects are defined) rather than an explicit include by every user.
2018-03-27 20:25:24 +11:00
..
B_L475E_IOT01A stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
CERB40 stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
ESPRUINO_PICO stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
HYDRABUS stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
LIMIFROG stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
NETDUINO_PLUS_2 stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
NUCLEO_F401RE stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
NUCLEO_F411RE stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
NUCLEO_F429ZI stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
NUCLEO_F446RE stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
NUCLEO_F746ZG stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
NUCLEO_F767ZI stm32/boards/NUCLEO_F767ZI: Update pins list to include 3 extra pins. 2018-03-07 18:53:02 +11:00
NUCLEO_H743ZI stm32/boards/NUCLEO_H743ZI: Disable uSD transceiver. 2018-03-20 23:26:03 +11:00
NUCLEO_L476RG stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
OLIMEX_E407 stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
PYBLITEV10 stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
PYBV3 stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
PYBV4 stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
PYBV10 stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
PYBV11 stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
STM32F4DISC stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
STM32F7DISC stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
STM32F411DISC stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
STM32F429DISC stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
STM32F439 stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
STM32F769DISC stm32/boards: Update all boards to work with new USB configuration. 2018-02-13 18:57:01 +11:00
STM32L476DISC stm32: Consolidate include of genhdr/pins.h to single location in pin.h. 2018-03-27 20:25:24 +11:00
common.ld ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
make-pins.py stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type. 2018-03-17 10:42:50 +11:00
openocd_stm32f4.cfg ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
openocd_stm32f7.cfg ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
openocd_stm32l4.cfg ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
pllvalues.py ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
startup_stm32f4.s stm32/boards: Add startup_stm32f4.s for F4 series specific startup. 2018-03-09 15:14:03 +11:00
startup_stm32f7.s stm32/boards: Add startup_stm32f7.s for F7 series specific startup. 2018-03-09 15:13:56 +11:00
startup_stm32h7.s stm32/boards: Add startup_stm32h7.s for H7 series specific startup. 2018-03-09 15:13:13 +11:00
startup_stm32l4.s stm32/boards: Add startup_stm32l4.s for L4 series specific startup. 2018-03-09 15:14:10 +11:00
stm32f4xx_prefix.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
stm32f401_af.csv stm32/boards/*_af.csv: Make consistent use of JTMS, JTCK, SWDIO, SWCLK. 2017-12-01 14:51:36 +11:00
stm32f401xd.ld stm32/boards: Change linker scripts to use "K" instead of hex byte size. 2017-09-06 15:24:08 +10:00
stm32f401xe.ld stm32/boards: Change linker scripts to use "K" instead of hex byte size. 2017-09-06 15:24:08 +10:00
stm32f405_af.csv stm32/boards/*_af.csv: Make consistent use of JTMS, JTCK, SWDIO, SWCLK. 2017-12-01 14:51:36 +11:00
stm32f405.ld ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
stm32f411_af.csv stm32/boards/*_af.csv: Make consistent use of JTMS, JTCK, SWDIO, SWCLK. 2017-12-01 14:51:36 +11:00
stm32f411.ld stm32/boards: Change linker scripts to use "K" instead of hex byte size. 2017-09-06 15:24:08 +10:00
stm32f429_af.csv stm32/boards/*_af.csv: Make consistent use of JTMS, JTCK, SWDIO, SWCLK. 2017-12-01 14:51:36 +11:00
stm32f429.ld stm32/boards: Change linker scripts to use "K" instead of hex byte size. 2017-09-06 15:24:08 +10:00
stm32f439_af.csv stm32/boards/*_af.csv: Make consistent use of JTMS, JTCK, SWDIO, SWCLK. 2017-12-01 14:51:36 +11:00
stm32f439.ld stm32/boards: Change linker scripts to use "K" instead of hex byte size. 2017-09-06 15:24:08 +10:00
stm32f746_af.csv stm32/boards/stm32f746_af.csv: Fix typos in AF table. 2017-11-20 14:19:12 +11:00
stm32f746.ld ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
stm32f767_af.csv stm32/boards/stm32f767_af.csv: Add ADC column to pin capability list. 2018-03-07 18:40:06 +11:00
stm32f767.ld ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
stm32f769.ld ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
stm32h743_af.csv stm32/boards: Add stm32h743_af.csv file describing H7 GPIO alt funcs. 2018-03-09 14:06:34 +11:00
stm32h743.ld stm32/boards: Add stm32h743.ld linker script. 2018-03-09 15:08:11 +11:00
stm32l476_af.csv stm32/boards/*_af.csv: Make consistent use of JTMS, JTCK, SWDIO, SWCLK. 2017-12-01 14:51:36 +11:00
stm32l476xe.ld stm32/boards: Change linker scripts to use "K" instead of hex byte size. 2017-09-06 15:24:08 +10:00
stm32l476xg.ld stm32/boards: Change linker scripts to use "K" instead of hex byte size. 2017-09-06 15:24:08 +10:00