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
*
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
*
lpc176x: Add support for GPIO pins
Kevin O'Connor
2018-05-25
3
-1
/
+115
*
lpc176x: Add initial support for LPC176x processors
Kevin O'Connor
2018-05-25
7
-0
/
+280