Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | slcd: lower LCD refresh frequency (~57Hz -> ~34Hz) | Joey Castillo | 2022-02-11 | 1 | -2/+2 | |
| | ||||||
* | slcd: lower reference refresh frequency (saves energy) | Joey Castillo | 2022-02-11 | 1 | -1/+1 | |
| | ||||||
* | rtc: disable debouncing on external wake inputs | Joey Castillo | 2022-02-11 | 1 | -3/+0 | |
| | ||||||
* | eic: clock from OSCULP32K for power savings | Joey Castillo | 2022-02-11 | 1 | -1/+1 | |
| | ||||||
* | simulator: add geolocation support | Joey Castillo | 2022-02-09 | 1 | -0/+29 | |
| | ||||||
* | utility: add function for formatting a duration in days + HMS | Joey Castillo | 2022-02-06 | 2 | -0/+25 | |
| | ||||||
* | remove debug statements | Joey Castillo | 2022-02-05 | 1 | -2/+0 | |
| | ||||||
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch | Joey Castillo | 2022-02-01 | 3 | -3/+17 | |
|\ | ||||||
| * | Merge pull request #43 from a2/rtc-disable-matching-mask | joeycastillo | 2022-01-27 | 3 | -3/+17 | |
| |\ | | | | | | | Add new function to disable certain RTC periodic callbacks | |||||
| | * | Adjust function semantics by "flipping" bit order | Alexsander Akers | 2022-01-27 | 2 | -2/+3 | |
| | | | ||||||
| | * | Add new function to disable certain RTC periodic callbacks | Alexsander Akers | 2022-01-27 | 3 | -3/+16 | |
| | | | ||||||
* | | | add function for converting to 12 hour time | Joey Castillo | 2022-01-31 | 2 | -0/+20 | |
|/ / | ||||||
* | | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main | Joey Castillo | 2022-01-27 | 9 | -64/+213 | |
|\| | ||||||
| * | Update main loop to fix reentrancy runtime errors | Alexsander Akers | 2022-01-27 | 6 | -41/+123 | |
| | | ||||||
| * | Implement buzzer methods with AudioContext API | Alexsander Akers | 2022-01-27 | 4 | -24/+91 | |
| | | ||||||
* | | spi test: set first 4096 bytes to 0 | Joey Castillo | 2022-01-27 | 1 | -0/+2 | |
|/ | ||||||
* | add SPI to the index | Joey Castillo | 2022-01-27 | 3 | -4/+6 | |
| | ||||||
* | implement SPI flash chip | Joey Castillo | 2022-01-26 | 6 | -20/+203 | |
| | ||||||
* | silence compiler warning | Joey Castillo | 2022-01-26 | 1 | -0/+1 | |
| | ||||||
* | watch library: implement SPI | Joey Castillo | 2022-01-26 | 6 | -0/+209 | |
| | ||||||
* | silence compiler warning | Joey Castillo | 2022-01-26 | 1 | -0/+2 | |
| | ||||||
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main | Joey Castillo | 2022-01-26 | 2 | -22/+23 | |
|\ | ||||||
| * | Remove ADC_* defines in favor of hardware-specific mapping | Alexsander Akers | 2022-01-25 | 2 | -22/+23 | |
| | | ||||||
* | | silence compiler warnings | Joey Castillo | 2022-01-26 | 1 | -11/+2 | |
| | | ||||||
* | | watch library: implement UART | Joey Castillo | 2022-01-26 | 4 | -40/+149 | |
|/ | ||||||
* | Sensor Watch Simulator (#35) | Alexsander Akers | 2022-01-25 | 297 | -318/+1977 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Put something on screen * Use the 32bit watch_date_time repr to pass from JS * Implement periodic callbacks * Clear display on enabling * Hook up watch_set_led_color() to SVG (green-only) * Make debug output full-width * Remove default Emscripten canvas * Implement sleep and button clicks * Fix time zone conversion bug in beats-time app * Clean up warnings * Fix pin levels * Set time zone to browser value (if available) * Add basic backup data saving * Silence format specifier warnings in both targets * Remove unnecessary, copied files * Use RTC pointer to clear callbacks (if available) * Use preprocessor define to avoid hardcoding MOVEMENT_NUM_FACES * Change each face to const preprocessor definition * Remove Intl.DateTimeFormat usage * Update shell.html title, header * Add touch start/end event handlers on SVG buttons * Update shell.html * Update folder structure (shared, simulator, hardware under watch-library) * Tease out shared components from watch_slcd * Clean up simulator watch_slcd.c inline JS calls * Fix missing newlines at end of file * Add simulator warnings (except format, unused-paremter) * Implement remaining watch_rtc functions * Fix button bug on mouse down then drag out * Implement remaining watch_slcd functions * Link keyboard events to buttons (for keys A, L, M) * Rewrite event handling (mouse, touch, keyboard) in C * Set explicit text UTF-8 charset in shell.html * Address PR comments * Remove unused directories from include paths | |||||
* | movement: add time zone conversion in sunrise/sunset face | Joey Castillo | 2022-01-21 | 2 | -0/+16 | |
| | ||||||
* | fix out of bounds access when position != 0 | Joey Castillo | 2022-01-19 | 1 | -1/+1 | |
| | ||||||
* | add gettimeofday function | Joey Castillo | 2022-01-15 | 1 | -0/+12 | |
| | ||||||
* | lis2dw: add low power / low noise mode | Joey Castillo | 2022-01-09 | 2 | -0/+30 | |
| | ||||||
* | set correct registers for range and rate | Joey Castillo | 2022-01-09 | 1 | -4/+4 | |
| | ||||||
* | use lowest power LP mode | Joey Castillo | 2022-01-09 | 1 | -1/+1 | |
| | ||||||
* | shuffle uart pins for new accelerometer board | Joey Castillo | 2022-01-09 | 1 | -3/+3 | |
| | ||||||
* | start in low power mode | Joey Castillo | 2022-01-09 | 1 | -6/+2 | |
| | ||||||
* | remove unused enums | Joey Castillo | 2022-01-09 | 1 | -23/+0 | |
| | ||||||
* | add driver, test app for LIS2DW accelerometer | Joey Castillo | 2022-01-08 | 2 | -0/+401 | |
| | ||||||
* | add utility function to check if TCC is enabled | Joey Castillo | 2021-12-21 | 2 | -0/+11 | |
| | ||||||
* | fix missing prototype warnings | Joey Castillo | 2021-12-10 | 29 | -117/+125 | |
| | ||||||
* | use true random number generator to provide entropy | Joey Castillo | 2021-12-03 | 1 | -0/+32 | |
| | ||||||
* | remove A LOT of dead ASF lcd driver code | Joey Castillo | 2021-12-02 | 4 | -2750/+0 | |
| | ||||||
* | lis2dh: add support for interrupt latching (stays active until cleared) | Joey Castillo | 2021-12-01 | 2 | -4/+8 | |
| | ||||||
* | lis2dh driver: add support for int2 pin | Joey Castillo | 2021-11-30 | 2 | -0/+20 | |
| | ||||||
* | lis2dh driver: add basic interrupt functionality | Joey Castillo | 2021-11-30 | 2 | -0/+38 | |
| | ||||||
* | fix (most) external interrupts on the 9-pin connector | Joey Castillo | 2021-11-30 | 4 | -10/+12 | |
| | ||||||
* | lis2dh driver: make the implicit explicit | Joey Castillo | 2021-11-30 | 1 | -2/+2 | |
| | ||||||
* | more character map edge cases | Joey Castillo | 2021-11-29 | 1 | -7/+31 | |
| | ||||||
* | add LIS2DH accelerometer driver, test app | Joey Castillo | 2021-11-27 | 2 | -0/+303 | |
| | ||||||
* | remove log statements (oops) | Joey Castillo | 2021-11-25 | 1 | -4/+0 | |
| | ||||||
* | utilities: convert unix timestamp to watch_date_time | Joey Castillo | 2021-11-25 | 2 | -0/+86 | |
| | ||||||
* | movement: implement time zone setting | Joey Castillo | 2021-11-25 | 2 | -1/+6 | |
| |