Explore >> Select a destination


You are here

blog.dureuill.net
| | docs.rs
11.3 parsecs away

Travel
| | The Tokio runtime.
| | boats.gitlab.io
11.0 parsecs away

Travel
| | One of the big sources of difficulty on the async ecosystem is spawning tasks. Because there is no API in std for spawning tasks, library authors who want their library to spawn tasks have to depend on one of the multiple executors in the ecosystem to spawn a task, coupling the library to that executor in undesirable ways. Ideally, many of these library authors would not need to spawn tasks at all.
| | brokenco.de
8.7 parsecs away

Travel
| | a moderately technical blog
| | ciesie.com
81.7 parsecs away

Travel
| You programmed STM32 microcontroller using Nucleo or Discovery boards. That means you used Serial Wire Debug (SWD) for programming/debugging. Now, you are designing a PCB with a STM32 microcontroller on it, which means you have to be able to program it. One solution is uploading the code through a bootloader - a small piece of software, made by ST that has been saved in the protected (read-only) memory of the microcontroller.