Damien George
|
69661f3343
|
all: Reformat C and Python source code with tools/codeformat.py.
This is run with uncrustify 0.70.1, and black 19.10b0.
|
2020-02-28 10:33:03 +11:00 |
|
Damien George
|
09376f0e47
|
py: Introduce MP_ROM_NONE macro for ROM to refer to None object.
This helps to prevent mistakes, and allows easily changing the ROM value of
None if needed.
|
2019-12-27 22:51:17 +11:00 |
|
Damien George
|
c13f9f209d
|
all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).
This helper function was added a while ago and these are the remaining
cases to convert, to save a bit of code size.
|
2019-11-05 11:35:45 +11:00 |
|
Damien George
|
cf1c131f73
|
extmod: Add network-level class binding to cyw43 driver.
|
2019-06-03 16:47:35 +10:00 |
|