Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | work on RTC tamper interrupt and external wake | Joey Castillo | 2021-08-08 | 6 | -41/+106 |
* | fix renaming of _watch_rtc_is_enabled | Joey Castillo | 2021-08-08 | 2 | -2/+2 |
* | rename segments in schematic to match SLCD driver | Joey Castillo | 2021-08-08 | 2 | -46/+46 |
* | add segment map link | Joey Castillo | 2021-08-07 | 1 | -0/+5 |
* | add notes to segment map | Joey Castillo | 2021-08-07 | 1 | -10/+10 |
* | add more notes to character set | Joey Castillo | 2021-08-07 | 1 | -11/+11 |
* | rename 'sensing' indicator to 'signal' | Joey Castillo | 2021-08-07 | 2 | -2/+2 |
* | segment lcd: add indicator methods, document character map | Joey Castillo | 2021-08-07 | 3 | -19/+84 |
* | add pinout table for sensor boards | Joey Castillo | 2021-08-05 | 2 | -0/+2 |
* | documentation tweaks | Joey Castillo | 2021-08-05 | 1 | -7/+7 |
* | documentation! | Joey Castillo | 2021-08-05 | 7 | -41/+715 |
* | bme280 app: use forced mode, only measure when needed | Joey Castillo | 2021-08-05 | 1 | -2/+13 |
* | new project: sensor watch environment | Joey Castillo | 2021-08-04 | 4 | -0/+421 |
* | some I2C work | Joey Castillo | 2021-08-04 | 2 | -7/+58 |
* | drop legacy terminology. how hard was that? | Joey Castillo | 2021-08-04 | 3 | -31/+31 |
* | break up sections | Joey Castillo | 2021-08-04 | 1 | -0/+26 |
* | WIP deep sleep mode | Joey Castillo | 2021-08-03 | 9 | -51/+126 |
* | make this snake_case for consistency | Joey Castillo | 2021-08-03 | 1 | -13/+13 |
* | actually debounce button presses | Joey Castillo | 2021-08-03 | 1 | -3/+9 |
* | Fix another typo | joeycastillo | 2021-08-03 | 1 | -1/+1 |
* | Merge pull request #1 from tahnok/patch-1 | joeycastillo | 2021-08-02 | 1 | -1/+1 |
|\ | |||||
| * | fix typo in README | Wesley Ellis | 2021-08-02 | 1 | -1/+1 |
|/ | |||||
* | move app.h to library, no need for user to change it | Joey Castillo | 2021-08-02 | 1 | -0/+0 |
* | add readme and images | Joey Castillo | 2021-08-02 | 3 | -1/+37 |
* | thinking through deep sleep stuff | Joey Castillo | 2021-08-02 | 5 | -118/+203 |
* | major project reorg, move library one level up | Joey Castillo | 2021-08-02 | 439 | -108489/+76 |
* | barebones 'hello world' project | Joey Castillo | 2021-08-02 | 6 | -453/+400 |
* | move user application code to app folder | Joey Castillo | 2021-08-01 | 7 | -189/+329 |
* | lil i2c test | Joey Castillo | 2021-08-01 | 5 | -6/+666 |
* | use atmel studio's configuration and init | Joey Castillo | 2021-07-30 | 5 | -9/+153 |
* | use atmel studio's startup and linker script | Joey Castillo | 2021-07-30 | 3 | -311/+373 |
* | Merge branch 'main' into astudio | Joey Castillo | 2021-07-30 | 1 | -11/+10 |
|\ | |||||
| * | remove JLC order text | Joey Castillo | 2021-07-30 | 1 | -11/+10 |
* | | Merge branch 'main' into astudio | Joey Castillo | 2021-07-20 | 3 | -0/+9512 |
|\| | |||||
| * | add uf2 to gitignore | Joey Castillo | 2021-07-20 | 1 | -0/+1 |
| * | WIP new board revision | Joey Castillo | 2021-07-20 | 2 | -0/+9511 |
* | | bring in all the atmel studio stuff | Joey Castillo | 2021-07-20 | 249 | -36836/+137739 |
* | | get UART working on SERCOM3 (9-pin A2/D1) | Joey Castillo | 2021-07-20 | 1 | -12/+12 |
* | | move to a makefile based workflow | Joey Castillo | 2021-07-20 | 97 | -0/+44475 |
|/ | |||||
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main | Joey Castillo | 2021-05-23 | 26 | -1015/+1283 |
|\ | |||||
| * | make watch abstraction global, add methods and documentation | Joey Castillo | 2021-05-21 | 5 | -71/+162 |
| * | use simple 8-bit counter for LED PWM | Joey Castillo | 2021-05-20 | 23 | -942/+1120 |
| * | new atmel studio setup | Joey Castillo | 2021-05-09 | 5 | -8/+7 |
* | | watch A revision 03 | Joey Castillo | 2021-05-23 | 3 | -0/+9483 |
|/ | |||||
* | More low power work | Joey Castillo | 2021-05-09 | 5 | -41/+33 |
* | mars clock! | Joey Castillo | 2021-05-06 | 6 | -25/+93 |
* | sunday low power work | Joey Castillo | 2021-05-02 | 6 | -33/+38 |
* | remove timer; tick based on RTC PER7 interrupt | Joey Castillo | 2021-05-02 | 17 | -979/+18 |
* | WIP timer wakeup stuff | Joey Castillo | 2021-05-02 | 27 | -498/+1066 |
* | interrupts, clock demo with interrupts | Joey Castillo | 2021-04-30 | 10 | -53/+116 |