aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-25Mark reg32 variables as used. So that the compiler does not complain.Piotr Esden-Tempski
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-30Added support for the SDIO interface of the stm32 family.Felix Held
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
2012-03-22Wrote miniblink.c for Blueboard-LPC1768-H, cleaned up gpio.h.Taylor Vesely
2012-03-22Copy-pasted linker script from LPC13xx to LPC17XX. Set up the ram andTaylor Vesely
2012-03-22Started to set up GPIO registers.Taylor Vesely
2012-03-22Filled in the APB0 memory map for the lpc17xx. Also set values for theTaylor Vesely
2012-03-22Started porting to LPC17xx. Created file stubs and started conversion.Taylor Vesely
2012-03-22- Add FSMC helper macros. IMO FSMC_BTR_ACCMOD aren't much use, but I left the...Daniel O'Connor
2012-03-22Cast PERIPH_BASE to unsigned otherwise certain operations result in build pro...Daniel O'Connor
2012-03-22Add mask for SWJ bits.Daniel O'Connor
2012-03-21Revert "Fix setting alternate port functions on the STM32F2."Fergus Noble
2012-03-21Revert "Fix setting alternate port functions on the STM32F4."Fergus Noble
2012-03-19Constand value for resetting CAN_TDTxR was too big. Fixed.Piotr Esden-Tempski
2012-03-19Changed parameter size for trigger enable.Piotr Esden-Tempski
2012-03-19Started some cleanup in the ADC headers and convenience code.Piotr Esden-Tempski
2012-03-18Added basic exception handling to the stm32 linker scripts. Thanks Mike Smith!Piotr Esden-Tempski
2012-03-17Fixed position of PSIZE bits, thanks to Patrick for spotting this.Piotr Esden-Tempski
2012-03-14Made spi_init_master ignore CRC and SPE bits.Piotr Esden-Tempski