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
*
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
*
lpc176x: Fix adc clock divisor
Kevin O'Connor
2019-06-19
1
-2
/
+2
*
armcm_timer: Unify udelay() implementation
Kevin O'Connor
2019-06-09
3
-16
/
+1
*
lpc176x: refactor usbserial to use udelay helper.
Matt Baker
2019-04-06
1
-3
/
+1
*
lpc176x: force minimum usb disconnect time
Matt Baker
2019-04-06
3
-0
/
+19
*
lpc176x: Use enumerations for buses and reserve pins
Kevin O'Connor
2019-04-04
4
-7
/
+18
*
lpc176x: Explicitly disconnect USB on a bootloader request
Kevin O'Connor
2019-03-31
1
-1
/
+7
*
lpc176x: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
1
-0
/
+6
*
command: Always pass a string to the DECL_CONSTANT() macro
Kevin O'Connor
2019-03-17
2
-2
/
+2
*
flash_usb: Run dfu-util via sudo
Kevin O'Connor
2019-03-11
1
-1
/
+1
*
lpc176x: Add support for flashing via "make flash"
Kevin O'Connor
2019-03-08
1
-6
/
+2
*
Makefile: Fix lpc176x and stm32f1 builds
Kevin O'Connor
2019-03-02
1
-8
/
+7
*
pins: Add support for pull down resistors
Kevin O'Connor
2019-02-27
1
-3
/
+3
*
lpc176x: Convert code to use armcm_timer
Kevin O'Connor
2019-02-06
4
-67
/
+6
*
Kconfig: Move SERIAL_BAUD to src/Kconfig and show with LOW_LEVEL_OPTIONS
Kevin O'Connor
2019-01-25
1
-4
/
+0
[next]