Bryan Kadzban
Bryan Kadzban
https://docs.particle.io/reference/device-cloud/api/#generate-an-access-token Unfortunately I don't see where the sources for this part of the docs are stored; they're not in this repository, as searching it for "[email protected]" (in the example set...
When end-user crates provide a panic handler, this symbol is not needed ... but the linker isn't smart enough to optimize it away, even though the PROVIDE line isn't used...
Fixes #2 with no overhead (as long as LTO is enabled).
I have something almost implemented for this, but am thinking I should get feedback on it first, actually. What do you think about supporting each of these CPU features, under...
Background: Several peripheral init methods require a const ref to a Clocks struct, to ensure the clocks have been set up and to figure out what frequencies to use as...