summaryrefslogtreecommitdiff
path: root/wasp/main.py
AgeCommit message (Collapse)Author
2020-03-22Add licensing information for all wasp-os files.Daniel Thompson
2020-03-22Rename manager.py and expose its interfaces to all applicationsDaniel Thompson
This is a big change that break compatiblity with existing applications *and* with existing installed versions of main.py. When upgrading it is import to update main.py: ./tools/wasptool --upload wasp/main.py
2020-02-09wasp: pinetime: Enable filesystem supportDaniel 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-01wasp: Adopt a low power mode shortly after bootingDaniel Thompson
This is useful for battery run-down testing and so on.
2020-01-28wasp: Turn-key demoDaniel Thompson
Press ^C to terminate the demo and start programming in python!