Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-03-03usb: Use enumerated return codesKarl Palsson
2018-03-03usb-msc: fix write acknowledgement bugSebastian Holzapfel
2018-03-03usb-standard: fix alignment assumption for Cortex-M0 platformsSebastian Holzapfel
2018-03-03efm32hg: add linker script for efm32hg309f64Sebastian Holzapfel
2018-03-03efm32hg: usb: add usb supportSebastian Holzapfel
2018-03-03usb-dwc: handle any-aligned buffersSebastian Holzapfel
2018-03-03usb: stm32fx07 -> usb_dwc_commonSebastian Holzapfel
2018-03-03efm32hg: cmu: add updated cmu implementation based on efm32lgSebastian Holzapfel
2018-03-03efm32hg/lg: timer: use common timer implementationSebastian Holzapfel
2018-03-03efm32hg/lg: gpio: use common gpio implementationSebastian Holzapfel
2018-03-03efm32hg: add basic makefile, interrupts, device informationSebastian Holzapfel
2018-02-14stm32f0: Removed duplicate uart_{enable,disable}_{rx,tx}_dma functionsJoel Holdsworth
2018-02-14stm32:l4: rcc: Use PLLM as factor, not register valueBruno Randolf
2018-02-14stm32:l4: Add SPIBruno Randolf
2018-02-14stm32:l4: Enable USB FS supportBruno Randolf
2018-02-14stm32:l4: Add CRSBruno Randolf
2018-02-14stm32:l4: rcc: Add support for HSI48 clockBruno Randolf
2018-02-14stm32:l4: Add RTCBruno Randolf
2018-02-14stm32:l4: Add IWDGBruno Randolf
2018-02-14stm32l4: crc-v2: enable common codeKarl Palsson
2018-02-14stm32:l4: Add DMABruno Randolf
2018-02-14stm32: crc-v2: tweak doxygen outputKarl Palsson
2018-02-14stm32: ethernet, flash: tagging some function arguments as constGregory Schlomoff
2018-02-14stm32: can: removed canport argument from can_filter functionsGrigory Revzin
2018-02-14stm32: crc-v2: STM32F0/3 extended crc unitCem Basoglu
2018-02-14stm32f3: crc: drop unused empty fileKarl Palsson
2018-02-14doc: stm32: rcc all: fix typo in doxygenKarl Palsson
2018-01-25stm32: adc-v2: don't attempt to wait for start.Karl Palsson
2018-01-08stm32:i2c-v2: Clarify digital filter settingKarl Palsson
2018-01-08stm32: ethernet: clarify DMA descriptors buffer requirementsPaul Fertser
2018-01-04spi: drop misleading explicit baudrate commentsKarl Palsson
2017-12-07stm32f7: usart: enable usart peripheralYonghua Zheng
2017-12-07stm32: pwr-v1: fix voltage detection logicBaker Ngan
2017-12-07stm32f3:include power ctrl module object filesBaker Ngan
2017-10-26stm32:l4: enable usart peripheralKarl Palsson
2017-10-26stm32:l0: enable usart peripheralKarl Palsson
2017-10-26stm32f0: use usart-v2 instead of private usartKarl Palsson
2017-10-26stm32: usart_common_all: fix bug in baudrate calculationKarl Palsson
2017-10-26stm32: usart: pull f3 code up to common v2Karl Palsson
2017-10-18vector: fix externsKarl Palsson
2017-10-18stm32: timer: Remove TIMER_IS_ADVANCED() checksVegard Storheil Eriksen
2017-10-18vector: make common linker definitions available to usersKarl Palsson
2017-10-08stm32:can: help gcc recognise deliberate fall throughKarl Palsson
2017-10-06timers: define ADVANCED_TIMERS in a "portable" mannerKarl Palsson
2017-10-03stm32f1: rcc: Fix number of wait states in comment to match the codeAdam Heinrich
2017-10-03stm32f0: rcc: Enable prefetch buffer in rcc_clock_setup_*()Adam Heinrich
2017-09-26stm32f1: doc: Fix gpio cnf parameterDiego Herranz
2017-09-02stm32f1:rcc: fix typo in usb prescaler api documentAmitesh Singh
2017-08-25stm32: can: fix can_reset()Karl Palsson
2017-07-05stm32f0: can: add to buildKarl Palsson