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
*
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
*
lpc176x: Implement a median filter on ADC readings
Kevin O'Connor
2019-01-14
2
-19
/
+69
*
lpc176x: Add mechanism for entering the bootloader from a USB signal
Kevin O'Connor
2019-01-13
1
-0
/
+9
*
i2ccmds: Pass the i2c address as a 7-bit number (0-127)
Kevin O'Connor
2019-01-07
1
-1
/
+1
*
lpc176x: Pass gpio id to gpio_peripheral()
Kevin O'Connor
2019-01-04
7
-21
/
+21
*
lpc176x: Move enable_peripheral_clock to main.c
Kevin O'Connor
2019-01-04
9
-23
/
+32
*
lpc176x: Move ADC code to new adc.c file
Kevin O'Connor
2019-01-04
4
-95
/
+103
*
usb_cdc: Add support for detecting a USB level Arduino bootloader request
Kevin O'Connor
2018-12-24
1
-0
/
+5
*
spicmds: Check for an incorrect mode in spicmds.c
Kevin O'Connor
2018-11-30
1
-1
/
+1
*
lpc176x: Enable full speed peripheral clocks on SPI and I2C
Kevin O'Connor
2018-11-21
3
-2
/
+8
*
lpc176x: Add an enable_peripheral_clock() helper function
Kevin O'Connor
2018-11-21
4
-5
/
+23
*
lpc176x: Convert i2c code to use standard i2ccmds.c
Kevin O'Connor
2018-11-14
3
-10
/
+28
*
lpc176x: Divide system clock within timer; not on system bus
Kevin O'Connor
2018-10-18
1
-0
/
+3
*
usb_cdc: Add usb_read_ep0_setup() interface function
Kevin O'Connor
2018-09-30
1
-0
/
+6
*
usb_cdc: Rename interface functions to avoid the term "setup"
Kevin O'Connor
2018-09-30
1
-7
/
+7
*
lpc176x: Add support for gpio_x_reset()
Kevin O'Connor
2018-08-27
2
-15
/
+44
*
Kconfig: Rename HAVE_USER_INTERFACE to HAVE_GPIO_BITBANGING
Kevin O'Connor
2018-08-27
1
-1
/
+1
*
usb_cdc: Allow USB endpoint ids to be board specific
Kevin O'Connor
2018-08-06
2
-1
/
+12
*
lpc176x: Use common cmsis-core files
Kevin O'Connor
2018-08-06
1
-2
/
+2
*
lpc176x: Add support for SPI
Kevin O'Connor
2018-07-18
4
-0
/
+91
*
mcp4451: Add initial support for programming the mcp4451 on lpc176x
Kevin O'Connor
2018-06-29
2
-1
/
+101
*
lpc176x: Build with LCD support
Kevin O'Connor
2018-06-18
1
-0
/
+1
*
lpc176x: Add a dummy "make flash" command to advise users on how to flash
Kevin O'Connor
2018-05-25
1
-0
/
+8
*
lpc176x: Add build rules for smoothieware bootloader support
Kevin O'Connor
2018-05-25
2
-1
/
+10
*
lpc176x: Initial support for serial over usb
Kevin O'Connor
2018-05-25
4
-1
/
+303
*
lpc176x: Add ADC support
Kevin O'Connor
2018-05-25
3
-0
/
+100
*
lpc176x: Enable watchdog
Kevin O'Connor
2018-05-25
1
-0
/
+23
[next]