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
*
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
*
atsam: Improve support for flashing over USB
Kevin O'Connor
2019-03-08
1
-4
/
+2
*
Makefile: Reduce use of $^ in build rules
Kevin O'Connor
2019-03-02
1
-2
/
+2
*
atsam: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
2
-6
/
+13
*
pins: Add support for pull down resistors
Kevin O'Connor
2019-02-27
1
-11
/
+28
*
atsam: Fix hard pwm cycle divider calculation
Kevin O'Connor
2019-02-13
1
-1
/
+1
*
atsam: Add support for hard pwm via PWM controller
Kevin O'Connor
2019-02-13
4
-3
/
+106
*
atsam: Configure the atsam sram matrix register
Kevin O'Connor
2019-02-07
1
-0
/
+11
*
atsam: Convert code to use armcm_timer
Kevin O'Connor
2019-02-06
4
-190
/
+6
*
Kconfig: Move SERIAL_BAUD to src/Kconfig and show with LOW_LEVEL_OPTIONS
Kevin O'Connor
2019-01-25
1
-4
/
+0
*
atsam: Add support for the SAM3X8C micro-controller
Kevin O'Connor
2019-01-22
3
-0
/
+7
*
atsam: Add support for USB on SAM3X
Kevin O'Connor
2019-01-19
5
-26
/
+268
*
atsam: Add MACH_SAM3X, MACH_SAM4, MACH_SAM4E, MACH_SAM4S definitions
Kevin O'Connor
2019-01-18
8
-46
/
+64
[next]