summaryrefslogtreecommitdiff
path: root/wasp/drivers
AgeCommit message (Expand)Author
2020-11-14manager: Implement alarm callbacks for applications to useDaniel Thompson
2020-11-11hrs3300: Defer initialization until the HRS is usedDaniel Thompson
2020-10-10drivers: flash: Automatic wake/sleep to minimise idle currentDaniel Thompson
2020-09-27boards: Remove flash wake up commandsJeffrey Bailey
2020-09-21drivers: cst816s: Clear the event buffer during a wake upDaniel Thompson
2020-08-15drivers: cst816s: Handle a failure to sleepDaniel Thompson
2020-08-15wasp: Introduce a NEXT eventDaniel Thompson
2020-08-09k9: Add support for Senbono K9Daniel Thompson
2020-06-30wasp: Switch to scheduling from interruptDaniel Thompson
2020-06-22drivers: hrs3300: Add a basic HRS3300 sensor driverDaniel Thompson
2020-06-12drivers: bma421: Reduce the post-reset delayDaniel Thompson
2020-06-11drivers: cst816s: optimize for power saving and responsivenessFuji Pebri
2020-06-09wasp: apps: Step counter applicationDaniel Thompson
2020-05-14drivers: vibrator: Finalize docstringsDaniel Thompson
2020-05-14drivers: st7789: Finalize docstringsDaniel Thompson
2020-05-14drivers: signal: Finalize docstringsDaniel Thompson
2020-05-14drivers: nrf_rtc: Finalize docstringsDaniel Thompson
2020-05-14drivers: cst816s: Finalize docstringsDaniel Thompson
2020-05-14drivers: battery: Finalize docstringsDaniel Thompson
2020-05-10drivers: nrf_rtc: Fix some tab/space issuesDaniel Thompson
2020-05-09Add PNVRAM support to avoid forgetting the time during a reboot.Daniel Thompson
2020-04-26wasp: drivers: nrf_rtc: Fix a nasty bug when setting the timeDaniel Thompson
2020-04-26wasp: nrf_rtc: Add a tiny bit of extra resolutionDaniel Thompson
2020-04-08wasp: draw565: Optimize the 2-bit RLE drawing functionsDaniel Thompson
2020-04-06wasp: vibrator: Better default for pulseDaniel Thompson
2020-03-22Add licensing information for all wasp-os files.Daniel Thompson
2020-03-09drivers: st7789: Automatically park ready for the next call to write dataDaniel Thompson
2020-03-09wasp: draw565: Refactor to allow apps to focus on the drawable.Daniel Thompson
2020-03-08wasp: manager: Blankt the display during app transitionsDaniel Thompson
2020-03-08drivers: cst816s: Minor tweaks to the generated documentation.Daniel Thompson
2020-03-08wasp: Integrate the touch driverDaniel Thompson
2020-03-07drivers: nrf_rtc: Add a higher res monotonic timerDaniel Thompson
2020-03-07drivers: cst816s: Decouple from the watch moduleDaniel Thompson
2020-03-06wasp: cst816s: Initial PoC driverDaniel Thompson
2020-02-19wasp: Add a simple font rendererDaniel Thompson
2020-02-19wasp: Add full dd-mm-yyyy calender trackingDaniel Thompson
2020-02-09wasp: Add pure-python SPI NOR FLASH driversDaniel Thompson
2020-02-08drivers: st7789: Optimize RLE decoding loopDaniel Thompson
2020-02-03wasp: st7789: Make fill() control sizingDaniel Thompson
2020-02-03wasp: st7789: Reuse the pre-allocated linebufferDaniel Thompson
2020-02-03wasp: pinetime: Basic RTC supportDaniel Thompson
2020-02-03wasp: st7789: Add positioning support to rleblitDaniel Thompson
2020-02-01wasp: Adopt a low power mode shortly after bootingDaniel Thompson
2020-01-31wasp: simulator: First steps towards a simulatorDaniel Thompson
2020-01-31wasp: Add a super-simple vibrator driverDaniel Thompson
2020-01-30wasp: Add battery supportDaniel Thompson
2020-01-28wasp: drivers: st7789: Remove redunant delayDaniel Thompson
2020-01-28wasp: drivers: st7789: native code gen for rleblitDaniel Thompson
2020-01-28logo: Gather together the bitmaps into a single variableDaniel Thompson
2020-01-28wasp: drivers: st7789: Replace with custom uPy driverDaniel Thompson