diff options
author | Alex Maclean <monkeh@monkeh.net> | 2023-07-12 00:39:54 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2023-07-16 19:45:23 -0400 |
commit | 366b0de1c861de2f46bbb08eea4b8a677c0f5829 (patch) | |
tree | efd314ad033affe4567ef88738f6b212a20593d1 /lib/README | |
parent | 1c482581c3c76de31bc3be09553540197de6b382 (diff) | |
download | kutter-366b0de1c861de2f46bbb08eea4b8a677c0f5829.tar.gz kutter-366b0de1c861de2f46bbb08eea4b8a677c0f5829.tar.xz kutter-366b0de1c861de2f46bbb08eea4b8a677c0f5829.zip |
samc21: Fix CAN RAM base address
Signed-off-by: Alex Maclean <monkeh@monkeh.net>
Diffstat (limited to 'lib/README')
-rw-r--r-- | lib/README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -24,7 +24,9 @@ version 1.0.56 (extracted on 20181220). The samc21 directory contains code from the Atmel.SAMC21_DFP.1.2.176.atpack zip file found at: http://packs.download.atmel.com/ -version 1.2.176 (extracted on 20230115). +version 1.2.176 (extracted on 20230115). It has been modified to fix +an incorrect base address for the CAN message ram. See samc21.patch +for the modifications. The samd21 directory contains code from the Atmel.SAMD21_DFP.1.3.304.atpack zip file found at: |