summaryrefslogtreecommitdiffstats
path: root/watch-library/config
Commit message (Collapse)AuthorAgeFilesLines
* Sensor Watch Simulator (#35)Alexsander Akers2022-01-2516-6589/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* remove A LOT of dead ASF lcd driver codeJoey Castillo2021-12-021-2531/+0
|
* fix (most) external interrupts on the 9-pin connectorJoey Castillo2021-11-301-3/+4
|
* steps toward SPI support in watch libraryJoey Castillo2021-10-251-2/+2
|
* Merge branch 'main' into more-asf-filesJoey Castillo2021-10-254-12/+52
|\
| * getting the sensor watch dev board workingJoey Castillo2021-10-193-1/+15
| |
| * slcd: add autonomous blinking and animationJoey Castillo2021-10-011-2/+2
| |
| * support alternate LCD pinoutsJoey Castillo2021-09-211-9/+35
| |
* | add more atmel studio framework codeJoey Castillo2021-09-205-0/+327
|/
* remove unused ASF config filesJoey Castillo2021-09-142-753/+0
|
* remove unused ASF codeJoey Castillo2021-09-131-305/+0
|
* run watch at 4 MHz unless USB is enabledJoey Castillo2021-08-302-2/+2
|
* SIMPLIFY! Always run the main clock at 8 MHzJoey Castillo2021-08-302-2/+2
|
* disable all external interrupts by defaultJoey Castillo2021-08-251-6/+6
|
* add majority-vote filtering to all external interrupt pinsJoey Castillo2021-08-251-4/+4
|
* disable all RTC tamper interrupts by defaultJoey Castillo2021-08-251-3/+3
|
* disable 9-pin extwake interrupts by defaultJoey Castillo2021-08-171-4/+4
|
* add API for playing sounds from the buzzerJoey Castillo2021-08-081-2/+2
|
* work on RTC tamper interrupt and external wakeJoey Castillo2021-08-081-4/+4
|
* WIP deep sleep modeJoey Castillo2021-08-032-11/+11
|
* major project reorg, move library one level upJoey Castillo2021-08-0216-0/+9810