index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
boards
/
NETDUINO_PLUS_2
Age
Commit message (
Expand
)
Author
2015-08-07
stmhal: Use CMSIS_MCU definition from mpconfigboard.mk
Dave Hylands
2015-08-07
stmhal: Generate modstm constants per build
Dave Hylands
2015-07-20
stmhal: Update Makefile and board configs to compile with relocated hal.
Damien George
2015-05-03
stmhal: Allow to configure UART pins completely via mpconfigboard.h.
Eero af Heurlin
2015-04-18
stmhal: Make ld and af files configurable within Makefile.
Damien George
2015-04-18
stmhal: Make I2C busses and their pins configurable in mpconfigboard.h.
Damien George
2015-04-18
stmhal: Make HSE PLL parameters configurable per board.
Damien George
2015-01-21
stmhal: Add support for FEZ Cerb40 II board from ghielectronics.com.
Dave Hylands
2015-01-12
stmhal: Add MICROPY_HW_USB_OTG_ID_PIN config, set for relevant boards.
Damien George
2015-01-07
stmhal: Add MICROPY_HW_USB_VBUS_DETECT_PIN option, for boards without it
Damien George
2014-10-05
stmhal: Add config option to disable/enable CAN driver.
Damien George
2014-09-26
stmhal: Initial implementation of cc3k module and driver.
Damien George
2014-08-06
stmhal: Update STM32Cube F4 HAL driver to V1.3.0.
Damien George
2014-06-27
Change MCU name config micro
mux
2014-06-19
Add MICROPY_HW_MICRO_NAME to boards config
mux
2014-05-03
stmhal: Wrap CC3000 driver in MICROPY_HW_ENABLE_CC3K.
Damien George
2014-04-20
stmhal: Improved configurability for I2C and SPI busses.
Damien George
2014-04-20
Fix i2c and spi to compile for Netduino Plus 2
Dave Hylands
2014-03-30
stmhal: Unify naming of HW config; make SD detect configurable.
Damien George
2014-03-24
stmhal: Add DAC driver.
Damien George
2014-03-14
stmhal - add pin mapping, gpio, exti, usrsw
Dave Hylands
2014-03-14
stmhal - add led support. Add netduino_plus_2 support
Dave Hylands
2014-03-11
Initial checkin with STM HAL
Dave Hylands