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
/
atsam
Commit message (
Expand
)
Author
Age
Files
Lines
*
stepper: Support step on both edges with custom minimum pulse duration
Kevin O'Connor
2025-03-20
1
-1
/
+1
*
atsam: Add support for reporting canbus state
Kevin O'Connor
2025-02-02
1
-2
/
+47
*
Kconfig: Remove references to manufacturers in Kconfig
Kevin O'Connor
2024-10-28
1
-5
/
+5
*
i2c: handle errors at i2ccmds
Timofey Titovets
2024-10-26
2
-5
/
+10
*
atsam: Enable TCM and cache for atsame70
Wulfsta
2024-10-21
5
-13
/
+188
*
atsam: Add data memory barrier to USB driver
Wulfsta
2024-10-21
1
-0
/
+1
*
armcm_link: Fix build on recent arm gcc/newlibc versions
Kevin O'Connor
2024-06-17
1
-1
/
+1
*
atsam: Add support for CAN on atsame70 (#6366)
Luke V
2023-10-19
6
-5
/
+359
*
atsam: Remove USB endpoint header (#6365)
Alex Maclean
2023-10-12
1
-10
/
+0
*
Kconfig: Support selecting optional features on chips with small flash size
Kevin O'Connor
2023-06-08
1
-1
/
+0
*
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
1
-5
/
+5
*
armcm_reset: Introduce Kconfig FLASH_BOOT_ADDRESS value
Kevin O'Connor
2022-11-08
1
-0
/
+4
*
usb_cdc: Rename usb_request_bootloader() to bootloader_request()
Kevin O'Connor
2022-07-29
1
-2
/
+2
*
Kconfig: Move SERIAL, USBSERIAL, and CANSERIAL definitions to src/Kconfig
Kevin O'Connor
2022-06-16
1
-4
/
+0
*
atsam: Fix typo in sam4e_afec
Alex Maclean
2022-03-28
1
-1
/
+1
*
atsam: Add support for SAM E70
Alex Maclean
2022-03-26
14
-73
/
+424
*
atsam: Add get_pclock_frequency() helper function
Kevin O'Connor
2021-11-20
7
-12
/
+22
*
atsam: Fix I2C bitrate
Alex Maclean
2021-11-20
1
-2
/
+2
*
atsam: Don't enable USB FS clock on SAM3
Alex Maclean
2021-11-20
1
-2
/
+0
*
atsam: Don't bother disabling DMA for UART
Alex Maclean
2021-11-20
1
-1
/
+0
*
atsam: Don't set unused bits in UART
Alex Maclean
2021-11-20
1
-2
/
+1
*
stepper: Add support for stepping on both edges of a step pulse
Kevin O'Connor
2021-11-04
1
-0
/
+1
*
atsam: Remove gcc -mfpu=fpv4-sp-d16 floating point option
Kevin O'Connor
2021-10-30
1
-1
/
+0
*
atsam: Use "communication interface" menu option in Kconfig
Kevin O'Connor
2021-03-18
1
-4
/
+10
*
atsam: Support reading chip based temperature sensor on sam4e
Kevin O'Connor
2020-10-29
1
-1
/
+5
*
atsam: Support reading chip based temperature sensor on sam3/sam4s
Kevin O'Connor
2020-10-29
1
-5
/
+13
*
Kconfig: Add a new CONFIG_HAVE_STRICT_TIMING build definition
Kevin O'Connor
2020-05-31
1
-0
/
+1
*
atsam: Fix typo causing chipid to not be fully read
Kevin O'Connor
2019-11-27
1
-2
/
+2
*
atsam: Enable chipid as usb serial number
Kevin O'Connor
2019-11-26
3
-1
/
+76
*
flash_usb: Pass -t $CONFIG_MCU to flash_usb on all targets
Kevin O'Connor
2019-10-26
1
-4
/
+1
*
atsam: sysio support is only available on sam4s
Kevin O'Connor
2019-10-24
1
-0
/
+2
*
atsam: Allow PB4-PB7,PB10-PB12 to be used as gpio on sam4
Kevin O'Connor
2019-10-24
1
-0
/
+3
*
armcm_boot: Use armcm_main() instead of main() to start board code
Kevin O'Connor
2019-10-24
1
-4
/
+5
*
atsam: No need to call SystemInit() from main()
Kevin O'Connor
2019-09-18
1
-2
/
+1
*
armcm_boot: Export MCU definition from armcm_boot
Kevin O'Connor
2019-09-18
1
-3
/
+1
*
atsam: Add missing PB21 pin to ADC module
Kevin O'Connor
2019-09-16
1
-1
/
+1
*
atsam: Enable flash loop caching optimization on sam4s
Kevin O'Connor
2019-09-08
1
-1
/
+1
*
atsam: ADC pins need to be in input mode with pullups disabled
Kevin O'Connor
2019-08-28
1
-0
/
+3
*
armcm_link: Rename armcm_boot.lds.S to armcm_link.lds.S
Kevin O'Connor
2019-08-22
1
-2
/
+2
*
atsam: Update code to use armcm_boot mechanism
Kevin O'Connor
2019-08-22
5
-46
/
+56
*
atsam: Move irq handler code above irq setup
Kevin O'Connor
2019-08-22
3
-65
/
+65
*
atsam: Add support for "timer" controlled hardware pwm pins
Kevin O'Connor
2019-06-02
2
-8
/
+145
*
atsam: Enable pullup on i2c SDA line
Kevin O'Connor
2019-05-23
1
-4
/
+4
*
atsam: Improve i2c timeout detection
Kevin O'Connor
2019-05-23
1
-15
/
+10
*
atsam: Minor whitespace changes to i2c.c
Kevin O'Connor
2019-05-23
1
-27
/
+18
*
atsam: Use enumerations for buses and reserve pins
Kevin O'Connor
2019-04-04
4
-2
/
+35
*
atsam: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
1
-8
/
+21
*
command: Always pass a string to the DECL_CONSTANT() macro
Kevin O'Connor
2019-03-17
4
-4
/
+4
*
flash_usb: Try to make the bossac atsam reboot logic more stable
Kevin O'Connor
2019-03-10
1
-1
/
+4
[next]