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
/
lpc176x
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kconfig: Add new WANT_ADC option to reduce code size
Kevin O'Connor
2025-04-16
1
-2
/
+2
*
Kconfig: Add new WANT_I2C option to reduce code size
Kevin O'Connor
2025-04-16
1
-1
/
+1
*
Kconfig: Add new WANT_SPI option to reduce code size
Kevin O'Connor
2025-04-16
1
-1
/
+1
*
Kconfig: Add new WANT_HARD_PWM option to reduce code size
Kevin O'Connor
2025-04-16
1
-1
/
+1
*
stepper: Support step on both edges with custom minimum pulse duration
Kevin O'Connor
2025-03-20
1
-1
/
+1
*
usb_cdc_ep: Define endpoint sizes in usb_cdc_ep.h
Kevin O'Connor
2025-02-15
1
-0
/
+7
*
Kconfig: Remove references to manufacturers in Kconfig
Kevin O'Connor
2024-10-28
1
-1
/
+1
*
i2c: handle errors at i2ccmds
Timofey Titovets
2024-10-26
2
-5
/
+10
*
armcm_link: Fix build on recent arm gcc/newlibc versions
Kevin O'Connor
2024-06-17
1
-1
/
+1
*
Kconfig: Support selecting optional features on chips with small flash size
Kevin O'Connor
2023-06-08
1
-2
/
+1
*
serial_irq: Rename SERIAL_BOOTLOADER_SIDECHANNEL to HAVE_BOOTLOADER_REQUEST
Kevin O'Connor
2022-12-30
1
-1
/
+1
*
armcm_link: Rename CONFIG_FLASH_START to CONFIG_FLASH_APPLICATION_ADDRESS
Kevin O'Connor
2022-12-14
2
-2
/
+2
*
lpc176x: Fix lpc176x build
Kevin O'Connor
2022-12-14
2
-2
/
+1
*
lpc176x: Use "Bootloader offset" prompt in "make menuconfig"
Kevin O'Connor
2022-12-14
1
-4
/
+17
*
armcm_reset: Introduce Kconfig FLASH_BOOT_ADDRESS value
Kevin O'Connor
2022-11-08
1
-0
/
+4
*
serial_irq: Support side channel for entering bootloader
Kevin O'Connor
2022-09-05
1
-0
/
+1
*
lpc176x: Move bootloader_request() from usbserial.c to main.c
Kevin O'Connor
2022-09-05
3
-12
/
+23
*
usb_cdc: Rename usb_request_bootloader() to bootloader_request()
Kevin O'Connor
2022-07-29
1
-1
/
+1
*
Kconfig: Move SERIAL, USBSERIAL, and CANSERIAL definitions to src/Kconfig
Kevin O'Connor
2022-06-16
1
-4
/
+0
*
lpc176x: add support for canboot usb
Eric Callahan
2022-06-10
1
-0
/
+2
*
lpc176x: Fix serial ordering of initialization
Kevin O'Connor
2022-03-01
1
-1
/
+1
*
stepper: Add support for stepping on both edges of a step pulse
Kevin O'Connor
2021-11-04
1
-0
/
+1
*
lpc176x: Fix wrong inital value at PWM setup
Michael Kurz
2021-08-23
1
-8
/
+7
*
lpc176x: Add support for serial on UART3 P4.29/P4.28
Kevin O'Connor
2021-05-25
3
-9
/
+23
*
lpc176x: Move pin definitions together in serial.c
Kevin O'Connor
2021-05-25
1
-22
/
+28
*
lpc176x: Use full peripheral clock speed; fix UART interface
Kevin O'Connor
2021-05-04
1
-1
/
+1
*
lpc176x: Add i2c_read functionality
Michael Kurz
2021-04-25
1
-1
/
+34
*
lpc176x: Add hardware PWM support for LPC176x
Michael Kurz
2021-03-26
5
-0
/
+107
*
lpc176x: Do not modify PCLKSELx at runtime
Kevin O'Connor
2021-03-25
1
-8
/
+1
*
lpc176x: Introduce get_pclock_frequency()
Kevin O'Connor
2021-03-25
6
-12
/
+23
*
lpc176x: Use "communication interface" menu option in Kconfig
Kevin O'Connor
2021-03-18
1
-4
/
+10
*
lpc176x: Fix spi mode bits
Kevin O'Connor
2020-07-10
1
-1
/
+1
*
Kconfig: Add a new CONFIG_HAVE_STRICT_TIMING build definition
Kevin O'Connor
2020-05-31
1
-0
/
+1
*
lpc176x: Add support for additional i2c buses
Kevin O'Connor
2020-04-21
3
-46
/
+66
*
lpc176x: Add support for ssp1 (#2393)
akatik
2020-01-14
3
-22
/
+39
*
config: Fysetc S6 generic configuration (#2220)
Tobias Weiß
2019-12-18
1
-2
/
+2
*
lpc176x: Move chip id code from usbserial.c to new file chipid.c
Kevin O'Connor
2019-11-26
3
-38
/
+48
*
usb_cdc: Add a usb_fill_serial() helper function
Kevin O'Connor
2019-11-25
1
-23
/
+14
*
lpc176x: Minor rework of HAVE_CHIPID kconfig
Kevin O'Connor
2019-11-21
1
-4
/
+1
*
lpc176x: read chip id and use as usb serial. (#2184)
Matt Baker
2019-11-21
2
-0
/
+50
*
flash_usb: Pass -t $CONFIG_MCU to flash_usb on all targets
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
/
+5
*
lpc176x: Use FIOPIN to set start value on gpio_out_reset()
Kevin O'Connor
2019-09-29
1
-4
/
+1
*
armcm_boot: Export MCU definition from armcm_boot
Kevin O'Connor
2019-09-18
2
-5
/
+6
*
armcm_reset: Add a new helper file defining command_reset()
Kevin O'Connor
2019-09-18
2
-8
/
+1
*
armcm_link: Rename armcm_boot.lds.S to armcm_link.lds.S
Kevin O'Connor
2019-08-22
1
-2
/
+2
*
lpc176x: Update code to use armcm_boot mechanism
Kevin O'Connor
2019-08-22
9
-41
/
+37
*
lpc176x: Move irq handler code above irq setup
Kevin O'Connor
2019-08-22
3
-75
/
+80
*
lpc176x: Reset LPC_UART0->FDR when using serial
Kevin O'Connor
2019-07-10
1
-0
/
+1
*
lpc176x: Add more filtering to workaround adc hardware defect
Kevin O'Connor
2019-06-20
1
-1
/
+11
[next]