summaryrefslogtreecommitdiff
path: root/wasp/boards/pinetime
AgeCommit message (Collapse)Author
2020-02-19wasp: Add a simple font rendererDaniel Thompson
2020-02-19wasp: Start collecting the fonts in a single directoryDaniel Thompson
2020-02-19wasp: Simple shell commands (based on upysh)Daniel Thompson
2020-02-09wasp: pinetime: Enable filesystem supportDaniel Thompson
2020-02-03wasp: clock: Add a simple battery meterDaniel Thompson
2020-02-03wasp: Add simple clock appDaniel Thompson
At this point both the simulator and a PineTime will come up and show a clock (although in the case of the PineTime the clock will just come up at 12:00).
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