11 Commits (master)

Author SHA1 Message Date
Karl Palsson 850931dbcd stm32: flash_unlock_option_bytes is common code. 6 years ago
Karl Palsson 2bf7eb4a0c stm32: flash: pull set_ws up to common code 6 years ago
Karl Palsson 4840b6bc7e stm32: flash: pull up clear_eop 6 years ago
Karl Palsson da7ebafcbe stm32: flash: pull lock/unlock up to common_f. 6 years ago
Karl Palsson b23dccc7ae stm32: flash: pull up prefetch to _all 6 years ago
Karl Palsson 9dd901ba27 stm32: flash: BSY bit has never been writable. 6 years ago
Karl Palsson ef44bdd09e BREAKING: stm32f0/f1: standardize flash_prefetch_xx 7 years ago
Karl Palsson ba9cb7dc5d minor stylecheck cleanups 9 years ago
Piotr Esden-Tempski 5828a77749 [Style] More whitespace fixes. 9 years ago
Karl Palsson 8f06818f03 doc: flash: syntax check parameters 9 years ago
Ken Sarkies 0af6d06eda Deduplication of flash code for STM32F0 and F1. 11 years ago
Ken Sarkies a54a12e1c9 Documentation added to flash modules for all STM32 families. 11 years ago
molnarkares f7620ae148 * unnecessary PG bit clearing removed from flash word and half-word programming to improve speed 11 years ago
Piotr Esden-Tempski 8da7fbd71e Changed to use accessors instead of casting to volatile pointers. 12 years ago
Piotr Esden-Tempski 34de1e776e Changed to use stdint types. 12 years ago
Piotr Esden-Tempski 7df63fcae0 First coarse run to fix coding style in locm3. 12 years ago
millerd 6313af8869 Small improvements of using FLASH memory in STM32F1XX 12 years ago
Piotr Esden-Tempski 5e7ec39440 FLASH: Make sure that the flash unlock register state is cleared before trying to unlock the flash. 12 years ago
Karl Palsson 1eb4e6ed29 [flash] f1: use "proper" bit definition naming. 12 years ago
Piotr Esden-Tempski 43561de329 License change of the library to LGPL, version 3 or later. 13 years ago
Stephen Caudle b3a710b0bc Rename stm32 lib folders to be consistent with include 13 years ago
Fergus Noble ce7dd46aef Update F1 libs with new header file locations. 13 years ago
Fergus Noble 424b094ce8 Renaming lib code for stm32 f1 series. 13 years ago
Fergus Noble bd33f2d256 Renaming lib code for stm32 f1 series. 13 years ago
Uwe Hermann 8f251e8a9d Some more file/path restructuring. 14 years ago
Uwe Hermann 18790a2454 More renames for libopenstm32 -> libopencm3. 14 years ago
Uwe Hermann be2ac142d9 Rename include/libopenstm32 to include/stm32. 14 years ago
Uwe Hermann 8e084b1517 Move STM32-specific source to lib/stm32 subdir. 14 years ago
Uwe Hermann 0287fd9029 Add more support functions for flash handling. 14 years ago
Uwe Hermann e7cadf0822 Use direct #includes instead of libopenstm32.h. 15 years ago
Uwe Hermann d7d851e579 Prefix all flash related stuff with FLASH_. 15 years ago
Uwe Hermann 4fdb7f08fd Add initial flash memory register support. 15 years ago
Uwe Hermann cfd87f6b9d Add mini ld scripts in the example which include the global one. 16 years ago
Uwe Hermann 6db6d5b49c Add initial framework for USART support. So far only some #defines. 16 years ago
Piotr Esden-Tempski 446de38728 Changed all includes to use <foo.h> notation. 16 years ago
Uwe Hermann 83f5c58eb9 Switch the license to GPL, version 3 or later. 16 years ago
Uwe Hermann 355701525e Add initial minimal rcc.h implementation (not complete). 16 years ago
Uwe Hermann 015b046c1e Merge stdint.h contents into common.h so we don't conflict with libc. 16 years ago
Uwe Hermann f3ac624f22 Add common.h, currently containing MMIO accessor functions. 16 years ago
Uwe Hermann e7567c835c Add memorymap.h with some peripheral base addresses. 16 years ago
Uwe Hermann 0a8135395a Add dummy gpio.c implementation and final Makefile. 16 years ago
Uwe Hermann 75bb51fadf Add top-level include file intended for lib users. 16 years ago
Uwe Hermann ae6f321816 Add a stdint.h include file for u16, u32, etc. 16 years ago