diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-01-07 19:55:32 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-01-07 19:55:32 -0500 |
commit | dc70a7c3558fadd2f0500f71c35292972b2c253f (patch) | |
tree | acba4414aabb1dc4b46c0da30a87843e116afbca | |
parent | 549e682069bf32fbe5d4c2139c583066070bb7cc (diff) | |
download | kutter-dc70a7c3558fadd2f0500f71c35292972b2c253f.tar.gz kutter-dc70a7c3558fadd2f0500f71c35292972b2c253f.tar.xz kutter-dc70a7c3558fadd2f0500f71c35292972b2c253f.zip |
lib: Fix sam4e.patch name in README
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | lib/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ version 1.1.57 (extracted on 20180806). It has been modified to compile with gcc's LTO feature. Also, some AFEC register RW accesses have been modified to comply with the SAM4E datasheet. Finally, the interrupt vector table has been slightly modified to allow the code to -run. See cmsis-sam4e8e.patch for the modifications. +run. See sam4e.patch for the modifications. The sam4s directory contains code from the Atmel.SAM4S_DFP.1.0.56.atpack zip file found at: |