aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* stepper: Add support for stepping on both edges of a step pulseKevin O'Connor2021-11-047-7/+50
* stepper: Make step pulse duration customizable at run-timeKevin O'Connor2021-11-043-91/+47
* linux: Use Unix signals to notify when a timer is pendingKevin O'Connor2021-11-025-57/+105
* stm32: Remove gcc -mfpu=fpv4-sp-d16 floating point optionKevin O'Connor2021-10-301-1/+0
* atsam: Remove gcc -mfpu=fpv4-sp-d16 floating point optionKevin O'Connor2021-10-301-1/+0
* atsamd: Remove gcc -mfpu=fpv4-sp-d16 floating point optionKevin O'Connor2021-10-301-1/+0
* stepper: Remove unused SF_LAST_RESET flagKevin O'Connor2021-10-271-3/+2
* sched: Add repeat reschedule optimizationKevin O'Connor2021-10-271-9/+15
* sched: Place common global variables into a structKevin O'Connor2021-10-271-37/+39
* rp2040: Add barrier() around all memcpy() calls in usbserial.cKevin O'Connor2021-10-271-0/+5
* rp2040: add barrier in usb_read_ep0_setupLasse Dalegaard2021-10-271-0/+1
* command: Make command_add_frame() and command_encodef() staticKevin O'Connor2021-10-212-5/+2
* pru: Perform message encoding on pru0 to free space on pru1Kevin O'Connor2021-10-213-37/+66
* stm32: Add a MACH_STM32F0x2 alias for F042 and F072 chipsKevin O'Connor2021-10-132-7/+11
* stm32: Rework HAVE_GPIO_HARD_PWM in KconfigKevin O'Connor2021-10-131-7/+1
* stm32: Change stm32f0 OSPEEDR to "medium" speedKevin O'Connor2021-10-121-1/+1
* stm32: Add comments to configuration of OSPEEDR gpio speedKevin O'Connor2021-10-124-8/+15
* stm32: Rework #if pin definition clauses in hard_pwm.cKevin O'Connor2021-10-111-54/+50
* stm32: Adding Hardware PWM support for the STM32F4 processors (#4693)jrhelbert2021-10-112-1/+67
* config: Anycubic Vyper (#4740)Manuel Fichtner2021-10-111-1/+1
* atsamd: Add i2c_read() implementationSimon Kühling2021-10-061-1/+43
* stm32: Add an MACH_STM32F4x5 alias for F405, F407, and F429 chipsKevin O'Connor2021-10-063-15/+18
* stm32: Add hardware pwm for stm32h7D4SK2021-10-062-1/+49
* stm32: Add initial support for stm32h7D4SK2021-10-067-2/+583
* armc_boot: Support cortex-m7 chipsD4SK2021-10-061-0/+5
* armcm_irq: Support cortex-m7 chipsD4SK2021-10-061-1/+6
* linux: Support spidev4 through spidev7Kevin O'Connor2021-09-151-0/+4
* adxl345: Compress each sample from 6 bytes to 5 bytesKevin O'Connor2021-08-301-5/+25
* adxl345: Implement timing via new adxl345_status messagesKevin O'Connor2021-08-301-19/+43
* usb_cdc: Increase USB transmit sizeKevin O'Connor2021-08-301-1/+1
* lpc176x: Fix wrong inital value at PWM setupMichael Kurz2021-08-231-8/+7
* avr: Fix typo causing broken gpio mappingsKevin O'Connor2021-08-151-2/+2
* avr: Define PORTE on atmega328pKevin O'Connor2021-08-142-1/+7
* avr: Rename the analog-only PE0/PE1 pins on atmega168/328 to PE2/PE3Kevin O'Connor2021-08-141-2/+2
* stm32: Support PB7/PB6 for USART1 on stm32f0Kevin O'Connor2021-08-012-10/+17
* stm32: Add 16KiB bootloader option for STM32F103 (#4493)Simon Hawkenson2021-07-151-1/+1
* rp2040: implement SPILasse Dalegaard2021-07-154-0/+121
* rp2040: hardware PWM supportLasse Dalegaard2021-07-094-0/+111
* stm32: Allow STM32F401 boards to use STM32 HID Bootloader (#4461)Henky Prayoga2021-07-091-2/+2
* rp2040: Add _ramfunc macro to internal.h and use in bootrom.c and chipid.cKevin O'Connor2021-07-043-9/+13
* rp2040: add chipid supportLasse Dalegaard2021-07-045-4/+171
* rp2040: support usb_request_bootloaderLasse Dalegaard2021-07-044-2/+30
* rp2040: remove unused linker optionLasse Dalegaard2021-07-041-1/+1
* rp2040: Initial USB supportKevin O'Connor2021-07-044-1/+241
* rp2040: Add initial adc supportKevin O'Connor2021-07-045-2/+105
* rp2040: Add initial support for the rp2040 mcuKevin O'Connor2021-07-0410-0/+640
* lcd_st7920: Check CONFIG_MACH_AVR for slow mcusKevin O'Connor2021-07-042-4/+4
* Makefile: Allow CONFIG_HAVE_GPIO_BITBANGING when not CONFIG_HAVE_GPIO_SPIKevin O'Connor2021-07-041-2/+3
* usb_cdc: Add comments on debugging USB connections via UARTKevin O'Connor2021-07-041-0/+9
* stm32: Add support for STM32F072 (used in the TurboCAN board) (#4412)henrikssn2021-06-271-3/+7