aboutsummaryrefslogtreecommitdiff
path: root/stmhal/pybmodule.c
AgeCommit message (Expand)Author
2014-03-25Proper support for registering builtin modules in ROM.Damien George
2014-03-24stmhal: Make pyb.ADC the ADC class (not a function).Damien George
2014-03-24stmhal - fixed up adc stuffDave Hylands
2014-03-24stmhal: Add DAC driver.Damien George
2014-03-24stmhal: Make Led, Servo and Accel their class, not a function.Damien George
2014-03-23stmhal: Improved interface to accelerometer.Damien George
2014-03-22stmhal: Add input() and pyb.input() functions.Damien George
2014-03-22stmhal: Add servo driver.Damien George
2014-03-22stmhal: Add PYBv10 config; add RNG support.Damien George
2014-03-20stmhal: Add accelerometer driver; fix bug with LFN.Damien George
2014-03-17stmhal: Add fatfs support, working with flash and SD card.Damien George
2014-03-17stmhal: Add SD card support.Damien George
2014-03-16stmhal - Add usart supportDave Hylands
2014-03-15stmhal: Get RTC working.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-13stmhal - More systick cleanup. Fix HAL_DelayDave Hylands
2014-03-12REPl working on UART6 with STMHALDave Hylands