summaryrefslogtreecommitdiff
path: root/wasp/drivers
AgeCommit message (Expand)Author
2021-09-10drivers: hrs3300: Reduce HGAIN to x8Daniel Thompson
2021-06-20drivers: cst816s: Add a version() methodDaniel Thompson
2021-06-19rtc: Undo the once-per-second wake upDaniel Thompson
2021-06-18drivers: nrf_rtc: Fix sphinx buildDaniel Thompson
2021-06-04manager/rtc: Experimental power saving techniqueDaniel Thompson
2021-02-20st7789: Fix incorrect variable name in ST7789_SPIs. __init__ docstring.Piotr Tworek
2021-01-17drivers: st7789: Further reduce allocations during set_window()Daniel Thompson
2021-01-17drivers: st7789: Pre-allocate a memoryviewDaniel Thompson
2021-01-17drivers: st7789: Optimize set_window()Daniel Thompson
2020-12-31drivers: bma421: Switch over to reset_step_counter()Daniel Thompson
2020-12-12boards: simulator: Improve spi.write() simulationDaniel Thompson
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