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
*
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
*
rp2040: Initial support for CANbus
Kevin O'Connor
2022-07-06
4
-7
/
+104
*
rp2040: Add a Kconfig option for selecting "generic_03H" flash type
Kevin O'Connor
2022-06-20
1
-0
/
+10
*
rp2040: Add options to Kconfig for "stage2" flash chip options
Kevin O'Connor
2022-06-20
2
-2
/
+17
*
Kconfig: Move SERIAL, USBSERIAL, and CANSERIAL definitions to src/Kconfig
Kevin O'Connor
2022-06-16
1
-4
/
+0
*
rp2040: Implement workaround for USB errata "rp2040-e5"
Kevin O'Connor
2022-06-12
1
-3
/
+99
*
flash_usb: use sudo for rp2040 flashing
Lasse Dalegaard
2022-01-31
1
-1
/
+1
*
rp2040: implement I2C
Lasse Dalegaard
2022-01-12
4
-0
/
+227
*
rp2040: add make flash support
Lasse Dalegaard
2022-01-06
1
-6
/
+7
*
stepper: Add support for stepping on both edges of a step pulse
Kevin O'Connor
2021-11-04
1
-0
/
+1
*
rp2040: Add barrier() around all memcpy() calls in usbserial.c
Kevin O'Connor
2021-10-27
1
-0
/
+5
*
rp2040: add barrier in usb_read_ep0_setup
Lasse Dalegaard
2021-10-27
1
-0
/
+1
*
rp2040: implement SPI
Lasse Dalegaard
2021-07-15
4
-0
/
+121
*
rp2040: hardware PWM support
Lasse Dalegaard
2021-07-09
4
-0
/
+111
*
rp2040: Add _ramfunc macro to internal.h and use in bootrom.c and chipid.c
Kevin O'Connor
2021-07-04
3
-9
/
+13
*
rp2040: add chipid support
Lasse Dalegaard
2021-07-04
5
-4
/
+171
*
rp2040: support usb_request_bootloader
Lasse Dalegaard
2021-07-04
4
-2
/
+30
*
rp2040: remove unused linker option
Lasse Dalegaard
2021-07-04
1
-1
/
+1
*
rp2040: Initial USB support
Kevin O'Connor
2021-07-04
4
-1
/
+241
*
rp2040: Add initial adc support
Kevin O'Connor
2021-07-04
5
-2
/
+105
*
rp2040: Add initial support for the rp2040 mcu
Kevin O'Connor
2021-07-04
9
-0
/
+637