index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rp2040
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kconfig: Note which chips require software divide operations
Kevin O'Connor
2025-04-17
1
-0
/
+2
*
Kconfig: Add new WANT_I2C option to reduce code size
Kevin O'Connor
2025-04-16
1
-1
/
+1
*
Kconfig: Add new WANT_SPI option to reduce code size
Kevin O'Connor
2025-04-16
1
-1
/
+1
*
Kconfig: Add new WANT_HARD_PWM option to reduce code size
Kevin O'Connor
2025-04-16
1
-1
/
+1
*
rp2040: define spi bus on pins 12,11,10
Timofey Titovets
2025-03-25
1
-0
/
+3
*
stepper: Support step on both edges with custom minimum pulse duration
Kevin O'Connor
2025-03-20
1
-1
/
+1
*
rp2040: Fix build of rp2350
Kevin O'Connor
2025-02-26
1
-6
/
+6
*
rp2040: set clock to 200Mhz
Timofey Titovets
2025-02-26
1
-2
/
+18
*
rp2040: Add support for reporting canbus state
Kevin O'Connor
2025-02-02
1
-1
/
+18
*
rp2040: Add spi0_gpio4_gpio3_gpio2 bus to support fysetc PITB V2 (#6683)
Jessica Hunt
2024-11-27
1
-3
/
+24
*
rp2040: Improve indentation in Kconfig file
Kevin O'Connor
2024-11-14
1
-34
/
+34
*
rp2040: Add rp2350 bootrom based chipid and reboot to bootloader code
Kevin O'Connor
2024-11-14
4
-9
/
+65
*
rp2040: Move chipid reading to bootrom.c
Kevin O'Connor
2024-11-14
4
-108
/
+120
*
rp2040: Initial rp2350 support
Kevin O'Connor
2024-11-14
5
-23
/
+61
*
rp2040: Use a higher USB PLL internal frequency
Kevin O'Connor
2024-11-14
1
-1
/
+5
*
rp2040: Avoid using memcpy() on USB dpram
Kevin O'Connor
2024-11-14
1
-7
/
+30
*
rp2040: Rename rp2040_link.lds.S to rpxxxx_link.lds.S
Kevin O'Connor
2024-11-13
3
-3
/
+3
*
rp2040: Rename CONFIG_RP2040_yyy Kconfig symbols to CONFIG_RPXXXX_yyy
Kevin O'Connor
2024-11-13
4
-33
/
+43
*
lib: Update lib/rp2040 to v2.0.0 SDK release
Kevin O'Connor
2024-11-13
1
-6
/
+11
*
lib: Move lib/rp2040/elf2uf2 to lib/elf2uf2
Kevin O'Connor
2024-11-13
1
-4
/
+4
*
rp2040: forward i2c errors to i2ccmd
Timofey Titovets
2024-10-26
1
-18
/
+24
*
i2c: handle errors at i2ccmds
Timofey Titovets
2024-10-26
2
-5
/
+10
*
rp2040: Check for i2c NACK/Start NACK (#6692)
Timofey Titovets
2024-09-22
1
-0
/
+22
*
rp2040_link: Explicitly set klipper.elf output section flags to avoid warning
Kevin O'Connor
2024-06-17
1
-5
/
+15
*
armcm_link: Fix build on recent arm gcc/newlibc versions
Kevin O'Connor
2024-06-17
2
-4
/
+6
*
rp2040: Add kconfig options for rp2040 uart (#6549)
Amken USA
2024-04-24
2
-23
/
+97
*
rp2040: Only change SPI settings while peripheral is disabled
Kevin O'Connor
2024-01-25
1
-0
/
+4
*
rp2040: Load vectortable into ram
Kevin O'Connor
2024-01-25
2
-0
/
+27
*
rp2040: Run all code from ram
Kevin O'Connor
2024-01-25
1
-2
/
+3
*
rp2040: Always link using rp2040_link.lds.S
Kevin O'Connor
2024-01-25
2
-3
/
+11
*
rp2040: Add support for double buffering on USB bulk tx packets
Kevin O'Connor
2023-10-03
1
-4
/
+10
*
rp2040: Add support for double buffering on USB bulk rx packets
Kevin O'Connor
2023-10-03
1
-6
/
+15
*
rp2040: Open code usb_read_packet() and usb_write_packet() in callers
Kevin O'Connor
2023-10-03
1
-36
/
+58
*
rp2040: Add helper functions to usbserial.c
Kevin O'Connor
2023-10-03
1
-20
/
+56
*
Kconfig: Support selecting optional features on chips with small flash size
Kevin O'Connor
2023-06-08
1
-1
/
+0
*
rp2040: Handle USB resets
Kevin O'Connor
2023-04-25
1
-4
/
+9
*
usb_cdc: Only call bootloader_request() if CONFIG_HAVE_BOOTLOADER_REQUEST
Kevin O'Connor
2022-12-30
1
-0
/
+1
*
scripts: support CanBoot on RP2040 in flash_usb.py
Chris Lee
2022-12-19
1
-4
/
+5
*
rp2040: Move watchdog code to new watchdog.c file
Kevin O'Connor
2022-12-14
3
-27
/
+32
*
armcm_link: Rename CONFIG_FLASH_START to CONFIG_FLASH_APPLICATION_ADDRESS
Kevin O'Connor
2022-12-14
1
-1
/
+1
*
canbus: Rename canbus_send() to canhw_send()
Kevin O'Connor
2022-12-14
1
-2
/
+2
*
rp2040: Fix copy-paste error in Kconfig comment
Kevin O'Connor
2022-12-14
1
-1
/
+1
*
rp2040: Fix watchdog enable
Kevin O'Connor
2022-11-19
1
-0
/
+3
*
rp2040: Fix boundary check for max gpio pin
Kevin O'Connor
2022-11-19
1
-2
/
+2
*
rp2040: Support CanBoot as bootloader
Kevin O'Connor
2022-11-08
3
-14
/
+41
*
armcm_reset: Introduce Kconfig FLASH_BOOT_ADDRESS value
Kevin O'Connor
2022-11-08
2
-3
/
+7
*
rp2040: Suppress spurious gcc v12 array bounds warning
Kevin O'Connor
2022-09-29
1
-3
/
+13
*
rp2040: Enabled hw pullups for the I2C pins (#5710)
chestwood96
2022-08-19
1
-2
/
+2
*
usb_cdc: Rename usb_request_bootloader() to bootloader_request()
Kevin O'Connor
2022-07-29
2
-7
/
+14
*
rp2040: Add support for USB to CANbus bridge mode
Kevin O'Connor
2022-07-06
2
-0
/
+6
[next]