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
/
avr
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb_cdc: Rename usb_request_bootloader() to bootloader_request()
Kevin O'Connor
2022-07-29
1
-1
/
+2
*
stepper: Make step pulse duration customizable at run-time
Kevin O'Connor
2021-11-04
1
-3
/
+0
*
avr: Fix typo causing broken gpio mappings
Kevin O'Connor
2021-08-15
1
-2
/
+2
*
avr: Define PORTE on atmega328p
Kevin O'Connor
2021-08-14
2
-1
/
+7
*
avr: Rename the analog-only PE0/PE1 pins on atmega168/328 to PE2/PE3
Kevin O'Connor
2021-08-14
1
-2
/
+2
*
avr: Fix Kconfig USB/Serial selection
Kevin O'Connor
2021-03-18
1
-1
/
+4
*
avr: Use "communication interface" menu option in Kconfig
Kevin O'Connor
2021-03-18
1
-12
/
+13
*
Kconfig: Add a new CONFIG_HAVE_STRICT_TIMING build definition
Kevin O'Connor
2020-05-31
1
-0
/
+1
*
avr: implement i2c_read
Arksine
2020-01-13
1
-1
/
+18
*
avr: List 20Mhz option below 16Mhz option in Kconfig
Kevin O'Connor
2019-09-30
1
-2
/
+2
*
avr: Simplify spi mode setting
Kevin O'Connor
2019-05-07
1
-22
/
+1
*
avr: Use enumerations for buses and reserve pins
Kevin O'Connor
2019-04-04
4
-7
/
+33
*
avr: Add enumerations for the atmega168/328 analog only pins
Kevin O'Connor
2019-03-31
1
-0
/
+5
*
avr: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
1
-0
/
+18
*
command: Always pass a string to the DECL_CONSTANT() macro
Kevin O'Connor
2019-03-17
4
-4
/
+4
*
stepper: Support an optimized step/unstep function on ARM
Kevin O'Connor
2019-03-10
1
-1
/
+1
*
Makefile: Reduce use of $^ in build rules
Kevin O'Connor
2019-03-02
1
-2
/
+2
*
avr: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
3
-3
/
+8
*
pins: Add support for pull down resistors
Kevin O'Connor
2019-02-27
1
-2
/
+2
*
avr: Only prompt for cpu speed and uart port on LOW_LEVEL_OPTIONS
Kevin O'Connor
2019-02-16
1
-3
/
+3
*
avr: Only prompt for CLEAR_PRESCALER and SIMULAVR with LOW_LEVEL_OPTIONS
Kevin O'Connor
2019-01-25
1
-2
/
+2
*
Kconfig: Move SERIAL_BAUD to src/Kconfig and show with LOW_LEVEL_OPTIONS
Kevin O'Connor
2019-01-25
1
-4
/
+0
*
avr: Rename AVR_SERIAL and AVR_USBSERIAL to SERIAL and USBSERIAL
Kevin O'Connor
2019-01-25
2
-8
/
+8
*
stepper: Support configuring the stepper pulse length from Kconfig
Kevin O'Connor
2019-01-09
1
-1
/
+3
*
i2ccmds: Pass the i2c address as a 7-bit number (0-127)
Kevin O'Connor
2019-01-07
1
-1
/
+1
*
usb_cdc: Add support for detecting a USB level Arduino bootloader request
Kevin O'Connor
2018-12-24
1
-0
/
+5
*
spicmds: Check for an incorrect mode in spicmds.c
Kevin O'Connor
2018-11-30
1
-1
/
+1
*
avr: Add support for sending I2C messages
Kevin O'Connor
2018-11-23
4
-0
/
+114
*
avr: Minor comment update in hard_pwm.c
Kevin O'Connor
2018-11-20
1
-1
/
+1
*
avr: Rework hardware pwm pin definitions
Kevin O'Connor
2018-11-20
1
-56
/
+48
*
avr: Split gpio.c into gpio.c, adc.c, hard_pwm.c, and spi.c
Kevin O'Connor
2018-11-20
6
-391
/
+418
*
avr: Add initial support for atmega32u4 chips
Kevin O'Connor
2018-11-20
3
-12
/
+32
*
avr: Minor update to help text in Kconfig
Kevin O'Connor
2018-11-19
1
-2
/
+1
*
avr: Add support for atmega328p
Kevin O'Connor
2018-10-29
2
-5
/
+8
*
avr: Disable usb serial interrupts while processing data
Kevin O'Connor
2018-10-02
1
-6
/
+10
*
avr: No need to reset ep0 interrupts on a shutdown
Kevin O'Connor
2018-10-02
1
-7
/
+0
*
avr: Allow the serial port to be selected on the atmega2560/1280
Kevin O'Connor
2018-10-01
1
-10
/
+17
*
avr: Increase stack size to 256 for all AVR targets
Kevin O'Connor
2018-10-01
1
-2
/
+1
*
avr: Use generic usb_cdc code for usb serial support
Kevin O'Connor
2018-09-30
2
-46
/
+225
*
usb_cdc: Add support for usb_send_ep0_progmem()
Kevin O'Connor
2018-09-30
1
-0
/
+2
*
avr: Add support for gpio_x_reset()
Kevin O'Connor
2018-08-27
2
-12
/
+26
*
avr: Disable HAVE_GPIO_BITBANGING on atmega168
Kevin O'Connor
2018-08-27
1
-1
/
+1
*
Kconfig: Rename HAVE_USER_INTERFACE to HAVE_GPIO_BITBANGING
Kevin O'Connor
2018-08-27
1
-1
/
+1
*
atmega1284p: Add choice between UART0 or UART1 to Kconfig
Pascal Albert
2018-07-13
1
-1
/
+12
*
avr: Configure spi transfer in spi_prepare()
Kevin O'Connor
2018-07-11
1
-4
/
+4
*
SPI: introduce spi_prepare function
Grigori Goronzy
2018-07-08
2
-0
/
+5
*
avr: Don't set SS high on spi_init()
Kevin O'Connor
2018-06-27
1
-1
/
+3
*
command: Add command_find_and_dispatch() helper
Kevin O'Connor
2018-05-28
1
-4
/
+2
*
command: Add a command_encode_and_frame() helper
Kevin O'Connor
2018-05-28
1
-2
/
+1
*
command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengths
Kevin O'Connor
2018-05-28
2
-5
/
+4
[next]