summaryrefslogtreecommitdiff
path: root/wasp/boards/pinetime/watch.py
AgeCommit message (Collapse)Author
2020-04-11wasp: Automatically generate watch.py for PineTimeDaniel Thompson
This should ensure that main.py is always up to date.
2020-04-10Merge pull request #7 from salcedo/masterDaniel Thompson
wasp: pinetime: Release SPI NOR from deep power-down
2020-03-22Add licensing information for all wasp-os files.Daniel Thompson
2020-03-15wasp: pinetime: Release SPI NOR from deep power-downBrian Salcedo
2020-03-08wasp: Re-factor how Draw565 is used.Daniel Thompson
Moving it from applications into the watch is useful for two reasons. Firstly it means applications don't need to know as much about the display color depth and secondly it makes it easier to replace the drawing routines with wasptool.
2020-03-07wasp: pinetime: Enable the cst816s by defaultDaniel Thompson
2020-02-09wasp: pinetime: Enable filesystem supportDaniel Thompson
2020-02-03wasp: pinetime: Basic RTC supportDaniel Thompson
Currently this supports time only (no date) and it based on the RTCounter class which is customized for nRF ports. At present the nRF port doesn't have proper machine.rtc support so we have implemented within wasp instead.
2020-02-01wasp: pinetime: Start an RTC at board boardDaniel Thompson
2020-01-31wasp: Add a super-simple vibrator driverDaniel Thompson
2020-01-30wasp: Reorganise the board supportDaniel Thompson