Piotr Esden-Tempski
3a8911627d
Corrected the clock lookup table.
...
Due to copypasta we were using the hse table for hsi clocks.
2021-06-20 00:54:16 -07:00
Piotr Esden-Tempski
e599e34073
Updated all rcc_clock_setups to use the new lookup tables.
...
The old "one function per config" system is depricated for quite a while
now...
2021-06-19 02:19:47 -07:00
Karl Palsson
4ddb9db8b9
update linker scripts to use common generic files
2018-05-02 11:01:28 +00:00
Karl Palsson
301b4f9194
update usb enum return codes
...
Should have been fixed in commit 85be1e5e7b when we updated the library, but was... missed.
travis caught it after the fact at least.
2018-03-04 13:57:29 +00:00
Karl Palsson
393fe8e449
stm32: usb: register control handlers in config callback
...
As found in 6f2b39c1be6a8b9531264d92138dc2629d51cfa0, you can't just register a
control callback by itself, you can only register them in the set config
callback, (or, at least, _after_ set config has been done.
This has been compile tested only for the extra examples that were found to
have this failing pattern.
2015-08-23 15:02:34 +00:00
Piotr Esden-Tempski
1c4ae95729
[README] Coarse sweep to use markup in READMEs.
...
This should improve online readability of the readme files.
2015-01-19 19:20:12 -08:00
Piotr Esden-Tempski
ab7efee88e
[README] Renamed all readme files to indicate markup format.
2015-01-19 19:19:42 -08:00
Frantisek Burian
5bb4d47aae
Examples updated to use new rcc_periph_clock_enable function
2014-02-13 19:14:59 +01:00
Karl Palsson
92624b7d01
[stm32x] Use modern header include paths.
...
Replace includes of stm32/YY/xxxx.h with stm32/xxxx.h
Replace stm32/YY/nvic.h with cm3/nvic.h.
In some cases, the include list was resorted alphabetically when it was
complicated and I was reviewing them manually, but most of this was
automatically done.
2013-12-13 14:13:47 +00:00
hk
614d921a3b
OLIMEX STM32-H107 has a 25MHz crystal
2013-06-16 19:19:32 -07:00
Piotr Esden-Tempski
f5b0aa5638
Updated to the new locm3 changed to stdint types.
2013-06-16 19:07:22 -07:00
Piotr Esden-Tempski
f395592764
Updated all affected examples to the usb API change.
2013-04-25 17:44:11 -07:00
millerd
76cdc22896
Added some comments and deleted unimportant function
2013-04-25 14:11:14 -07:00
millerd
76ebdb86cd
Added example which shows how to use internal FLASH memory in STM32f107
2013-04-25 14:11:01 -07:00
Piotr Esden-Tempski
9d5526f773
Initial commit.
2013-04-19 17:19:32 -07:00