1
0
mirror of https://github.com/halleysfifthinc/Toyota-AVC-LAN synced 2025-06-11 01:46:28 +00:00

83 Commits

Author SHA1 Message Date
Allen Hill
23ea7ee463 Adjust for difference between GNU avr-libc IO headers and Atmel IO headers 2023-08-21 20:09:46 -04:00
Allen Hill
5559f38a51 Setup Dev Containers for VS Code (easy toolchain/build setup) 2023-08-21 20:08:04 -04:00
Allen Hill
522fb41290 Switch to CMake 2023-08-21 20:06:30 -04:00
Allen Hill
553dadfdd0 Move source files into src dir 2023-08-21 19:59:06 -04:00
Allen Hill
e21f1a979a Fix warning about array subscript [0] outside array bounds 2023-08-20 20:46:01 -04:00
Allen Hill
4fcdf4af36 Replace byte/word typedefs with uintN_t 2023-08-20 20:45:22 -04:00
Allen Hill
c4f67378ae Use alternate UART TxD/RxD pins 2023-08-20 20:41:25 -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
98e371b529 Remove old/irrelevant files 2023-08-19 20:43:02 -04:00
Allen Hill
d27250ec11 Add vscode settings 2023-08-19 20:31:31 -04:00
Allen Hill
5ba6e46827 Update makefile 2023-08-19 20:08:46 -04:00
Allen Hill
14bf33bb97 Fix compiler complaint about VPORTA_OUT in asm 2023-08-19 20:02:46 -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
241b7cf50a Rename HexInc -> incBCD; comment out unused decrement functions 2023-08-06 20:52:29 -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
halleysfifthinc
1b66ecf306 Data visuals/research 2015-07-27 21:24:05 -07:00
Allen Hill
ab4992411f Added avr-size rule 2015-07-26 22:51:12 -07:00
Allen Hill
a1c2b1b6e4 Message read now works 2015-07-26 22:45:06 -07:00
Allen Hill
04077c8801 Removed old files 2015-07-23 21:31:49 -07:00
Allen Hill
b6923559d1 Removed old schematics 2015-07-23 21:28:12 -07:00
Allen Hill
49c0827c4f Compile/linking required changes 2015-07-23 21:23:36 -07:00
Allen Hill
bf2a4a496b Updated Makefile for new driver/main file 2015-07-23 09:49:11 -07:00
Allen Hill
214cc168fd Merged Marcin's AVC-LAN driver 2015-07-23 09:43:26 -07:00
Allen Hill
a4750f80b6 Branch update 2015-07-20 11:10:47 -07:00
Allen Hill
7ef326efe0 Merge branch 'master' of https://github.com/halleysfifthinc/Toyota-AVC-LAN 2015-07-18 15:49:46 -07:00
Allen Hill
9091a232ab Initial Commit 2015-07-18 15:45:42 -07:00
halleysfifthinc
7b892d3c59 Initial commit 2015-07-18 15:37:46 -07:00