mirror of
https://github.com/QIDITECH/klipper.git
synced 2026-02-01 08:28:41 +03:00
plus4的klipper版本
This commit is contained in:
48
lib/README
48
lib/README
@@ -21,6 +21,13 @@ Atmel.SAM4S_DFP.1.0.56.atpack zip file found at:
|
||||
http://packs.download.atmel.com/
|
||||
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). 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:
|
||||
http://packs.download.atmel.com/
|
||||
@@ -31,6 +38,16 @@ Atmel.SAMD51_DFP.1.1.96.atpack zip file found at:
|
||||
http://packs.download.atmel.com/
|
||||
version 1.1.96 (extracted on 20190110).
|
||||
|
||||
The same51 directory contains code from the
|
||||
Atmel.SAME51_DFP.1.1.139.atpack zip file found at:
|
||||
http://packs.download.atmel.com/
|
||||
version 1.1.139 (extracted on 20220929).
|
||||
|
||||
The same54 directory contains code from the
|
||||
Atmel.SAME54_DFP.1.1.134.atpack zip file found at:
|
||||
http://packs.download.atmel.com/
|
||||
version 1.1.134 (extracted on 20221005).
|
||||
|
||||
The same70b directory contains code from the
|
||||
Atmel.SAME70_DFP.2.4.166.atpack zip file found at:
|
||||
http://packs.download.atmel.com/
|
||||
@@ -63,14 +80,29 @@ The stm32f4 directory contains code from:
|
||||
version v1.24.1 (b5abca20c9676b04f8d2885a668a9b653ee65705). Contents
|
||||
taken from the Drivers/CMSIS/Device/ST/STM32F4xx/ directory.
|
||||
|
||||
The stm32f7 directory contains code from:
|
||||
https://github.com/STMicroelectronics/STM32CubeF7
|
||||
version v1.15.0 (3600603267ebc7da619f50542e99bbdfd7e35f4a). Contents
|
||||
taken from the Drivers/CMSIS/Device/ST/STM32F7xx/ directory.
|
||||
|
||||
The stm32g0 directory contains code from:
|
||||
https://github.com/STMicroelectronics/STM32CubeG0
|
||||
version v1.4.1 (5cb06333a6a43cefbe145f10a5aa98d3cc4cffee). Contents
|
||||
taken from the Drivers/CMSIS/Device/ST/STM32G0xx/ directory.
|
||||
|
||||
The stm32g4 directory contains code from:
|
||||
https://github.com/STMicroelectronics/STM32CubeG4
|
||||
version v1.4.0 (e762fe2ce800cf6c18a1868a3aabc7e9351751bd). Contents
|
||||
taken from the Drivers/CMSIS/Device/ST/STM32G4xx/ directory.
|
||||
|
||||
The stm32l4 directory contains code from:
|
||||
https://github.com/STMicroelectronics/STM32CubeL4
|
||||
version v1.17.0 (5e1553e07706491bd11f4edd304e093b6e4b83a4). Contents
|
||||
taken from the Drivers/CMSIS/Device/ST/STM32L4xx/ directory.
|
||||
|
||||
The stm32h7 directory contains code from:
|
||||
https://github.com/STMicroelectronics/STM32CubeH7
|
||||
version v1.7.0 (79196b09acfb720589f58e93ccf956401b18a191). Contents
|
||||
version v1.9.0 (ccb11556044540590ca6e45056e6b65cdca2deb2). Contents
|
||||
taken from the Drivers/CMSIS/Device/ST/STM32H7xx/ directory.
|
||||
|
||||
The rp2040 directory contains code from the pico sdk:
|
||||
@@ -105,6 +137,10 @@ from the repo's hc-sr04-range-sensor directory. It has been modified
|
||||
so that the IEP definitions compile correctly. See pru_rpmsg.patch for
|
||||
the modifications.
|
||||
|
||||
The ar100 directory contains code from:
|
||||
https://github.com/crust-firmware/crust
|
||||
revision 966124af914ce611aadd06fbbcbc4c36c4a0b240
|
||||
|
||||
The fast-hash directory contains code from:
|
||||
https://github.com/ztanml/fast-hash
|
||||
revision ae3bb53c199fe75619e940b5b6a3584ede99c5fc
|
||||
@@ -131,4 +167,12 @@ used to upload firmware to devices flashed with the CanBoot bootloader.
|
||||
|
||||
The can2040 directory contains code from:
|
||||
https://github.com/KevinOConnor/can2040
|
||||
revision 9ca095c939a48391de60dd353f0cd91999bb9257.
|
||||
version v1.6.0 (af3d21e5d61b8408c63fbdfb0aceb21d69d91693)
|
||||
|
||||
The Huada HC32F460 directory contains code from:
|
||||
https://www.hdsc.com.cn/Category83-1490
|
||||
version 2.2 DDL minus example directory, empty/extra files
|
||||
|
||||
The n32g45x directory contains parts of code from:
|
||||
https://github.com/RT-Thread/rt-thread/tree/master/bsp/n32g452xx/Libraries/N32_Std_Driver
|
||||
version v1.0.1 (77638c17877c4b6b0b81e189a36bb08b3384923b)
|
||||
|
||||
Reference in New Issue
Block a user