micropython/stmhal/boards/LIMIFROG
Rami Ali 27a503f632 stmhal: Refactor UART configuration to use pin objects.
This follows the pattern of other peripherals (I2C, SPI) to specify the
pins using pin objects instead of a pair of GPIO port and pin number.  It
makes it easier to customise the UART pins for a particular board.
2016-12-05 14:26:41 +11:00
..
board_init.c stmhal: For LIMIFROG board, add early-init function to get to DFU mode. 2016-05-05 17:00:30 +01:00
mpconfigboard.h stmhal: Refactor UART configuration to use pin objects. 2016-12-05 14:26:41 +11:00
mpconfigboard.mk stmhal: Fix linker map for STM32L476 chips. 2016-10-04 14:31:19 +11:00
pins.csv stmhal: Add board files for LIMIFROG board. 2016-05-05 17:00:16 +01:00
stm32l4xx_hal_conf.h stmhal: Add board files for LIMIFROG board. 2016-05-05 17:00:16 +01:00