Damien George
|
1fe1ff935b
|
nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars.
|
2019-08-28 13:34:45 +10:00 |
|
Damien George
|
7e21cf723a
|
nrf: Change types to size_t for all uses of mp_obj_str_get_data.
|
2019-05-13 12:39:56 +10:00 |
|
Damien George
|
6e30f96b0b
|
ports: Convert legacy uppercase macro names to lowercase.
|
2019-02-12 14:54:51 +11:00 |
|
Damien George
|
6ac4304284
|
nrf/boards/microbit: Use MICROPY_PY_BUILTINS_FLOAT to detect FP support.
This works for both single and double precision float.
|
2018-07-20 14:11:28 +10:00 |
|
Ayke van Laethem
|
2f0f4fdcd3
|
nrf: Use mp_raise_ValueError instead of nlr_raise(...)
Saves 60 bytes on the nRF52 with SD disabled. There will be a bigger
saving with SD enabled and/or on the micro:bit board.
|
2018-07-18 15:25:17 +02:00 |
|
Glenn Ruben Bakke
|
1b241be310
|
nrf/boards/microbit: Attempt to get working display/images without FP.
And update the API to align with new unary/binary function callback
structures.
|
2018-07-18 17:12:25 +10:00 |
|
Glenn Ruben Bakke
|
fbc45bd3f3
|
nrf/boards/microbit: Update board modules from C++ to C-code.
This aligns implementation with new style structures.
|
2018-07-18 17:12:25 +10:00 |
|
Glenn Ruben Bakke
|
f3386cfc50
|
nrf/boards/microbit: Rename display/image files from .cpp to .c ext.
Also rename modmicrobit.h to microbitconstimage.h.
|
2018-07-18 17:12:25 +10:00 |
|