Karl Palsson
e0f377fec0
stm32f4: use new rcc_clock_setup_pll()
...
Batch replaced to use new api. User code doesn't need this, but
examples should be up to date, and this avoids deprecation warnings.
2019-06-02 20:39:56 +00:00
Karl Palsson
4f4e6f9ef2
stm32f4: use 168MHz instead of intermediate 120MHz
...
120MHz is being removed in the library.
2019-06-02 16:02:43 +00:00
Nicolas Schodet
5b30e3d98d
Fix usage of USB_VBUS
...
USB_VBUS is not an alternate function, it is an additionnal function which is
always enabled.
If configured as an alternate function, it will draw current from VBUS.
2018-07-03 22:42:44 +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
Piotr Esden-Tempski
976720c355
Updated libopencm3 to current master. Made all examples compile again.
...
Be specifically careful with the usb examples. There is likely some
breakage to be expected, not sure I updated all the drivers to the
correct types for the respective chips.
2015-12-15 00:56:25 +01:00
Piotr Esden-Tempski
8c6eb9ca57
[stm32f429-discovery] General sweep to fix style according to make stylecheck.
2015-02-04 20:39:32 -08:00
Piotr Esden-Tempski
ddd5d5a918
[copyright] Updated copyright credits on some newly added files.
...
We need to go through all the examples and make sure we credit them
accordingly.
2015-01-15 17:09:30 -08:00
Piotr Esden-Tempski
92c228bc63
[stm32f429i-discovery] Added usb cdcacm example.
2015-01-14 18:35:07 -08:00