Damien George
|
b5d13c309f
|
stm: Fix USART3 init. Small edits to Makefile and other things.
|
2014-01-22 22:55:07 +00:00 |
|
Damien George
|
5fa93b6755
|
Second stage of qstr revamp: uPy str object can be qstr or not.
|
2014-01-22 14:35:10 +00:00 |
|
Damien George
|
55baff4c9b
|
Revamp qstrs: they now include length and hash.
Can now have null bytes in strings. Can define ROM qstrs per port using
qstrdefsport.h
|
2014-01-21 21:40:13 +00:00 |
|
Damien George
|
613eb25545
|
stm: Fix print methods with new kind argument.
|
2014-01-15 23:02:53 +00:00 |
|
Damien George
|
328708eb25
|
stm: Re-instate C debugging USART port (disabled by default).
See pyb_usart_global_debug variable.
Also did some work on USB OTG, but nothing working yet.
|
2014-01-13 00:20:06 +00:00 |
|
mux
|
e98cc2b691
|
Fix usart_obj_tx_str
* Fix usart_obj_tx_str to send the actual string.
* Fix issue #126
|
2014-01-10 11:19:34 +02:00 |
|
Damien George
|
2d45429122
|
Use memcpy instead of strncpy; add usart.status to stm.
|
2014-01-09 22:04:45 +00:00 |
|
mux
|
c70ac7bf71
|
Add USART Micro Python Bindings
* Add Micro Python bindings to usart.c
* Export USART python object to namespace pyb
|
2014-01-09 13:36:13 +02:00 |
|
Damien
|
8f7491a109
|
Add USART support, connected to stdio for REPL.
|
2013-10-26 18:01:48 +01:00 |
|