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
AgeCommit message (Expand)Author
2019-06-10doc: restore targets as pages.Karl Palsson
2019-06-10doc: fix example syntaxKarl Palsson
2019-06-10doc: properly define ARM_ARCH_xxxKarl Palsson
2019-06-08cm3 systick: fix doxygen syntaxKarl Palsson
2019-06-08doc: oops, no need to call sed -s, unbreak make doc on os xGuillaume Revaillot
2019-06-08swm050: add back into doc generation?Karl Palsson
2019-06-08make: use $(PREFIX)gcc instead of $(PREFIX)-gccKarl Palsson
2019-06-06usbd: document that only 8 eps are allowed.Karl Palsson
2019-06-06swm050: doxygen fixupsKarl Palsson
2019-06-05swm050: new MCU familyIcenowy Zheng
2019-06-04stm32l0: rcc: add rcc_set_peripheral_clk_sel(periph, sel)Guillaume Revaillot
2019-06-04stm32l0: rcc: add peripherals clock source selection helpers.Guillaume Revaillot
2019-06-04stm32l0: add rcc_set_msi_range.Guillaume Revaillot
2019-06-04irq2nvic: support V=1 make style to see the actual commands.Karl Palsson
2019-06-03stm32l4: rcc: drop bad function prototypeKarl Palsson
2019-06-03efm32: cmu: support switching HFCLK to USHFRCODIV2Sean Cross
2019-06-03efm32hg: cmu: add USHFRCODIV2 clock definitionSean Cross
2019-06-03stm32:l4:flash: Fix option bytes programmingBruno Randolf
2019-06-03stm32: rtc: clear wakeup clock selectionBruno Randolf
2019-06-03stm32:l4: rcc: Add RTC clock functionsBruno Randolf
2019-06-03stm32:l4: pwr: Add en/disable_backup_domain_write_protect()Bruno Randolf
2019-06-03stm32:l4: Add interrupts for STM32L4x5/STM32L4x6Bruno Randolf
2019-06-03stm32:l4: rcc: Add helper functionsBruno Randolf
2019-06-03stm32:l4: flash: Program in double wordsBruno Randolf
2019-06-02stm32f4:rcc: add new api directly to deprecated messageKarl Palsson
2019-06-02stm32f4: rcc: move deprecated attribute to headerKarl Palsson
2019-06-02stm32f4: rcc: drop 48 & 120 MHz configsKarl Palsson
2019-06-02stm32f4: add HSI clock configurationsMiguel Sánchez de León Peque
2019-06-02stm32f4: rcc: support hsi pll sourceMiguel Sánchez de León Peque
2019-05-27stm32f7: irqs: Fix typo in i2c4*Matthew Lai
2019-05-26genlinkk-config: fix missing .a suffixKarl Palsson
2019-05-22mk/genlink-config: provide LIBNAME in devices autogenerationKarl Palsson
2019-05-22.gitignore: ignore autogenerated include/libopencmsis/gd32/Oliver Meier
2019-05-22stm32: doc: rtc: move to peripheral apisKarl Palsson
2019-05-22stm32: doc: pwr: move to peripheral_apiKarl Palsson
2019-05-22stm32f7: doc: adc: fix copypasta doxygen errorKarl Palsson
2019-05-22stm32f7: doc: flash defines weren't grouped at allKarl Palsson
2019-05-22stm32: flash: move to peripheral_apisKarl Palsson
2019-05-22stm32: doc: dma: move to peripheral_apisKarl Palsson
2019-05-22stm32: doc: move timer to peripheral_apisKarl Palsson
2019-05-22stm32l1: timer: fix typo in option mask definitionKarl Palsson
2019-05-22stm32: doc: gpio: move gpio to peripheral_apisKarl Palsson
2019-05-22stm32: doc: rng: migrate to peripheral apisKarl Palsson
2019-05-22stm32: doc: exti: fix missing/wrong groups and move to peripheral_apiKarl Palsson
2019-05-22stm32: doc: dac: move to peripheral_apis.Karl Palsson
2019-05-22stm32g0: doc: move flash/pwr/rcc to "peripheral_apis"Karl Palsson
2019-05-22stm32g0: flash doc: group registersKarl Palsson
2019-05-22stm32g0: flash: drop redundant docsKarl Palsson
2019-05-22doc: stm32g0: drop redundant @ingroup and close groupsKarl Palsson
2019-05-22doc: predefine a group for the cortex peripherals.Karl Palsson