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
Age
Commit message (
Expand
)
Author
2014-08-07
Add support for selecting pin alternate functions from python.
Dave Hylands
2014-08-06
stmhal: Update STM32Cube F4 HAL driver to V1.3.0.
Damien George
2014-08-02
stmhal: Add preliminary driver for ST32F4DISC accelerometer.
Damien George
2014-06-28
stmhal: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-06-27
Change MCU name config micro
mux
2014-06-19
Add MICROPY_HW_MICRO_NAME to boards config
mux
2014-06-03
Merge branch 'master' of https://github.com/micropython/micropython
bvernoux
2014-06-02
Add missing commas to stm32f4xx-af.csv
Dave Hylands
2014-06-02
micropython port for HydraBus
bvernoux
2014-05-30
Add a comma to make the .csv look proper in github
Dave Hylands
2014-05-03
stmhal: Wrap CC3000 driver in MICROPY_HW_ENABLE_CC3K.
Damien George
2014-05-02
Fix PB0 ADC typo.
Dave Hylands
2014-05-02
Add shell script to automatically build stmhal/ for all pyboards.
Damien George
2014-04-30
stmhal: Reinstate CC3000 driver from old stm/ port.
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-04-18
stmhal: Big cleanup; merge gpio into Pin; make names consistent.
Damien George
2014-04-08
Fix make-pins.py to support having multiple names for a pin.
Dave Hylands
2014-03-30
stmhal: Unify naming of HW config; make SD detect configurable.
Damien George
2014-03-24
stmhal - fixed up adc stuff
Dave Hylands
2014-03-24
stmhal: Add DAC driver.
Damien George
2014-03-23
stmhal: Improve LED intensity get/set method.
Damien George
2014-03-22
stmhal: Add PYBv10 config; add RNG support.
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-14
stmhal: Get USB enumerating a CDC device.
Damien George
2014-03-12
REPl working on UART6 with STMHAL
Dave Hylands
2014-03-12
stmhal: Get SysTick and HSE working.
Damien George
2014-03-11
Initial checkin with STM HAL
Dave Hylands