aboutsummaryrefslogtreecommitdiffstats
path: root/src/lpc176x
Commit message (Expand)AuthorAgeFilesLines
* Kconfig: Add new WANT_ADC option to reduce code sizeKevin O'Connor2025-04-161-2/+2
* Kconfig: Add new WANT_I2C option to reduce code sizeKevin O'Connor2025-04-161-1/+1
* Kconfig: Add new WANT_SPI option to reduce code sizeKevin O'Connor2025-04-161-1/+1
* Kconfig: Add new WANT_HARD_PWM option to reduce code sizeKevin O'Connor2025-04-161-1/+1
* stepper: Support step on both edges with custom minimum pulse durationKevin O'Connor2025-03-201-1/+1
* usb_cdc_ep: Define endpoint sizes in usb_cdc_ep.hKevin O'Connor2025-02-151-0/+7
* Kconfig: Remove references to manufacturers in KconfigKevin O'Connor2024-10-281-1/+1
* i2c: handle errors at i2ccmdsTimofey Titovets2024-10-262-5/+10
* armcm_link: Fix build on recent arm gcc/newlibc versionsKevin O'Connor2024-06-171-1/+1
* Kconfig: Support selecting optional features on chips with small flash sizeKevin O'Connor2023-06-081-2/+1
* serial_irq: Rename SERIAL_BOOTLOADER_SIDECHANNEL to HAVE_BOOTLOADER_REQUESTKevin O'Connor2022-12-301-1/+1
* armcm_link: Rename CONFIG_FLASH_START to CONFIG_FLASH_APPLICATION_ADDRESSKevin O'Connor2022-12-142-2/+2
* lpc176x: Fix lpc176x buildKevin O'Connor2022-12-142-2/+1
* lpc176x: Use "Bootloader offset" prompt in "make menuconfig"Kevin O'Connor2022-12-141-4/+17
* armcm_reset: Introduce Kconfig FLASH_BOOT_ADDRESS valueKevin O'Connor2022-11-081-0/+4
* serial_irq: Support side channel for entering bootloaderKevin O'Connor2022-09-051-0/+1
* lpc176x: Move bootloader_request() from usbserial.c to main.cKevin O'Connor2022-09-053-12/+23
* usb_cdc: Rename usb_request_bootloader() to bootloader_request()Kevin O'Connor2022-07-291-1/+1
* Kconfig: Move SERIAL, USBSERIAL, and CANSERIAL definitions to src/KconfigKevin O'Connor2022-06-161-4/+0
* lpc176x: add support for canboot usbEric Callahan2022-06-101-0/+2
* lpc176x: Fix serial ordering of initializationKevin O'Connor2022-03-011-1/+1
* stepper: Add support for stepping on both edges of a step pulseKevin O'Connor2021-11-041-0/+1
* lpc176x: Fix wrong inital value at PWM setupMichael Kurz2021-08-231-8/+7
* lpc176x: Add support for serial on UART3 P4.29/P4.28Kevin O'Connor2021-05-253-9/+23
* lpc176x: Move pin definitions together in serial.cKevin O'Connor2021-05-251-22/+28
* lpc176x: Use full peripheral clock speed; fix UART interfaceKevin O'Connor2021-05-041-1/+1
* lpc176x: Add i2c_read functionalityMichael Kurz2021-04-251-1/+34
* lpc176x: Add hardware PWM support for LPC176xMichael Kurz2021-03-265-0/+107
* lpc176x: Do not modify PCLKSELx at runtimeKevin O'Connor2021-03-251-8/+1
* lpc176x: Introduce get_pclock_frequency()Kevin O'Connor2021-03-256-12/+23
* lpc176x: Use "communication interface" menu option in KconfigKevin O'Connor2021-03-181-4/+10
* lpc176x: Fix spi mode bitsKevin O'Connor2020-07-101-1/+1
* Kconfig: Add a new CONFIG_HAVE_STRICT_TIMING build definitionKevin O'Connor2020-05-311-0/+1
* lpc176x: Add support for additional i2c busesKevin O'Connor2020-04-213-46/+66
* lpc176x: Add support for ssp1 (#2393)akatik2020-01-143-22/+39
* config: Fysetc S6 generic configuration (#2220)Tobias Weiß2019-12-181-2/+2
* lpc176x: Move chip id code from usbserial.c to new file chipid.cKevin O'Connor2019-11-263-38/+48
* usb_cdc: Add a usb_fill_serial() helper functionKevin O'Connor2019-11-251-23/+14
* lpc176x: Minor rework of HAVE_CHIPID kconfigKevin O'Connor2019-11-211-4/+1
* lpc176x: read chip id and use as usb serial. (#2184)Matt Baker2019-11-212-0/+50
* flash_usb: Pass -t $CONFIG_MCU to flash_usb on all targetsKevin O'Connor2019-10-261-1/+1
* armcm_boot: Use armcm_main() instead of main() to start board codeKevin O'Connor2019-10-241-4/+5
* lpc176x: Use FIOPIN to set start value on gpio_out_reset()Kevin O'Connor2019-09-291-4/+1
* armcm_boot: Export MCU definition from armcm_bootKevin O'Connor2019-09-182-5/+6
* armcm_reset: Add a new helper file defining command_reset()Kevin O'Connor2019-09-182-8/+1
* armcm_link: Rename armcm_boot.lds.S to armcm_link.lds.SKevin 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
* lpc176x: Reset LPC_UART0->FDR when using serialKevin O'Connor2019-07-101-0/+1
* lpc176x: Add more filtering to workaround adc hardware defectKevin O'Connor2019-06-201-1/+11