| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into lfs | Joey Castillo | 2022-08-02 | 3 | -68/+121 |
|\ |
|
| * | new tests | Joey Castillo | 2022-07-05 | 3 | -14/+109 |
| * | WIP new tests | Joey Castillo | 2022-07-05 | 1 | -65/+23 |
* | | add file browser to movement, remove old app | Joey Castillo | 2022-05-09 | 2 | -231/+0 |
* | | add littlefs filesystem browser app | Joey Castillo | 2022-05-08 | 2 | -0/+231 |
* | | add support for a small filesystem on the watch | Joey Castillo | 2022-05-06 | 4 | -0/+216 |
|/ |
|
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into motion-express | Joey Castillo | 2022-05-02 | 2 | -0/+114 |
|\ |
|
| * | add beginnings of a uart-controlled prototyping app | Joey Castillo | 2022-03-13 | 2 | -0/+114 |
* | | documentation fix | Joey Castillo | 2022-02-20 | 1 | -3/+3 |
* | | documentation fix | Joey Castillo | 2022-02-20 | 1 | -1/+1 |
* | | tweaks for processing script | Joey Castillo | 2022-02-20 | 1 | -1/+6 |
* | | working data acquisition face! | Joey Castillo | 2022-02-19 | 1 | -181/+140 |
* | | lis2dw: reasonable defaults when initializing | Joey Castillo | 2022-02-19 | 1 | -4/+4 |
* | | lis2dw: dump all fifo data in loop | Joey Castillo | 2022-02-18 | 1 | -13/+10 |
* | | tweaks to SPI test | Joey Castillo | 2022-02-18 | 1 | -6/+4 |
* | | WIP accelerometer logging to flash | Joey Castillo | 2022-02-18 | 2 | -10/+223 |
|/ |
|
* | lis2dw: add FIFO support | Joey Castillo | 2022-02-17 | 1 | -11/+9 |
* | SPI test: just read the chip ID | Joey Castillo | 2022-02-17 | 2 | -22/+10 |
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main | Joey Castillo | 2022-01-27 | 1 | -1/+1 |
|\ |
|
| * | Implement buzzer methods with AudioContext API | Alexsander Akers | 2022-01-27 | 1 | -1/+1 |
* | | spi test: set first 4096 bytes to 0 | Joey Castillo | 2022-01-27 | 1 | -11/+33 |
* | | you don't belong here | Joey Castillo | 2022-01-27 | 1 | -46/+0 |
|/ |
|
* | fix spi test (again) | Joey Castillo | 2022-01-27 | 1 | -0/+2 |
* | fix spi test | Joey Castillo | 2022-01-27 | 1 | -6/+1 |
* | implement SPI flash chip | Joey Castillo | 2022-01-26 | 2 | -13/+61 |
* | watch library: implement SPI | Joey Castillo | 2022-01-26 | 1 | -37/+10 |
* | Sensor Watch Simulator (#35) | Alexsander Akers | 2022-01-25 | 1 | -2/+2 |
* | accelerometer test face: hacks | Joey Castillo | 2022-01-19 | 1 | -1/+1 |
* | accelerometer test: stream data to UART | Joey Castillo | 2022-01-09 | 1 | -5/+14 |
* | add driver, test app for LIS2DW accelerometer | Joey Castillo | 2022-01-08 | 1 | -33/+13 |
* | add testing app | Joey Castillo | 2022-01-06 | 2 | -0/+115 |
* | update makefile and pipeline workflow | Willian Paixao | 2021-12-11 | 2 | -14/+14 |
* | update gitgnore | Willian Paixao | 2021-12-11 | 5 | -5/+0 |
* | remove unnecessary .gitignore | Joey Castillo | 2021-12-11 | 1 | -1/+0 |
* | fix missing prototype warnings | Joey Castillo | 2021-12-10 | 5 | -63/+63 |
* | rename project files | Joey Castillo | 2021-12-10 | 16 | -551/+0 |
* | lis2dh: add support for interrupt latching (stays active until cleared) | Joey Castillo | 2021-12-01 | 1 | -1/+1 |
* | lis2dh: accelerometer testing face | Joey Castillo | 2021-11-30 | 1 | -7/+7 |
* | lis2dh driver: add basic interrupt functionality | Joey Castillo | 2021-11-30 | 1 | -36/+29 |
* | add LIS2DH accelerometer driver, test app | Joey Castillo | 2021-11-27 | 3 | -0/+102 |
* | steps toward SPI support in watch library | Joey Castillo | 2021-10-25 | 3 | -0/+82 |
* | more accurate names for deep sleep and shallow sleep modes | Joey Castillo | 2021-10-20 | 4 | -28/+30 |
* | launcher: first crack at low power 'screensaver' mode | Joey Castillo | 2021-10-03 | 1 | -1/+1 |
* | add beep to starter app | Joey Castillo | 2021-09-30 | 1 | -0/+8 |
* | add fractional beats to beat time app | Joey Castillo | 2021-09-30 | 1 | -8/+33 |
* | update existing apps to use new RTC API | Joey Castillo | 2021-09-28 | 2 | -73/+49 |
* | Beats time app + watch | Wesley Ellis | 2021-09-25 | 3 | -0/+294 |
* | final deep sleep refactor: retain RAM, call it shallow sleep mode | Joey Castillo | 2021-09-23 | 1 | -21/+14 |
* | add a new deep sleep mode alongside backup mode | Joey Castillo | 2021-09-18 | 1 | -6/+6 |
* | move buzzer demo to apps folder | Joey Castillo | 2021-09-18 | 3 | -0/+145 |