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
*
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
*
atsamd: Move irq handler code above irq setup
Kevin O'Connor
2019-08-22
3
-85
/
+90
*
Makefile: Add generic rule for precompiling linker scripts
Kevin O'Connor
2019-08-21
1
-10
/
+3
*
spicmds: Rework spi config commands
Kevin O'Connor
2019-08-06
1
-2
/
+0
*
atsamd: Fix comment typo in serial.c
Kevin O'Connor
2019-07-25
1
-1
/
+1
*
atsamd: Add build support for SAMD21E15 chip
Kevin O'Connor
2019-06-01
1
-0
/
+6
*
atsamd: Reduce the compile size of the hard_pwm pin list
Kevin O'Connor
2019-05-30
1
-28
/
+35
*
atsamd: Minor whitespace changes to sercom.c
Kevin O'Connor
2019-04-04
1
-3
/
+1
*
atsamd: Use enumerations for buses and reserve pins
Kevin O'Connor
2019-04-04
7
-19
/
+29
*
atsamd: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
1
-0
/
+6
*
command: Always pass a string to the DECL_CONSTANT() macro
Kevin O'Connor
2019-03-17
3
-3
/
+3
*
atsamd: Add support to "make flash" to automatically enter the bootloader
Kevin O'Connor
2019-03-08
1
-3
/
+2
*
Makefile: Reduce use of $^ in build rules
Kevin O'Connor
2019-03-02
1
-2
/
+2
*
atsamd: Reduce memory for have_run_init in spi/i2c
Kevin O'Connor
2019-03-01
2
-6
/
+6
*
atsamd: Add definitions for SAMD21E18 chip
Kevin O'Connor
2019-03-01
2
-2
/
+8
*
atsamd: Implement custom memory allocation functions
Kevin O'Connor
2019-03-01
2
-2
/
+17
*
atsamd: Use CONFIG_MCU in Makefile
Kevin O'Connor
2019-03-01
1
-6
/
+3
*
atsamd: Use the full micro-controller name for CONFIG_MCU
Kevin O'Connor
2019-03-01
1
-5
/
+5
*
atsamd: Use local linker script
Kevin O'Connor
2019-03-01
3
-9
/
+84
*
atsamd: Add support for programming SERCOM pins
Kevin O'Connor
2019-03-01
7
-41
/
+430
*
atsamd: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-3
/
+6
[next]