aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: Changes to rp2040 build files to work in Klipper build systemKevin O'Connor2021-07-044-3/+35
* lib: Add rp2040 build filesKevin O'Connor2021-07-0488-0/+58874
* lpc176x: Use full peripheral clock speed; fix UART interfaceKevin O'Connor2021-05-042-6/+11
* lib: add FatFS notes to READMEArksine2021-02-051-0/+8
* lib: add FatFS library filesArksine2021-02-057-0/+23458
* kconfiglib: Update README with info on kconfiglib modificationsKevin O'Connor2020-11-232-1/+150
* kconfiglib: Update menuconfig.py with simpler menu layoutKevin O'Connor2020-11-231-20/+23
* kconfiglib: Update kconfiglib.py to always emit symbolsKevin O'Connor2020-11-231-2/+7
* lib: Add kconfiglib codeKevin O'Connor2020-11-236-0/+10629
* lib: Add a .gitignore file for intermediate files in lib/ directoryKevin O'Connor2020-08-211-0/+5
* lib: Fix whitespace in READMEKevin O'Connor2020-08-091-1/+1
* stm32: Improvements to CAN bus ID generation. And added a small fast hash lib...bondus2020-08-093-0/+135
* stm32: Initial support for stm32f2 (#3001)combolek2020-06-238-0/+58607
* lib: Add info on hidflash to README.mdKevin O'Connor2020-05-281-0/+6
* hidflash: Convert changes.diff to a unix style fileKevin O'Connor2020-05-281-0/+0
* hidflash: Add diff file with changes from original sourceArksine2020-05-281-0/+0
* lib: Add hidflash sourceArksine2020-05-2810-0/+4733
* stm32f0: Remove hal based stm32f0 implementationEug Krashtan2020-01-14161-258859/+0
* lib: Add a copy of stm32f0 cmsis files from v1.10.0Kevin O'Connor2019-10-2320-0/+128779
* lib: No need to make lpc176x SystemInit() externally visibleKevin O'Connor2019-09-063-13/+3
* lib: It is no longer necessary to modify the stm32f1 codeKevin O'Connor2019-09-063-16/+2
* lib: It is no longer necessary to modify the stm32f4 codeKevin O'Connor2019-09-063-16/+2
* lib: Remove now unused ARM Cortex-M linker scripts and boot assemblyKevin O'Connor2019-09-06152-29899/+6
* lib: Remove unused stm32f1 "hal" codeKevin O'Connor2019-08-05131-140936/+1
* lib: Update stm32f4 code to support gcc -fwhole-programKevin O'Connor2019-07-253-2/+16
* lib: Add stm32f4 cmsis filesKevin O'Connor2019-07-2550-0/+335323
* lib: Update stm32f1 code to version 1.8.0Kevin O'Connor2019-07-21194-83670/+90750
* lib: Add stm32f0 hal and cmsis filesKevin O'Connor2019-03-24161-0/+258859
* lib: Add cmsis-core/core_cm0.h headerKevin O'Connor2019-03-241-0/+888
* lib: Remove samd21/samd51 customizations that are no longer necessaryKevin O'Connor2019-03-018-77/+9
* lib: Update samd51 to work with gcc and bootloadersKevin O'Connor2019-01-287-6/+76
* lib: Add Atmel SAMD51 cmsis filesKevin O'Connor2019-01-28136-0/+64996
* lib: Fix sam4e.patch name in READMEKevin O'Connor2019-01-071-1/+1
* lib: Update sam4s code so that it works with gcc's -flto featureKevin O'Connor2019-01-073-2/+16
* lib: Add sam4s cmsis headersKevin O'Connor2019-01-07131-0/+26511
* lib: Rename lib/cmsis-sam4e/ to lib/sam4e/Kevin O'Connor2019-01-0794-13/+14
* lib: Remove sam4e sam.h and component-version.h filesKevin O'Connor2019-01-072-132/+0
* stm32f1: Use the main lib/cmsis-core directory for cmsis includesKevin O'Connor2018-10-114-3310/+0
* lib: Remove pjrc_usb_serialKevin O'Connor2018-09-304-1187/+1
* lib: Add bossac 1.9 code to lib directoryKevin O'Connor2018-08-2736-0/+6287
* sam4e8e: Add the SAM4e8e portFlorian Heilmann2018-08-084-4/+73
* lib: Add SAM4E CMSIS HALFlorian Heilmann2018-08-0894-0/+18476
* lib: Update samd21 code with local changesKevin O'Connor2018-08-074-3/+31
* lib: Add Atmel SAMD21 cmsis headersKevin O'Connor2018-08-06121-0/+44580
* lpc176x: Use common cmsis-core filesKevin O'Connor2018-08-066-4447/+4
* lib: Remove the (now unused) cmsis-sam3x8e directoryKevin O'Connor2018-08-06120-24835/+0
* lib: Modify SAM3X CMSIS files to work with GCC's lto featureKevin O'Connor2018-08-063-2/+16
* lib: Add Atmel SAM3X CMSIS filesKevin O'Connor2018-08-0699-0/+20245
* lib: Add CMSIS_5 filesKevin O'Connor2018-08-068-0/+7669
* lpc176x: Add initial support for LPC176x processorsKevin O'Connor2018-05-2512-0/+6573