]> git.earman.xyz Git - sensor-watch.git/shortlog
sensor-watch.git
2021-08-31 Joey Castilloupdate deprecated functions in BME280 demo app
2021-08-31 Joey Castillosimplify: always use the TCC to drive the LEDs
2021-08-31 Joey Castilloadd method for detecting low battery
2021-08-30 Joey Castilloremove delays from BME280 demo, no longer needed
2021-08-30 Joey Castillorun watch at 4 MHz unless USB is enabled
2021-08-30 joeycastilloMerge pull request #9 from joeycastillo/usb-refactor
2021-08-30 Joey Castillofix typo
2021-08-30 Joey Castilloadd printf statements to demo project
2021-08-30 Joey CastilloSIMPLIFY! Always run the main clock at 8 MHz
2021-08-29 Joey Castilloremove unused TC/TCC driver code
2021-08-29 Joey Castillobig PWM refactor: drive both LEDs and buzzer from TCC
2021-08-29 Joey CastilloWIP TCC refactor; remove low frequency notes
2021-08-29 Joey Castillohandle changing CPU speed
2021-08-29 Joey Castilloenable USB earlier so app can log sooner
2021-08-28 Joey Castillohandle tinyusb device tasks on a timer, allows delays...
2021-08-28 Joey Castilloadd alternate _write for debugging USB issues
2021-08-28 Joey Castilloforce sending data after a _write
2021-08-28 Joey Castillofix buzzer demo, add note about extwake
2021-08-28 Joey Castillosimplify project makefiles
2021-08-28 Joey Castilloimplement USB console
2021-08-28 Joey Castilloadd tinyusb
2021-08-28 Joey Castilloupdate .gitignore
2021-08-27 joeycastillomake chart not upside down
2021-08-27 joeycastilloMake pin chart accessible, add toolchain note
2021-08-26 joeycastilloMerge pull request #8 from joeycastillo/external-interrupts
2021-08-26 joeycastilloUpdate README with some clarifications
2021-08-25 Joey Castilloexternal interrupt refactor: allow enabling in watch...
2021-08-25 Joey Castillodisable all external interrupts by default
2021-08-25 Joey Castilloadd majority-vote filtering to all external interrupt...
2021-08-25 Joey Castillodisable all RTC tamper interrupts by default
2021-08-25 Joey Castilloadd definitions for pin A3/A4 (same as D0/D1)
2021-08-25 Joey Castillosilence unused parameter warnings
2021-08-24 Joey Castilloremove watch_app.c
2021-08-23 Joey Castillorefactor: break out different areas of functionality
2021-08-18 Joey Castillofix typo; log hour, not second
2021-08-18 Joey Castilloadd data logging, more modes to BME280 project
2021-08-18 Joey Castilloreapprove dimension errors
2021-08-17 Joey Castillofix typo
2021-08-17 Joey Castillomove debug uart methods, clarify license info
2021-08-17 Joey Castilloadd license file
2021-08-17 Joey Castillodisable 9-pin extwake interrupts by default
2021-08-14 Joey Castilloadd beep and light to BME280 app
2021-08-14 Joey Castillotweak resistor values, move board origin to 0,0
2021-08-14 Joey Castilloadd arduino sketch to burn bootloader
2021-08-14 Joey Castillodisable debug UART by default
2021-08-14 Joey Castilloled tweaks
2021-08-11 Joey Castillodocument power consumption, etc
2021-08-11 Joey Castillocheck if callback is null (could happen in wake from...
2021-08-09 Joey Castillofix LED part number, make boards identical
2021-08-09 Joey Castilloadd a version with bisexual lighting (same board, diffe...
2021-08-09 Joey Castillotidy up PCB folder, add gerbers for A1-04
2021-08-09 Joey Castilloadd API for playing sounds from the buzzer
2021-08-08 Joey Castilloadd link to errata
2021-08-08 Joey Castillodocument indicator segments
2021-08-08 Joey Castillowork on RTC tamper interrupt and external wake
2021-08-08 Joey Castillofix renaming of _watch_rtc_is_enabled
2021-08-08 Joey Castillorename segments in schematic to match SLCD driver
2021-08-07 Joey Castilloadd segment map link
2021-08-07 Joey Castilloadd notes to segment map
2021-08-07 Joey Castilloadd more notes to character set
2021-08-07 Joey Castillorename 'sensing' indicator to 'signal'
2021-08-07 Joey Castillosegment lcd: add indicator methods, document character map
2021-08-05 Joey Castilloadd pinout table for sensor boards
2021-08-05 Joey Castillodocumentation tweaks
2021-08-05 Joey Castillodocumentation!
2021-08-05 Joey Castillobme280 app: use forced mode, only measure when needed
2021-08-04 Joey Castillonew project: sensor watch environment
2021-08-04 Joey Castillosome I2C work
2021-08-04 Joey Castillodrop legacy terminology. how hard was that?
2021-08-04 Joey Castillobreak up sections
2021-08-03 Joey CastilloWIP deep sleep mode
2021-08-03 Joey Castillomake this snake_case for consistency
2021-08-03 Joey Castilloactually debounce button presses
2021-08-03 joeycastilloFix another typo
2021-08-03 joeycastilloMerge pull request #1 from tahnok/patch-1
2021-08-03 Wesley Ellisfix typo in README
2021-08-02 Joey Castillomove app.h to library, no need for user to change it
2021-08-02 Joey Castilloadd readme and images
2021-08-02 Joey Castillothinking through deep sleep stuff
2021-08-02 Joey Castillomajor project reorg, move library one level up
2021-08-02 Joey Castillobarebones 'hello world' project
2021-08-01 Joey Castillomove user application code to app folder
2021-08-01 Joey Castillolil i2c test
2021-07-30 Joey Castillouse atmel studio's configuration and init
2021-07-30 Joey Castillouse atmel studio's startup and linker script
2021-07-30 Joey CastilloMerge branch 'main' into astudio
2021-07-30 Joey Castilloremove JLC order text
2021-07-20 Joey CastilloMerge branch 'main' into astudio
2021-07-20 Joey Castilloadd uf2 to gitignore
2021-07-20 Joey CastilloWIP new board revision
2021-07-20 Joey Castillobring in all the atmel studio stuff
2021-07-20 Joey Castilloget UART working on SERCOM3 (9-pin A2/D1)
2021-07-20 Joey Castillomove to a makefile based workflow
2021-05-23 Joey CastilloMerge branch 'main' of github.com:joeycastillo/Sensor...
2021-05-23 Joey Castillowatch A revision 03
2021-05-21 Joey Castillomake watch abstraction global, add methods and document...
2021-05-20 Joey Castillouse simple 8-bit counter for LED PWM
2021-05-10 Joey Castillonew atmel studio setup
2021-05-09 Joey CastilloMore low power work
2021-05-06 Joey Castillomars clock!
next