micropython/stmhal/boards/NETDUINO_PLUS_2
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
..
mpconfigboard.h stmhal: Add MICROPY_HW_USB_VBUS_DETECT_PIN option, for boards without it 2015-01-07 23:54:57 +00:00
pins.csv Initial checkin with STM HAL 2014-03-11 23:55:41 -07:00
stm32f4xx_hal_conf.h stmhal: Add MICROPY_HW_USB_OTG_ID_PIN config, set for relevant boards. 2015-01-12 16:13:29 +00:00