1608 Commits (master)

Author SHA1 Message Date
Gareth McMullin 8820277f09 Added functions for configuring timers in slave mode. 13 years ago
Gareth McMullin a8ec86a527 Added functions for timer input capture polarity and enable/disable. 13 years ago
Gareth McMullin 4b041697f4 Added convenience function for timer input selection. 13 years ago
Gareth McMullin a62473fbdf Added convenience funcions for timer input capture filter and prescaler. 13 years ago
Gareth McMullin 567faa9b61 Corrected parameters of timer_set_mode() to u32. 13 years ago
Gareth McMullin 3be6cd8f76 Corrected bit definitions for capture/compare input selection. 13 years ago
chrysn 0e62b15125 added lcd example 13 years ago
Taylor Vesely 66c5f91a87 Implemented gpio_clear() for LPC17xx. 13 years ago
Taylor Vesely bf2b8aad2f Added a bunch of register definitions and gpio_set() to LPC17xx gpio. 13 years ago
Taylor Vesely 9eb77c9fd7 Wrote miniblink.c for Blueboard-LPC1768-H, cleaned up gpio.h. 13 years ago
Taylor Vesely 82f89c414a Started to set up GPIO registers. 13 years ago
Taylor Vesely cec41eb0c4 Filled in the APB0 memory map for the lpc17xx. Also set values for the 13 years ago
Taylor Vesely 60788fd9d2 Started porting to LPC17xx. Created file stubs and started conversion. 13 years ago
Daniel O'Connor 404353b1aa - Add FSMC helper macros. IMO FSMC_BTR_ACCMOD aren't much use, but I left them in case someone uses them. 13 years ago
Daniel O'Connor 5a463f03e1 Cast PERIPH_BASE to unsigned otherwise certain operations result in build problems (overflow signed type). 13 years ago
Daniel O'Connor f76e99c98d Add mask for SWJ bits. 13 years ago
Fergus Noble a30fc96c59 Revert "Fix setting alternate port functions on the STM32F2." 13 years ago
Fergus Noble 87ea496ca7 Revert "Fix setting alternate port functions on the STM32F4." 13 years ago
Piotr Esden-Tempski ec34e21ead Changed parameter size for trigger enable. 13 years ago
Piotr Esden-Tempski 451a5e227d Started some cleanup in the ADC headers and convenience code. 13 years ago
Piotr Esden-Tempski 4e26104c18 Fixed position of PSIZE bits, thanks to Patrick for spotting this. 13 years ago
Piotr Esden-Tempski aaa0158221 Fixed operation order for dma bit calculations. 13 years ago
chrysn da4567a035 efm32: registers for leds 13 years ago
chrysn 692817059c various enhancements for header generation 13 years ago
chrysn c2fdd6e751 header file generation learned register templates 13 years ago
chrysn e1a660eb9d efm32 cmu: convenience functions 13 years ago
chrysn 61b649370f efm32: generate _MASK constants 13 years ago
chrysn bc1bff477b efm32: shortened doxygen names and grouped them per chip family 13 years ago
chrysn d3fe8c18f8 experimental yaml based header file generation 13 years ago
chrysn cdf36e6c8e efm32: some more cmu registers and doxygen update 13 years ago
chrysn 78c93dc779 add missed license headers to efm32 files 13 years ago
chrysn 4668adcf1f follow the license change to lgpl3 in efm32 13 years ago
Piotr Esden-Tempski 43561de329 License change of the library to LGPL, version 3 or later. 13 years ago
chrysn e388056fda efm32: energy management unit headers and example 13 years ago
chrysn eda122180a (efm32: remove todo that couldn't work out) 13 years ago
Piotr Esden-Tempski 994d559a6c Corrected interrupt flag register defines. 13 years ago
Piotr Esden-Tempski f5cd026ae3 Added dma_channel_reset prototype. 13 years ago
chrysn 541fded753 convenience functions for efm32 gpio 13 years ago
Piotr Esden-Tempski ec904f176b Cleaned up and streamlined DMA support for f1. Definitely needs a bunch of testing! 13 years ago
chrysn a747e887bd efm32 tinygecko gpio: implemented all the bit values 13 years ago
Piotr Esden-Tempski c49f505df4 Added spi reset convenience function. 13 years ago
chrysn f4376371ec efm32: minor documentation enhancements 13 years ago
chrysn f6025af859 efm32 tinygecko: defined interrupts 13 years ago
chrysn be62115f00 efm32: created memory map from all base addresses 13 years ago
chrysn 2275ed7b0c overhauled documentation 13 years ago
chrysn 08918902ab made blinking a led on efm32 possible 13 years ago
chrysn 2180a02e2f first attempt at porting libopencm3 to energymicro 13 years ago
Piotr Esden-Tempski 2b3f07ee08 Added reset function to i2c convenience functions. 13 years ago
Piotr Esden-Tempski cbef43ddd8 Added set priority group convenience function. 13 years ago
Piotr Esden-Tempski c5e5c0fdab Updated SCB_AIRCR_PRIGROUP bit definitions to be more consistent with the style the library. 13 years ago