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
/
usart.c
Age
Commit message (
Expand
)
Author
2014-04-21
stmhal: Rename USART to UART.
Damien George
2014-04-21
stmhal: Add some documentation to I2C, SPI and USART modules.
Damien George
2014-04-21
stmhal: Improve USART class, to be more like SPI and I2C.
Damien George
2014-04-18
stmhal: Big cleanup; merge gpio into Pin; make names consistent.
Damien George
2014-04-15
stmhal: Wrap skin-named-usarts in PYBV10 #if.
Damien George
2014-04-14
stmhal: Improved usart module a bit.
Damien George
2014-04-05
py: Change nlr_jump to nlr_raise, to aid in debugging.
Damien George
2014-03-30
Merge map.h into obj.h.
Damien George
2014-03-30
stmhal: Unify naming of HW config; make SD detect configurable.
Damien George
2014-03-26
Remove mp_obj_type_t.methods entry and use .locals_dict instead.
Damien George
2014-03-26
Change mp_method_t.name from const char * to qstr.
Damien George
2014-03-25
stmhal: Change Usart creation function to class make_new.
Damien George
2014-03-16
stmhal - Add usart support
Dave Hylands
2014-03-15
Add vstr_ins and vstr_cut_out; improve stmhal readline.
Damien George
2014-03-12
REPl working on UART6 with STMHAL
Dave Hylands