mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-07 22:14:05 -06:00
lib: Add CMSIS_5 files
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
ed011b5f25
commit
454a873cb8
8 changed files with 7669 additions and 0 deletions
|
@ -7,6 +7,11 @@ on recent versions of gcc, to support asynchronous notification of
|
|||
incoming data, and to not use SOF interrupts. See usb_serial.patch for
|
||||
the modifications.
|
||||
|
||||
The cmsis directory contains code from:
|
||||
https://github.com/ARM-software/CMSIS_5
|
||||
version 5.3.0 (49ac527aa7406cecbba46d4d3bdbc7f60c6c6d42). Contents
|
||||
taken from the CMSIS/Core/Include/ directory.
|
||||
|
||||
The cmsis-sam3x8e directory contains code from the Arduino project:
|
||||
https://www.arduino.cc/
|
||||
version 1.5.1 (extracted on 20160608). It has been modified to compile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue