Commit Graph

13 Commits

Author SHA1 Message Date
Allen Hill 4fcdf4af36 Replace byte/word typedefs with uintN_t 2023-08-20 20:45:22 -04:00
Allen Hill 48b20a9c5c Indent case labels 2023-08-19 21:41:45 -04:00
Allen Hill c07083423f Switch PROGMEM related uses to regular flash (flat address space in avrxmega3) 2023-08-19 21:40:40 -04:00
Allen Hill 84fa2fdebc Remove LED functionality 2023-08-19 20:01:59 -04:00
Allen Hill 1da1a52c68 Reformat using clang format 2023-08-19 20:01:10 -04:00
Allen Hill e8d7f5b297 File cleaning 2023-08-17 18:06:02 -04:00
Allen Hill 66633db24e Update serial registers 2023-08-06 20:48:45 -04:00
Allen Hill feccda9e69 Update to use attiny1616 AC2 and TCB1
- Change AVC output enable/disable to only change input/output of pin 7;
  only one pin should need to be used to send (i.e. actual differential
  signaling isn't being used, therefore, we can achieve the necessary
  (single-ended) differential voltage using only one pin, leaving the
  other outputting low)
- Use virtual ports to enable setting output status with single
  instruction
2023-08-03 11:01:45 -04:00
Allen Hill 0a9bd4d988 Replace Timer1 with periodic interrupt timer from the RTC 2023-08-02 21:56:59 -04:00
Allen Hill 49ceb1e5e8 Uncommitted changes from 8 years ago 2023-07-16 15:46:01 -04:00
Allen Hill a1c2b1b6e4 Message read now works 2015-07-26 22:45:06 -07:00
Allen Hill 49c0827c4f Compile/linking required changes 2015-07-23 21:23:36 -07:00
Allen Hill 214cc168fd Merged Marcin's AVC-LAN driver 2015-07-23 09:43:26 -07:00