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-07-29stm32: f247: flash: use common code.Karl Palsson
2018-07-29stm32: flash: drop common_f234Karl Palsson
2018-07-29stm32f3: flash: pgerr is not the same as pgperrKarl Palsson
2018-07-29stm32: flash_unlock_option_bytes is common code.Karl Palsson
2018-07-29stm32: flash: pull out i/d cache support.Karl Palsson
2018-07-29stm32: flash: pull up prefetch to _allKarl Palsson
2018-02-14stm32: ethernet, flash: tagging some function arguments as constGregory Schlomoff
2017-03-31stm32f2+: flash: Rename FLASH_ACR_XCE -> FLASH_ACR_XCENJordi Pakey-Rodriguez
2015-07-31stm32: f24: doxygen updates for flash program width.Karl Palsson
2015-07-31stm32: f24: flash: Make code match documentationKarl Palsson
2014-12-19stm32: f4: flash: support extended sector rangesKarl Palsson
2014-12-17stm32: f4: Add FLASH_OPTCR1 definitionKarl Palsson
2014-03-11Changes to the header includes for all STM32 peripheralsKen Sarkies
2014-01-16Documentation added to flash modules for all STM32 families.Ken Sarkies
2013-07-08[STM32F3] Move the f3 specific stuff out of common.Piotr Esden-Tempski
2013-07-08stm32f3: flash_common_f24 now includes f3 support. Also, renamed to f234.Federico Ruiz Ugalde
2013-06-13Dropped raw option on github file archive links.Piotr Esden-Tempski
2013-06-13Replaced goo.gl links with links to our new file archive at github.Piotr Esden-Tempski
2013-06-13Changed to use stdint types.Piotr Esden-Tempski
2013-06-13First coarse run to fix coding style in locm3.Piotr Esden-Tempski
2013-06-03Changes to doxygen markup to solve a few problems that upsetKen Sarkies
2013-05-11Add higher level flash_program function for f2/f4 to write a buffer into flash.Fergus Noble
2013-05-11**** WARNING **** This change may break your code!!!Fergus Noble
2013-05-11Moving stm32 f2/f4 flash code into the common area.Fergus Noble