micropython/stmhal/boards
Damien George 761e4c7ff6 all: Remove trailing spaces, per coding conventions. 2017-07-19 13:12:10 +10:00
..
CERB40 stmhal: Move PY_SYS_PLATFORM config from board to general config file. 2016-12-13 16:26:45 +11:00
ESPRUINO_PICO stmhal: Reduce size of ESPRUINO_PICO build so it fits in flash. 2017-07-12 12:51:37 +10:00
HYDRABUS stmhal: Refactor UART configuration to use pin objects. 2016-12-05 14:26:41 +11:00
LIMIFROG stmhal: Clean up some header includes. 2017-07-03 17:37:22 +10:00
NETDUINO_PLUS_2 stmhal: Refactor UART configuration to use pin objects. 2016-12-05 14:26:41 +11:00
NUCLEO_F401RE stmhal: Refactor UART configuration to use pin objects. 2016-12-05 14:26:41 +11:00
NUCLEO_F411RE stmhal: Refactor UART configuration to use pin objects. 2016-12-05 14:26:41 +11:00
NUCLEO_F429ZI stmhal/boards/NUCLEO_F429ZI: Change USB config from HS to FS peripheral. 2017-07-04 22:49:04 +10:00
NUCLEO_F446RE stmhal: Add support for NUCLEO_F446RE board. 2017-06-07 13:14:40 +10:00
NUCLEO_F767ZI stmhal/Makefile: Rename FLOAT_IMPL to MICROPY_FLOAT_IMPL to match C name 2017-06-28 15:42:40 +10:00
NUCLEO_L476RG stmhal: Move L4/F7 I2C timing constants from mpconfigboard.h to i2c.c. 2017-03-31 12:53:56 +11:00
OLIMEX_E407 stmhal: Refactor UART configuration to use pin objects. 2016-12-05 14:26:41 +11:00
PYBLITEV10 stmhal: Move PY_SYS_PLATFORM config from board to general config file. 2016-12-13 16:26:45 +11:00
PYBV3 stmhal/sdcard: Use mp_hal_pin_config function instead of HAL_GPIO_Init. 2016-12-22 14:55:26 +11:00
PYBV4 stmhal: Move PY_SYS_PLATFORM config from board to general config file. 2016-12-13 16:26:45 +11:00
PYBV10 stmhal: Move PY_SYS_PLATFORM config from board to general config file. 2016-12-13 16:26:45 +11:00
PYBV11 stmhal: Move PY_SYS_PLATFORM config from board to general config file. 2016-12-13 16:26:45 +11:00
STM32F4DISC stmhal: Refactor UART configuration to use pin objects. 2016-12-05 14:26:41 +11:00
STM32F7DISC stmhal: Move L4/F7 I2C timing constants from mpconfigboard.h to i2c.c. 2017-03-31 12:53:56 +11:00
STM32F411DISC stmhal/boards: For STM32F411DISC, change I2C pin according to datasheet. 2017-02-13 11:32:27 +11:00
STM32F429DISC stmhal: Clean up some header includes. 2017-07-03 17:37:22 +10:00
STM32F439 stmhal: Refactor UART configuration to use pin objects. 2016-12-05 14:26:41 +11:00
STM32F769DISC stmhal/Makefile: Rename FLOAT_IMPL to MICROPY_FLOAT_IMPL to match C name 2017-06-28 15:42:40 +10:00
STM32L476DISC stmhal: Clean up some header includes. 2017-07-03 17:37:22 +10:00
common.ld all: Remove trailing spaces, per coding conventions. 2017-07-19 13:12:10 +10:00
make-pins.py stmhal: Convert all module and method tables to use MP_ROM macros. 2017-05-06 17:03:40 +10:00
openocd_stm32f4.cfg stmhal: Fix examples in openocd configs to include addresses. 2017-01-24 00:34:36 +11:00
openocd_stm32f7.cfg stmhal: Fix examples in openocd configs to include addresses. 2017-01-24 00:34:36 +11:00
openocd_stm32l4.cfg stmhal: Fix examples in openocd configs to include addresses. 2017-01-24 00:34:36 +11:00
pllvalues.py stmhal/boards: Add pllvalues.py script to compute PLL values for sysclk. 2016-09-14 13:00:27 +10:00
stm32f4xx_prefix.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
stm32f401_af.csv stmhal: Provide ADC capabilities for F401 and F411 MCUs. 2015-04-18 22:39:06 +01:00
stm32f401xd.ld all: Remove trailing spaces, per coding conventions. 2017-07-19 13:12:10 +10:00
stm32f401xe.ld all: Remove trailing spaces, per coding conventions. 2017-07-19 13:12:10 +10:00
stm32f405.ld all: Remove trailing spaces, per coding conventions. 2017-07-19 13:12:10 +10:00
stm32f405_af.csv stmhal: Rename stm32f4xx_af.csv to stm32f405_af.csv. 2015-04-18 21:40:59 +01:00
stm32f411.ld all: Remove trailing spaces, per coding conventions. 2017-07-19 13:12:10 +10:00
stm32f411_af.csv stmhal: Fix some typos in stm32f411 files, regarding FS layout and CSV. 2016-03-07 12:42:30 +00:00
stm32f429.ld all: Remove trailing spaces, per coding conventions. 2017-07-19 13:12:10 +10:00
stm32f429_af.csv stmhal: Add support for the STM32F429I-DISCO kit by STMicro. 2015-11-25 23:53:26 +00:00
stm32f439.ld stmhal: Put common definitions from linker files to common.ld. 2016-09-22 12:03:12 +10:00
stm32f439_af.csv stmhal: Add support for generic STM32F439 board (non DISCO). 2016-03-09 22:46:41 +00:00
stm32f746.ld stmhal: Put common definitions from linker files to common.ld. 2016-09-22 12:03:12 +10:00
stm32f746_af.csv stmhal: Add STM32F7DISC and associated changes. 2015-07-30 00:38:32 +01:00
stm32f767.ld stmhal: Add NUCLEO_F767ZI board, with openocd config for stm32f7. 2016-12-13 16:25:31 +11:00
stm32f767_af.csv stmhal/boards: Update F76x alternate function table to add SDMMC2. 2017-03-30 17:57:18 +11:00
stm32f769.ld stmhal: Add STM32F769DISC board files. 2016-12-13 16:26:13 +11:00
stm32l476_af.csv stmhal/boards: Update STM32L476 pin defs to include ADC channels. 2016-08-11 13:01:57 +10:00
stm32l476xe.ld all: Remove trailing spaces, per coding conventions. 2017-07-19 13:12:10 +10:00
stm32l476xg.ld all: Remove trailing spaces, per coding conventions. 2017-07-19 13:12:10 +10:00