aboutsummaryrefslogtreecommitdiff
path: root/stmhal/boards
AgeCommit message (Expand)Author
2015-01-21stmhal: Add support for FEZ Cerb40 II board from ghielectronics.com.Dave Hylands
2015-01-12stmhal: Add MICROPY_HW_USB_OTG_ID_PIN config, set for relevant boards.Damien George
2015-01-07stmhal: Add MICROPY_HW_USB_VBUS_DETECT_PIN option, for boards without itDamien George
2015-01-01stmhal: Prefix includes with py/; remove need for -I../py.Damien George
2014-11-25stmhal: Enable DAC on STM32F4DISC.Damien George
2014-10-23stmhal: Fix pin af definition: TIM2_CH1_ETR -> TIM2_CH1/TIM2_ETR.Damien George
2014-10-22stmhal: Add MMA_INT/PB2 to available pins on PYBV10.Damien George
2014-10-22Fixed TIM2_CH1 definition.Dave Hylands
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-09-11Add LIS3DSH accelometer support to staccel.pyHirotaka Kawata
2014-08-26stmhal, STM32F4DISC: Small changes to ST accel driver.Damien George
2014-08-26stmhal, staccel.py: Style cleanup.Damien George
2014-08-26Added LIS302DL ID checkDavid Siorpaes
2014-08-24Added python script to map AF to a pin nameDave Hylands
2014-08-10stmhal: Working STM32F4DISC accelerometer, via Python script.Damien George
2014-08-10stmhal: Add sys.platform string to PYBv1.0 (it's "pyboard").Damien George
2014-08-08stmhal/teensy: Use _ instead of - in source file names.Damien George
2014-08-07Add support for selecting pin alternate functions from python.Dave Hylands
2014-08-06stmhal: Update STM32Cube F4 HAL driver to V1.3.0.Damien George
2014-08-02stmhal: Add preliminary driver for ST32F4DISC accelerometer.Damien George
2014-06-28stmhal: Include mpconfig.h before all other includes.Paul Sokolovsky
2014-06-27Change MCU name config micromux
2014-06-19Add MICROPY_HW_MICRO_NAME to boards configmux
2014-06-03Merge branch 'master' of https://github.com/micropython/micropythonbvernoux
2014-06-02Add missing commas to stm32f4xx-af.csvDave Hylands
2014-06-02micropython port for HydraBusbvernoux
2014-05-30Add a comma to make the .csv look proper in githubDave Hylands
2014-05-03stmhal: Wrap CC3000 driver in MICROPY_HW_ENABLE_CC3K.Damien George
2014-05-02Fix PB0 ADC typo.Dave Hylands
2014-05-02Add shell script to automatically build stmhal/ for all pyboards.Damien George
2014-04-30stmhal: Reinstate CC3000 driver from old stm/ port.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-04-18stmhal: Big cleanup; merge gpio into Pin; make names consistent.Damien George
2014-04-08Fix make-pins.py to support having multiple names for a pin.Dave Hylands
2014-03-30stmhal: Unify naming of HW config; make SD detect configurable.Damien George
2014-03-24stmhal - fixed up adc stuffDave Hylands
2014-03-24stmhal: Add DAC driver.Damien George
2014-03-23stmhal: Improve LED intensity get/set method.Damien George
2014-03-22stmhal: Add PYBv10 config; add RNG support.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-14stmhal: Get USB enumerating a CDC device.Damien George
2014-03-12REPl working on UART6 with STMHALDave Hylands
2014-03-12stmhal: Get SysTick and HSE working.Damien George
2014-03-11Initial checkin with STM HALDave Hylands