summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/pybmodule.c
Commit message (Collapse)AuthorAge
* Proper support for registering builtin modules in ROM.Damien George2014-03-25
| | | | | Comes with some refactoring of code and renaming of files. All modules are now named mod*.[ch].
* stmhal: Make pyb.ADC the ADC class (not a function).Damien George2014-03-24
|
* stmhal - fixed up adc stuffDave Hylands2014-03-24
| | | | | | | | Added support for the ADC channels and mappings to make_pins.py I'm not sure if the hal properly deals with the channel 16/18 differences between the 40x and 42x. It seems to deal with it partially. This particular aspect will need testing on a 42x or 43x.
* stmhal: Add DAC driver.Damien George2014-03-24
|
* stmhal: Make Led, Servo and Accel their class, not a function.Damien George2014-03-24
|
* stmhal: Improved interface to accelerometer.Damien George2014-03-23
|
* stmhal: Add input() and pyb.input() functions.Damien George2014-03-22
|
* stmhal: Add servo driver.Damien George2014-03-22
|
* stmhal: Add PYBv10 config; add RNG support.Damien George2014-03-22
|
* stmhal: Add accelerometer driver; fix bug with LFN.Damien George2014-03-20
|
* stmhal: Add fatfs support, working with flash and SD card.Damien George2014-03-17
|
* stmhal: Add SD card support.Damien George2014-03-17
| | | | Just low-level read/write support. No filesystem yet.
* stmhal - Add usart supportDave Hylands2014-03-16
|
* stmhal: Get RTC working.Damien George2014-03-15
|
* stmhal - add pin mapping, gpio, exti, usrswDave Hylands2014-03-14
|
* stmhal - add led support. Add netduino_plus_2 supportDave Hylands2014-03-14
| | | | | Tweaked a couple of the USB files to compile if neither dev nor host was defined. Tested on netduiono plus 2 and stm32f4discovery boards
* stmhal - More systick cleanup. Fix HAL_DelayDave Hylands2014-03-13
|
* REPl working on UART6 with STMHALDave Hylands2014-03-12