aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* lpc176x: Use FIOPIN to set start value on gpio_out_reset()Kevin O'Connor2019-09-291-4/+1
* stm32: Only prompt for a bootloader on stm32f103 and stm32f407Kevin O'Connor2019-09-181-2/+2
* atsam: No need to call SystemInit() from main()Kevin O'Connor2019-09-181-2/+1
* armcm_boot: Export MCU definition from armcm_bootKevin O'Connor2019-09-186-16/+12
* armcm_reset: Add a new helper file defining command_reset()Kevin O'Connor2019-09-187-26/+21
* stm32: Move VTOR fixup from main() to chip specific codeKevin O'Connor2019-09-183-3/+10
* stm32: Move usb_request_bootloader() to chip specific codeKevin O'Connor2019-09-184-20/+24
* stm32: Fix usbfs rx buffer sizingKevin O'Connor2019-09-161-2/+2
* stm32: Use official defines for EPR bitsKevin O'Connor2019-09-161-30/+23
* stm32: Rename USB_BTABLE to EPM in usbfs.cKevin O'Connor2019-09-161-20/+20
* atsam: Add missing PB21 pin to ADC moduleKevin O'Connor2019-09-161-1/+1
* stm32: Disable usb irqs in usbotg handlersKevin O'Connor2019-09-121-17/+56
* atsam: Enable flash loop caching optimization on sam4sKevin O'Connor2019-09-081-1/+1
* stm32: Rework usbotg transmit interruptsKevin O'Connor2019-09-081-7/+10
* stm32: Add support for SPI3 bus on alternate PC11,PC12,PC10 pinsKevin O'Connor2019-09-051-1/+8
* tmcuart: Fix typo in function nameKevin O'Connor2019-09-011-4/+4
* stm32: Add support for SPI1 and SPI3 bussesKevin O'Connor2019-08-312-13/+35
* stm32: Fix gpio enumerations (each bank has 16 pins, not 32)Kevin O'Connor2019-08-311-9/+9
* stm32: Work around stm32f407 usbotg chip errataKevin O'Connor2019-08-311-3/+10
* stm32: Configure and enable usbotg endpoint0 during setupKevin O'Connor2019-08-301-25/+10
* stm32: Disable and flush usbotg bulk transmit pipe on usb_set_configure()Kevin O'Connor2019-08-301-19/+11
* stm32: Perform usbotg endpoint init during usb_set_configure()Kevin O'Connor2019-08-301-26/+26
* stm32: Discard usbotg tx data until usb is readyKevin O'Connor2019-08-301-2/+2
* stm32: No need to clear the usbotg address on resetKevin O'Connor2019-08-301-4/+2
* stm32: Enable usbotg bulk reads during endpoint configurationKevin O'Connor2019-08-301-0/+1
* atsam: ADC pins need to be in input mode with pullups disabledKevin O'Connor2019-08-281-0/+3
* buildcommands: Match DECL_X names to the actual C macro namesKevin O'Connor2019-08-221-6/+7
* armcm_link: Rename armcm_boot.lds.S to armcm_link.lds.SKevin O'Connor2019-08-226-9/+9
* ctr: Encode negative integers in normal hex notationKevin O'Connor2019-08-221-1/+2
* command: Allow count parameter of DECL_ENUMERATION_RANGE() to be an expressionKevin O'Connor2019-08-221-2/+2
* ctr: Add support for multiple integers in DECL_CTR_INTKevin O'Connor2019-08-223-20/+24
* ctr: Encode integers in hexKevin O'Connor2019-08-221-6/+9
* Makefile: Translate null characters to newline characters in ctr requestsKevin O'Connor2019-08-221-2/+2
* lpc176x: Update code to use armcm_boot mechanismKevin O'Connor2019-08-229-41/+37
* lpc176x: Move irq handler code above irq setupKevin O'Connor2019-08-223-75/+80
* atsam: Update code to use armcm_boot mechanismKevin O'Connor2019-08-225-46/+56
* atsam: Move irq handler code above irq setupKevin O'Connor2019-08-223-65/+65
* atsamd: Update code to use armcm_boot mechanismKevin O'Connor2019-08-227-129/+28
* atsamd: Move irq handler code above irq setupKevin O'Connor2019-08-223-85/+90
* stm32: Update code to use armcm_boot mechanismKevin O'Connor2019-08-227-111/+24
* stm32: Move irq handler code above irq setupKevin O'Connor2019-08-223-88/+88
* armcm_boot: Add generic code for early board init on armcm machinesKevin O'Connor2019-08-224-0/+158
* Makefile: Add generic rule for precompiling linker scriptsKevin O'Connor2019-08-212-18/+8
* armcm_timer: Fix typo in comment in armcm_timer.hKevin O'Connor2019-08-211-1/+1
* stm32: Initial support for i2cKevin O'Connor2019-08-204-0/+138
* stm32: Add support for configuring open drain output modeKevin O'Connor2019-08-203-2/+9
* stm32: Make sure to enable the gpio clock prior to setting the first valueKevin O'Connor2019-08-204-4/+22
* spi_software: Remove unused include fileKevin O'Connor2019-08-171-1/+0
* stm32: Simplify usbotg packet reading and writingKevin O'Connor2019-08-161-57/+54
* stm32: Add support for additional ADC3 ports on stm32f4Kevin O'Connor2019-08-152-20/+42