aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-29I2C register definitionsMichael Ossmann
2012-05-29I2C register definitionsMichael Ossmann
2012-05-29basic usb.h (only USB0 registers so far)Michael Ossmann
2012-05-28better? names in creg.hMichael Ossmann
2012-05-28remembered to use MMIO32() everywhereMichael Ossmann
2012-05-28started nvic.h with some interrupt IDsMichael Ossmann
2012-05-28basic rgu.hMichael Ossmann
2012-05-28typographical fixMichael Ossmann
2012-05-28basic ccu.hMichael Ossmann
2012-05-28basic cgu.hMichael Ossmann
2012-05-28basic creg.hMichael Ossmann
2012-05-28completed LPC43xx memorymap.hMichael Ossmann
2012-05-28basic SGPIO headerMichael Ossmann
2012-05-27replaced linker script I accidentally deletedMichael Ossmann
2012-05-27added diolan-lpc-4350-db1 examplesMichael Ossmann
2012-05-27trying to rm againMichael Ossmann
2012-05-27lpcvtcksum: a simple Python program for generating LPC43xx vector table signa...Michael Ossmann
2012-05-27rm renamed fileMichael Ossmann
2012-05-22lpc43xx example, copied from lpc17xx and modifiedMichael Ossmann
2012-05-22renamed linker scriptMichael Ossmann
2012-05-22added lpc43xx to target listMichael Ossmann
2012-05-22semicolons might helpMichael Ossmann
2012-05-22Makefile updatesMichael Ossmann
2012-05-22typo fixMichael Ossmann
2012-05-22updated linker scriptMichael Ossmann
2012-05-22gpio.c, vector.c updated for LPC43xxMichael Ossmann
2012-05-22new lib/lpc43xx, starting with copy of lpc17xxMichael Ossmann
2012-05-22#include fixMichael Ossmann
2012-05-22finished gpio.h and memorymap.h changes for LPC43xx but still much to fill inMichael Ossmann
2012-05-21started gpio.h lpc43xx changesMichael Ossmann
2012-05-21started include/lpc43xx with copy of lpc17xxMichael Ossmann
2012-04-25Fixed the linker scripts to be the way Tomaz Solc proposed.Piotr Esden-Tempski
2012-04-24Removed the load address statement from the .bss section.Piotr Esden-Tempski
2012-04-24Support for exception handling in linker scripts.Tomaz Solc
2012-04-24Added rcc.h include, needed for osc_t.Tomaz Solc
2012-04-24Wait for writes to finish upon exiting RTC configTomaz Solc
2012-04-20Correct DMA_CCR_MSIZE and PSIZE bit masks. Thanks Tomas Solic.Piotr Esden-Tempski
2012-04-20Initial implementation of DAC registers for stm32 by Felix HeldPiotr Esden-Tempski
2012-04-20Merge remote-tracking branch 'gsmcmullin/timer_input'Piotr Esden-Tempski
2012-04-08Added functions for configuring timers in slave mode.Gareth McMullin
2012-04-08Added functions for timer input capture polarity and enable/disable.Gareth McMullin
2012-04-08Added convenience function for timer input selection.Gareth McMullin
2012-04-08Added convenience funcions for timer input capture filter and prescaler.Gareth McMullin
2012-04-07Corrected parameters of timer_set_mode() to u32.Gareth McMullin
2012-04-07Corrected bit definitions for capture/compare input selection.Gareth McMullin
2012-03-27Implemented gpio_clear() for LPC17xx.Taylor Vesely
2012-03-27Produced build system for Blueboard-LPC1768-H miniblink.Taylor Vesely
2012-03-26Added a bunch of register definitions and gpio_set() to LPC17xx gpio.Taylor Vesely
2012-03-22Successfully compiled and ran miniblink.c for the Blueboard-LPC1768-H.Taylor Vesely
2012-03-22Created vector.c by example. Added reset_handler entry to linker script.Taylor Vesely