| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-13 | all: Clean up error strings to use lowercase and change cannot to can't. | Damien George | |
| Now that error string compression is supported it's more important to have consistent error string formatting (eg all lowercase English words, consistent contractions). This commit cleans up some of the strings to make them more consistent. | |||
| 2020-04-05 | all: Use MP_ERROR_TEXT for all error messages. | Jim Mussared | |
| 2020-03-18 | all: Convert exceptions to use mp_raise_XXX helpers in remaining places. | Damien George | |
| 2019-11-05 | all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x). | Damien George | |
| This helper function was added a while ago and these are the remaining cases to convert, to save a bit of code size. | |||
| 2019-08-28 | nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars. | Damien George | |
| 2019-05-13 | nrf: Change types to size_t for all uses of mp_obj_str_get_data. | Damien George | |
| 2019-02-12 | ports: Convert legacy uppercase macro names to lowercase. | Damien George | |
| 2018-07-20 | nrf/boards/microbit: Use MICROPY_PY_BUILTINS_FLOAT to detect FP support. | Damien George | |
| This works for both single and double precision float. | |||
| 2018-07-18 | nrf: Use mp_raise_ValueError instead of nlr_raise(...) | Ayke van Laethem | |
| 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 | nrf/boards/microbit: Attempt to get working display/images without FP. | Glenn Ruben Bakke | |
| And update the API to align with new unary/binary function callback structures. | |||
| 2018-07-18 | nrf/boards/microbit: Update board modules from C++ to C-code. | Glenn Ruben Bakke | |
| This aligns implementation with new style structures. | |||
| 2018-07-18 | nrf/boards/microbit: Rename display/image files from .cpp to .c ext. | Glenn Ruben Bakke | |
| Also rename modmicrobit.h to microbitconstimage.h. | |||
