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
/
stm
/
usart.c
Age
Commit message (
Expand
)
Author
2014-05-21
stm: Remove long-obsolete stm/ port.
Damien George
2014-03-30
Merge map.h into obj.h.
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-08
stm: Put pyb module in ROM.
Damien George
2014-02-17
Fix usart_obj_tx_char
mux
2014-02-15
Implement proper exception type hierarchy.
Damien George
2014-02-15
Change mp_obj_type_t.name from const char * to qstr.
Damien George
2014-02-08
Make mp_obj_str_get_data return char* instead of byte*.
Damien George
2014-01-25
stm: Improved ADC module; add BOARD_NAME config value.
Damien George
2014-01-22
stm: Fix USART3 init. Small edits to Makefile and other things.
Damien George
2014-01-22
Second stage of qstr revamp: uPy str object can be qstr or not.
Damien George
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George
2014-01-15
stm: Fix print methods with new kind argument.
Damien George
2014-01-13
stm: Re-instate C debugging USART port (disabled by default).
Damien George
2014-01-10
Fix usart_obj_tx_str
mux
2014-01-09
Use memcpy instead of strncpy; add usart.status to stm.
Damien George
2014-01-09
Add USART Micro Python Bindings
mux
2013-10-26
Add USART support, connected to stdio for REPL.
Damien