summaryrefslogtreecommitdiff
path: root/micropython
AgeCommit message (Collapse)Author
2020-05-09Add PNVRAM support to avoid forgetting the time during a reboot.Daniel Thompson
2020-04-26micropython: Enable direct memory access from PythonDaniel Thompson
2020-04-11wasp: On-device crash reportingDaniel Thompson
If an application crashes let's report it on the device so it can be distinguished from a hang (if nothing else it should mean we get better bug reports).
2020-02-19wasp: Add full dd-mm-yyyy calender trackingDaniel Thompson
2020-02-09micropython: Enable filesystem supportDaniel Thompson
2020-02-01wasp: pinetime: Start an RTC at board boardDaniel Thompson
2020-01-29wasp: Re-enable REPL by defaultDaniel Thompson
The demo is still there but it needs to be activated by hand (or the manifest can be updated to include main.py by default.
2020-01-28micropython: Update for native code gen fixesDaniel Thompson
2020-01-21wasp: st7789: Add a simple proof-of-concept display driverDaniel Thompson
2020-01-20bootloader/micropython: Basic board support and WDTDaniel Thompson
2020-01-18micropython v1.12Daniel Thompson
2020-01-15upy: Enable BLE REPLDaniel Thompson
2020-01-14Initial revisionDaniel Thompson
This is a just a rather hacky combined build environment.