aboutsummaryrefslogtreecommitdiff
path: root/stmhal/boards/NETDUINO_PLUS_2/mpconfigboard.h
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2016-12-05stmhal: Refactor UART configuration to use pin objects.Rami Ali
2016-10-18stmhal/led: Refactor LED to use mp_hal_pin_output() init function.Damien George
2016-02-15stmhal: Some NETDUINO_PLUS_2 cleanupDave Hylands
2016-02-06stmhal/diskio: Introduce MICROPY_HW_HAS_FLASH setting.Paul Sokolovsky
2015-12-12stmhal: For SPI config, use HW_SPIx_SCK instead of HW_ENABLE_SPIx.Damien George
2015-05-03stmhal: Allow to configure UART pins completely via mpconfigboard.h.Eero af Heurlin
2015-04-18stmhal: Make I2C busses and their pins configurable in mpconfigboard.h.Damien George
2015-04-18stmhal: Make HSE PLL parameters configurable per board.Damien George
2015-01-21stmhal: Add support for FEZ Cerb40 II board from ghielectronics.com.Dave Hylands
2015-01-07stmhal: Add MICROPY_HW_USB_VBUS_DETECT_PIN option, for boards without itDamien George
2014-10-05stmhal: Add config option to disable/enable CAN driver.Damien George
2014-09-26stmhal: Initial implementation of cc3k module and driver.Damien George
2014-06-27Change MCU name config micromux
2014-06-19Add MICROPY_HW_MICRO_NAME to boards configmux
2014-05-03stmhal: Wrap CC3000 driver in MICROPY_HW_ENABLE_CC3K.Damien George
2014-04-20stmhal: Improved configurability for I2C and SPI busses.Damien George
2014-04-20Fix i2c and spi to compile for Netduino Plus 2Dave Hylands
2014-03-30stmhal: Unify naming of HW config; make SD detect configurable.Damien George
2014-03-24stmhal: Add DAC driver.Damien George
2014-03-14stmhal - add pin mapping, gpio, exti, usrswDave Hylands
2014-03-14stmhal - add led support. Add netduino_plus_2 supportDave Hylands
2014-03-11Initial checkin with STM HALDave Hylands