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
/
qstrdefsport.h
Age
Commit message (
Expand
)
Author
2014-04-15
stmhal: Add ADC function to read data at a given frequency.
Damien George
2014-04-15
stmhal: Add I2C.scan method, to scan all devices on the bus.
Damien George
2014-04-14
stmhal: Add pyb.wfi() function (calls __WFI).
Damien George
2014-04-10
stmhal: Add stm module, which contains some constants for the MCU.
Damien George
2014-04-09
stmhal: Add functionality to Servo object.
Damien George
2014-04-08
unix, stmhal: Consistently use "FileIO" as class name for file objects.
Paul Sokolovsky
2014-04-05
py: Replace stream_p with *stream_p in mp_obj_type_t.
Damien George
2014-04-03
stmhal: Reimplement file support using stream protocol API.
Paul Sokolovsky
2014-03-30
stmhal: Implement selector for USB device mode; improve boot up.
Damien George
2014-03-26
stmhal: Remove ExtiMeta object and clean up class constants.
Damien George
2014-03-26
Change mp_method_t.name from const char * to qstr.
Damien George
2014-03-24
stmhal: Add DAC driver.
Damien George
2014-03-23
stmhal: Improved interface to accelerometer.
Damien George
2014-03-22
stmhal: Add input() and pyb.input() functions.
Damien George
2014-03-22
stmhal: Add time module with sleep function.
Damien George
2014-03-22
stmhal: Add os module with a few basic functions.
Damien George
2014-03-22
stmhal: Add PYBv10 config; add RNG support.
Damien George
2014-03-12
REPl working on UART6 with STMHAL
Dave Hylands