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-08-27usb: make usb_disconnect() weakDavid Lamparter
2018-08-27usb: make strings "const char * const *"David Lamparter
2018-08-27msp432/e4: new targetDmitry Rezvanov
2018-08-20stm32f4: adc: Add VBat sensor enable/disableJordi Pakey-Rodriguez
2018-08-20usb: st_usbfs_v2: support disconnect functionalityKarl Palsson
2018-08-17USB: st_usbfs : fix USB_COUNTn_RX buffer size calculation:fenugrec
2018-08-17stm32f3: flash: support basic write/erase operationsKarl Palsson
2018-08-17stm32f3: flash: add clear write protect flagKarl Palsson
2018-08-17usb: prevent registering duplicate config callbacksKarl Palsson
2018-08-17STM32: USART: Fix baudrate calculation for LPUART1Christian Tacke
2018-08-14stm32f2/4: link in the specific flash.o files.Karl Palsson
2018-07-29stm32l4: flash: don't use misleading namesKarl 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: extract wait_for_last_operation to top levelKarl 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-29stm32f4: power: update rcc_clock_scale enumJordi Pakey-Rodriguez
2018-07-29cm3: Only inline asm is allowed in naked functionskeepkeyjon
2018-07-29cm3 startup: main should return int.keepkeyjon
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-04stm32: timers: drop deprecated timer_reset()Karl Palsson
2018-07-04stm32l0: include rtc moduleMartin Sivak
2018-07-04doc: convert stm32 iwdg peripheral to common namingGuillaume Revaillot
2018-07-04doc: convert i2c to peripherals_apiKarl Palsson
2018-07-04doc: convert SPI to peripheral_api styleKarl Palsson
2018-07-04doc: convert CRC periphal to common namingKarl Palsson
2018-07-04doc: use common naming for peripheral apisKarl Palsson
2018-07-04stm32: drop empty usart.c filesKarl Palsson
2018-06-28efm32: add USB mass storage class codeKarl Palsson
2018-06-07add USB mass storage class code where it was ommittedKarl Palsson
2018-05-02BREAKING: stm32f3:rcc: add more generic pll setup routinesKarl Palsson
2018-05-02BREAKING: stm32f3:rcc: use more common MUL namesKarl Palsson
2018-05-02BREAKING: stm32f0/f1: standardize flash_prefetch_xxKarl Palsson
2018-05-02stm32f3: flash: add prefetch helpersKarl Palsson
2018-04-29Add DMA support to STM32L0Martin Sivak