micropython/stmhal/boards
Damien George 131185a2b8 stmhal: Add MICROPY_HW_USB_OTG_ID_PIN config, set for relevant boards.
This config option is for the USB OTG pin, pin A10.  This is used on
some boards but not others.  Eg PYBv3 uses PA10 for LED(2), so it
shouldn't be used for OTG ID (actually PA10 is multiplexed on this
board, but defaults to LED(2)).

Partially addresses issue #1059.
2015-01-12 16:13:29 +00:00
..
HYDRABUS stmhal: Add MICROPY_HW_USB_OTG_ID_PIN config, set for relevant boards. 2015-01-12 16:13:29 +00:00
NETDUINO_PLUS_2 stmhal: Add MICROPY_HW_USB_OTG_ID_PIN config, set for relevant boards. 2015-01-12 16:13:29 +00:00
PYBV3 stmhal: Add MICROPY_HW_USB_VBUS_DETECT_PIN option, for boards without it 2015-01-07 23:54:57 +00:00
PYBV4 stmhal: Add MICROPY_HW_USB_OTG_ID_PIN config, set for relevant boards. 2015-01-12 16:13:29 +00:00
PYBV10 stmhal: Add MICROPY_HW_USB_OTG_ID_PIN config, set for relevant boards. 2015-01-12 16:13:29 +00:00
STM32F4DISC stmhal: Add MICROPY_HW_USB_OTG_ID_PIN config, set for relevant boards. 2015-01-12 16:13:29 +00:00
make-pins.py Added python script to map AF to a pin name 2014-08-24 18:21:08 +01:00
stm32f4xx_af.csv stmhal: Fix pin af definition: TIM2_CH1_ETR -> TIM2_CH1/TIM2_ETR. 2014-10-23 22:07:24 +01:00
stm32f4xx_prefix.c stmhal: Prefix includes with py/; remove need for -I../py. 2015-01-01 21:06:20 +00:00