1
0
mirror of https://github.com/peterantypas/maiana.git synced 2025-05-28 05:10:40 -07:00
This commit is contained in:
Peter Antypas 2016-05-31 07:46:53 -07:00
parent f0674f6d9a
commit 35cbd238d8

View File

@ -34,7 +34,7 @@ Instead of using ST Micro's semihosting for debug output, I implemented *printf2
a very high speed (230400 bps). This allowed me to identify issues when running "release" code with no debugger attached,
which as you might suspect behaves quite differently with respect to timing.
Lastly, I opted for the Standard Peripheral Library instead of HAL/CubeMX because it is very stable. I would consider migrating to libopencm3 or something similar to open up *more* microcontroller options.