Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixup: restore deleted line | George Hahn | 2022-05-10 | 1 | -0/+1 |
| | |||||
* | Move parallel flag into makefile with crossplatform support | George Hahn | 2022-05-10 | 1 | -0/+11 |
| | |||||
* | Perform OS detection in makefile | George Hahn | 2022-05-10 | 1 | -1/+15 |
| | |||||
* | add mechanism for building alternate firmware images | Joey Castillo | 2022-04-20 | 1 | -0/+5 |
| | |||||
* | make A1-05 the default board (final hardware) | Joey Castillo | 2022-04-10 | 1 | -1/+1 |
| | |||||
* | movement: final list of watch faces for stock firmware | Joey Castillo | 2022-04-02 | 1 | -0/+1 |
| | |||||
* | no need to build lis2dh driver anymore | Joey Castillo | 2022-02-17 | 1 | -1/+0 |
| | |||||
* | movement: move thermistor to 'sensor' watch faces | Joey Castillo | 2022-02-17 | 1 | -0/+1 |
| | |||||
* | Update main loop to fix reentrancy runtime errors | Alexsander Akers | 2022-01-27 | 1 | -0/+1 |
| | |||||
* | Implement buzzer methods with AudioContext API | Alexsander Akers | 2022-01-27 | 1 | -0/+2 |
| | |||||
* | implement SPI flash chip | Joey Castillo | 2022-01-26 | 1 | -0/+1 |
| | |||||
* | watch library: implement SPI | Joey Castillo | 2022-01-26 | 1 | -0/+2 |
| | |||||
* | watch library: implement UART | Joey Castillo | 2022-01-26 | 1 | -0/+1 |
| | |||||
* | Sensor Watch Simulator (#35) | Alexsander Akers | 2022-01-25 | 1 | -77/+116 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | fix filename capitalization | joeycastillo | 2022-01-08 | 1 | -1/+1 |
| | |||||
* | add driver, test app for LIS2DW accelerometer | Joey Castillo | 2022-01-08 | 1 | -0/+1 |
| | |||||
* | introduce github actions | Willian Paixao | 2021-12-11 | 1 | -1/+2 |
| | |||||
* | add LIS2DH accelerometer driver, test app | Joey Castillo | 2021-11-27 | 1 | -0/+2 |
| | |||||
* | link math library | Joey Castillo | 2021-11-22 | 1 | -0/+2 |
| | |||||
* | steps toward SPI support in watch library | Joey Castillo | 2021-10-25 | 1 | -0/+1 |
| | |||||
* | move weekday lookup to new utilities file | Joey Castillo | 2021-10-23 | 1 | -0/+1 |
| | |||||
* | getting the sensor watch dev board working | Joey Castillo | 2021-10-19 | 1 | -0/+4 |
| | |||||
* | overdue refactor: compile all watch modules separately | Joey Castillo | 2021-09-28 | 1 | -0/+11 |
| | |||||
* | remove unused ASF code | Joey Castillo | 2021-09-27 | 1 | -7/+0 |
| | |||||
* | move apps to subdirectory, add relative path support to Makefile | Joey Castillo | 2021-09-16 | 1 | -68/+68 |
| | |||||
* | first steps toward supporting alternate board pinouts | Joey Castillo | 2021-09-13 | 1 | -0/+5 |
| | |||||
* | remove unused ASF code | Joey Castillo | 2021-09-13 | 1 | -8/+0 |
| | |||||
* | handle watch variant with red/blue LED | Joey Castillo | 2021-08-31 | 1 | -0/+4 |
| | |||||
* | simplify project makefiles | Joey Castillo | 2021-08-28 | 1 | -0/+113 |