6 Commits (b1049f9a6f43882968dcf82ca1df3f1eee67e367)

Author SHA1 Message Date
Felix Ruess f206fcb57e [stm32] desig: high nibble to hex char first 10 years ago
Karl Palsson a99f4fb620 [stm32] Use correct offsets for UniqueID bits 11 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
Karl Palsson 2011941b55 Vectors and Memory Map for STM32L1 series 13 years ago
Andrey Smirnov 12e1786863 Add a desig_get_unique_id_as_string 12 years ago
Karl Palsson 71a3a7f2b1 Add Device Electronic Signature support. 13 years ago
Piotr Esden-Tempski 43561de329 License change of the library to LGPL, version 3 or later. 13 years ago
Stephen Caudle 580d25a84b Move STM32 example projects in family specific folders 13 years ago
Stephen Caudle 8ceeb99902 Fix stm32f1 filenames and path 13 years ago
Fergus Noble cff706e3ca Rename F1 examples folder. 13 years ago
Fergus Noble 00c2bcb563 Rename F1 examples folder. 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 bcce98da54 Move STM32 examples to examples/stm32 subdir. 14 years ago
Uwe Hermann 54dfb91996 Add missing spi.h #include. 15 years ago
Piotr Esden-Tempski d7489ebfbd Added standard clock setup routines. 15 years ago
Piotr Esden-Tempski d84c4030b2 Cleaned up header inclusion. 15 years ago
Uwe Hermann 9b4b4b1c83 Add SPI example framework (unfinished). 15 years ago
Uwe Hermann da8d9de6b0 Rename example directory names to all-lowercase. 15 years ago
Piotr Esden-Tempski 4935a0ddd8 Moved vector_table to the library. 15 years ago
Piotr Esden-Tempski 3a4f36d80f Moved all examples to a board specific folder. 15 years ago
Uwe Hermann 25a003b076 Add rcc_peripheral_{reset,clear_reset} functions. 15 years ago
Uwe Hermann 734a87d4c5 Factor out some code into gpio_setup(). 16 years ago
Uwe Hermann fd1e0290cd Implement clock_setup() in fancyblink, STM32 should now run at 72 MHz. 16 years ago
Uwe Hermann 0f0ef60378 Add a 'fancyblink' example, currently mostly a copy of miniblink. 16 years ago
Uwe Hermann 14d342e50c Show example of rcc_enable_peripheral_clock() in miniblink.c. 16 years ago
Uwe Hermann 8a630baea8 Finish rename to 'miniblink'. 16 years ago
Uwe Hermann 05ccc0614a Move the 'blink' example into a 'miniblink' subdirectory. 16 years ago
Uwe Hermann db0e59da96 Rename example subdir to examples, we'll have more than one. 16 years ago
Uwe Hermann 5cdbb466fa Make example code build again (s/RCC_IOPCEN/IOPCEN). 16 years ago
Uwe Hermann 83f5c58eb9 Switch the license to GPL, version 3 or later. 16 years ago
Uwe Hermann 74db299094 Add examples for LED blinking code, both, manually and using the API. 16 years ago
Uwe Hermann 915d5bff90 Implement the simplest possible (working) blinking LED example application. 16 years ago
Uwe Hermann 0efee48451 Add first example project (framework) using libopenstm32. 16 years ago
Uwe Hermann c62ca6143d Make gpio number argument 'unsigned int', there are no negative GPIOs. 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