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
2018-08-17tests: use the new auto depends on libraryKarl Palsson
2018-08-17genlink: provide LIBDEPS for libopencm3 itselfChristian Tacke
2018-08-17usb: prevent registering duplicate config callbacksKarl Palsson
2018-08-17STM32: USART: Fix baudrate calculation for LPUART1Christian Tacke
2018-08-17stm32f3: comparator: fix doxygen and use standard mask/shiftsKarl Palsson
2018-08-17stm32f3: add comparator register definitionsMarkus Kasten
2018-08-14stm32f2/4: link in the specific flash.o files.Karl Palsson
2018-08-07stm32f4: rcc: typo fix MCO2Chris Sp
2018-07-29stm32l4: flash: don't use misleading namesKarl Palsson
2018-07-29stm32f7: flash: drop unimplemented function declarationKarl Palsson
2018-07-29stm32: f247: flash: use common code.Karl Palsson
2018-07-29stm32: flash: move wait_for_last to f2/f4 explicitly.Karl Palsson
2018-07-29stm32: flash: drop common_f234Karl Palsson
2018-07-29stm32: flash: extract wait_for_last_operation to top levelKarl Palsson
2018-07-29stm32: flash: move clear all status flags to single common headerKarl Palsson
2018-07-29stm32f3: flash: pgerr is not the same as pgperrKarl Palsson
2018-07-29stm32l4: flash: fix page erase for second bankKarl Palsson
2018-07-29stm32: flash_unlock_option_bytes is common code.Karl Palsson
2018-07-29stm32l: flash: rename option unlock keys or consistencyKarl Palsson
2018-07-29stm32: flash: remove superfluous locking of option bytesKarl Palsson
2018-07-29stm32: flash: pull out i/d cache support.Karl Palsson
2018-07-29stm32: flash: pull set_ws up to common codeKarl Palsson
2018-07-29stm32: flash: pull up clear_eopKarl Palsson
2018-07-29stm32: flash: pull lock/unlock up to common_f.Karl Palsson
2018-07-29stm32: flash: pull up prefetch to _allKarl Palsson
2018-07-29stm32: flash: BSY bit has never been writable.Karl Palsson
2018-07-29stm32f4: flash: support discontinuous sectors on banked flashKarl Palsson
2018-07-29stm32f7 usart.h: add macro for usart6 and uart 7 and 8DanielePettenuzzo
2018-07-29stm32f4: power: update rcc_clock_scale enumJordi Pakey-Rodriguez
2018-07-29doc: stm32: rtc common v2: convert comments to doxygenKarl Palsson
2018-07-29stm32: rtc: add missing definitionsAlexey Ryabov
2018-07-29stm32f3: rcc: fix extern name for hsi structsKarl Palsson
2018-07-29irq2nvic: Use weak-alias declarations instead of #pragma weakkeepkeyjon
2018-07-29cm3: Only inline asm is allowed in naked functionskeepkeyjon
2018-07-29cm3 startup: main should return int.keepkeyjon
2018-07-29make: report errors from multiple sub builds properly.Karl Palsson
2018-07-29usb-gadget0: stm32f3: drop debug, be more consistentKarl Palsson
2018-07-13Device Data: Add Specs for STM32F4[67]9 variantChuck McManis
2018-07-04STM32F0: Add RCC API for I2C1 clock sourceMatt Anderson
2018-07-04stm32f7: rcc: fixed wrong constants, added more settings, clock setup refacto...Matthew Lai
2018-07-04stm32f7: flash: added proper supportMatthew Lai
2018-07-04stm32f3: rcc: add hse preconfigurationsKarl Palsson
2018-07-04stm32f3: rcc: drop useless 44MHz clock structure.Karl Palsson
2018-07-04stm32F4: LTDC - bit defines without semanticsChuck McManis
2018-07-04stm32: timers: drop deprecated timer_reset()Karl Palsson
2018-07-04tests: makefiles need to handle linker script generators tooKarl Palsson
2018-07-04make: catch submake errors and present them in the logKarl Palsson
2018-07-04usb audio: add descriptors for streaming feature unitsSebastian Holzapfel
2018-07-04stm32l0: include rtc moduleMartin Sivak
2018-07-04doc: convert stm32 iwdg peripheral to common namingGuillaume Revaillot