summaryrefslogtreecommitdiffstats
path: root/watch-library/simulator/watch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'silicon-errata' into advancedMatheus Afonso Martins Moreira2024-03-081-0/+2
|\
| * annotate TRNG erratum, address review commentAlex Maestas2024-01-221-1/+1
| * fix simulator build by declaring Trng type as a void pointerAlex Maestas2023-12-171-0/+2
* | buzzer: fix simulator build, refactor sequence_length.Wesley Aptekar-Cassels2024-01-091-0/+1
|/
* fix undefined behavior found by clang's sanitizeAlex Maestas2023-12-071-2/+2
* Simulator: Add keyboard arrows as buttons shortcutsHugo Chargois2023-11-191-18/+40
* Simulator: Allow typing a, l & m in console inputHugo Chargois2023-11-191-3/+7
* Merge pull request #276 from hchargois/simulator-volume-sliderWesley Aptekar-Cassels2023-11-181-1/+1
|\
| * Add a volume slider in the simulatorHugo Chargois2023-09-161-1/+1
* | Fix simulator and hardware divergence in callback handling (#252)Victor Graf2023-11-181-3/+2
|/
* Play sound sequences asynchronously (#122)TheOnePerson2023-01-111-0/+76
* Precision watch update (#152)Mikhail Svarichevsky2023-01-101-0/+10
* remove errant console.logTom Hodson2022-11-221-1/+0
* WIP: Add support for bicolor led in the simulatorTom Hodson2022-11-221-1/+10
* add delay_ms function for simulatorjoeycastillo2022-10-111-0/+2
* add watch_reset_to_bootloader function (resolves #81)Joey Castillo2022-08-141-0/+4
* simulator: add USB serial input fieldJoey Castillo2022-05-091-0/+4
* simulator: fix _read function signatureJoey Castillo2022-05-091-2/+2
* add support for a small filesystem on the watchJoey Castillo2022-05-061-0/+32
* remove all deprecated functionsJoey Castillo2022-04-106-79/+0
* movement: final list of watch faces for stock firmwareJoey Castillo2022-04-021-1/+1
* remove obsolete low battery function from simulatorJoey Castillo2022-02-131-4/+0
* Adjust function semantics by "flipping" bit orderAlexsander Akers2022-01-271-1/+1
* Add new function to disable certain RTC periodic callbacksAlexsander Akers2022-01-271-2/+6
* Update main loop to fix reentrancy runtime errorsAlexsander Akers2022-01-275-34/+72
* Implement buzzer methods with AudioContext APIAlexsander Akers2022-01-272-20/+63
* implement SPI flash chipJoey Castillo2022-01-261-2/+4
* watch library: implement SPIJoey Castillo2022-01-261-0/+33
* watch library: implement UARTJoey Castillo2022-01-261-28/+21
* Sensor Watch Simulator (#35)Alexsander Akers2022-01-2512-0/+1049