- Feb 22, 2015
-
-
danicampora authored
Those trace messages have never proven to be useful and they make the code 9K bigger.
-
danicampora authored
Use the simplelink wrappers instead. This is one step further towards having a single module for the cc3200 and the cc3100.
-
Damien George authored
-
Damien George authored
The implementation of these functions is very large (order 4k) and they are rarely used, so we don't enable them by default. They are however enabled in stmhal and unix, since we have the room.
-
Damien George authored
-
Paul Sokolovsky authored
-
Damien George authored
Also includes documentation about minimum baudrate. Addresses issue #1090.
-
- Feb 21, 2015
-
-
Paul Sokolovsky authored
-
Damien George authored
-
danicampora authored
-
danicampora authored
-
danicampora authored
-
danicampora authored
-
danicampora authored
-
Damien George authored
-
Damien George authored
This commit will not build, it exists just to track changes.
-
Damien George authored
Preparing this to move to drivers/ directory, want to make it as similar to original code from TI as possible.
-
Damien George authored
This is how it should be, so one knows exactly where the includes are coming from.
-
Damien George authored
-
danicampora authored
-
danicampora authored
-
danicampora authored
-
danicampora authored
Saves around 1.3K. At the same time re-enable MICROPY_PY_SYS_EXIT since it doesn't take much space and might be useful for certain scripts.
-
Damien George authored
Issue #1122 should now be fixed.
-
Damien George authored
-
Paul Sokolovsky authored
-
- Feb 20, 2015
-
-
danicampora authored
Disabling MICROPY_EMIT_INLINE_THUMB gives us back around 6K of precious RAM.
-
danicampora authored
I2C objects can be freed by the GC and a __del__ method is provided in order to de-init the peripheral prior to being garbage collected. UART objects are now added to a local list and this list is now part of the VM_STATE.
-
danicampora authored
-
danicampora authored
-
danicampora authored
-
danicampora authored
-
danicampora authored
-
danicampora authored
-
- Feb 18, 2015
-
-
Damien George authored
-
- Feb 16, 2015
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Most of printing infrastructure now uses streams, but mp_obj_print() used libc's printf(), which led to weird buffering issues in output. So, switch mp_obj_print() to streams too, even though it may make sense to move it to a separate file, as it is purely a debugging function now.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-