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
/
atsamd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kconfig: Note which chips require software divide operations
Kevin O'Connor
2025-04-17
1
-0
/
+2
*
atsamd: Enable HAVE_LIMITED_CODE_SIZE on small atsamd chips
Kevin O'Connor
2025-04-16
2
-0
/
+2
*
Kconfig: Add new WANT_ADC option to reduce code size
Kevin O'Connor
2025-04-16
1
-2
/
+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
*
stepper: Support step on both edges with custom minimum pulse duration
Kevin O'Connor
2025-03-20
1
-1
/
+1
*
atsamd: Add support for reporting canbus state
Kevin O'Connor
2025-02-02
1
-2
/
+47
*
atsamd: allow i2c rate to be 400kHz
Wulfsta
2024-11-12
1
-4
/
+10
*
atsamd: Add Kconfig definition for SAME51N19 chip
Kevin O'Connor
2024-10-28
1
-2
/
+6
*
Kconfig: Remove references to manufacturers in Kconfig
Kevin O'Connor
2024-10-28
1
-9
/
+9
*
i2c: handle errors at i2ccmds
Timofey Titovets
2024-10-26
2
-5
/
+10
*
armcm_link: Fix build on recent arm gcc/newlibc versions
Kevin O'Connor
2024-06-17
1
-1
/
+1
*
atsamd: Add support for SAMD21J18 (Minitronics v2)
Bart Meijer
2023-07-05
1
-2
/
+6
*
atsamd: Fixes for samc21 and compiler optimizations (#6198)
Luke V
2023-06-16
2
-4
/
+26
*
Kconfig: Support selecting optional features on chips with small flash size
Kevin O'Connor
2023-06-08
1
-1
/
+0
*
atsamd: Add support for SAMC21
Wulfsta
2023-05-01
12
-30
/
+310
*
usb_cdc: Only call bootloader_request() if CONFIG_HAVE_BOOTLOADER_REQUEST
Kevin O'Connor
2022-12-30
1
-0
/
+1
*
armcm_link: Rename CONFIG_FLASH_START to CONFIG_FLASH_APPLICATION_ADDRESS
Kevin O'Connor
2022-12-14
2
-16
/
+30
*
canbus: Rename canbus_send() to canhw_send()
Kevin O'Connor
2022-12-14
1
-3
/
+3
*
armcm_reset: Introduce Kconfig FLASH_BOOT_ADDRESS value
Kevin O'Connor
2022-11-08
2
-1
/
+5
*
fdcan: Remove spurious executable flag on fdcan.c
Kevin O'Connor
2022-11-04
1
-0
/
+0
*
atsamd: Add support CANbus on ATSAME5x chips
Kevin O'Connor
2022-10-13
7
-11
/
+363
*
atsamd: Move bootloader_request() from usbserial.c to main.c
Kevin O'Connor
2022-10-13
2
-18
/
+19
*
atsamd: Add Kconfig definitions for same51j19 and same54p20 chips
Kevin O'Connor
2022-10-13
8
-20
/
+42
*
lib: Add atmel same51 and same54 build definitions
Kevin O'Connor
2022-10-13
1
-0
/
+1
*
lib: Remove unused gcc/ directories from samd21 and samd51 directories
Kevin O'Connor
2022-10-13
1
-2
/
+0
*
samd21: fix erroneous register bit reference.
Matt Baker
2022-09-11
1
-2
/
+0
*
atsamd: Use CONFIG_USB instead of CONFIG_USBSERIAL during clock init
Kevin O'Connor
2022-08-16
2
-2
/
+2
*
usb_cdc: Rename usb_request_bootloader() to bootloader_request()
Kevin O'Connor
2022-07-29
1
-1
/
+2
*
usb_cdc_ep: Change default endpoint numbers
Kevin O'Connor
2022-06-27
1
-1
/
+1
*
Kconfig: Move SERIAL, USBSERIAL, and CANSERIAL definitions to src/Kconfig
Kevin O'Connor
2022-06-16
1
-4
/
+0
*
stepper: Add support for stepping on both edges of a step pulse
Kevin O'Connor
2021-11-04
1
-0
/
+1
*
atsamd: Remove gcc -mfpu=fpv4-sp-d16 floating point option
Kevin O'Connor
2021-10-30
1
-1
/
+0
*
atsamd: Add i2c_read() implementation
Simon Kühling
2021-10-06
1
-1
/
+43
*
atsamd: Add support for 25Mhz crystals
Kevin O'Connor
2021-06-04
2
-0
/
+33
*
atsamd: Fix pll reference in samd51 config_dpll()
Kevin O'Connor
2021-06-04
1
-2
/
+2
*
atsamd: Use "communication interface" menu option in Kconfig
Kevin O'Connor
2021-03-18
1
-8
/
+15
*
atsamd: Fix bug in sercom_pads mapping on samd21 in sercom.c
Kevin O'Connor
2021-02-01
1
-1
/
+1
*
atsamd: Support reading chip based temperature sensor
Kevin O'Connor
2020-10-29
1
-1
/
+15
*
Kconfig: Add a new CONFIG_HAVE_STRICT_TIMING build definition
Kevin O'Connor
2020-05-31
1
-0
/
+1
*
atsamd: Enable chipid as usb serial number
Kevin O'Connor
2019-11-25
3
-1
/
+47
*
atsamd: Add support for SAMD51 overclocking
Lars R. Hansen
2019-11-18
2
-6
/
+22
*
flash_usb: Pass -t $CONFIG_MCU to flash_usb on all targets
Kevin O'Connor
2019-10-26
1
-1
/
+1
*
flash_usb: Use "-s" option to specify flash offset on atsamd
Kevin O'Connor
2019-10-26
1
-1
/
+1
*
armcm_boot: Use armcm_main() instead of main() to start board code
Kevin O'Connor
2019-10-24
1
-4
/
+6
*
armcm_boot: Export MCU definition from armcm_boot
Kevin O'Connor
2019-09-18
1
-4
/
+0
*
armcm_reset: Add a new helper file defining command_reset()
Kevin O'Connor
2019-09-18
2
-9
/
+2
*
armcm_link: Rename armcm_boot.lds.S to armcm_link.lds.S
Kevin O'Connor
2019-08-22
1
-2
/
+2
*
atsamd: Update code to use armcm_boot mechanism
Kevin O'Connor
2019-08-22
7
-129
/
+28
[next]