-
Updated
Oct 4, 2020 - C
microcontroller
Here are 1,350 public repositories matching this topic...
-
Updated
Sep 27, 2020 - C++
-
Updated
Oct 3, 2020 - C
-
Updated
Oct 2, 2020 - Python
Is your enhancement proposal related to a problem? Please describe.
This is related to #28900 and will be used to improve management of pages in the virtual address space, which currently can be allocated but not freed. We want to manage the address space using a searchable bitfield instead.
Describe the solution you'd like
For a bitfield defined with something resembling:
sta
Resurrecting the second bullet from #1334
- Figure out how to fix favicon / logo more generally (here's a start https://github.com/tock/tock/tree/doc-updates)
-
Updated
Sep 27, 2020 - C
-
Updated
Sep 17, 2020 - C
If you got to f.e. https://circuitpython.readthedocs.io/en/latest/CONTRIBUTING.html
Clicking on any link that is supposed to go to a markdown file in the github repo yields a 404 because it removes the file extension.
F.e. instead of linking to https://github.com/adafruit/circuitpython/blob/main/CODE_OF_CONDUCT.md (notice the .md)
it links to `https://github.com/adafruit/circuitpython/blo
-
Updated
Sep 24, 2020 - C++
-
Updated
Oct 1, 2020 - C++
-
Updated
Oct 3, 2020 - C++
-
Updated
Sep 24, 2020 - Makefile
-
Updated
Aug 8, 2020 - C
-
Updated
Sep 14, 2020
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Oct 3, 2020 - Rust
Implement some test cases for standard memset()
-
Updated
Sep 29, 2020 - C
-
Updated
Oct 4, 2020 - C++
-
Updated
Oct 4, 2020 - Python
-
Updated
Oct 4, 2020 - C++
-
Updated
Jun 2, 2020 - Forth
-
Updated
Oct 5, 2020 - C++
Improve this page
Add a description, image, and links to the microcontroller topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microcontroller topic, visit your repo's landing page and select "manage topics."
In order for interrupt-based wake-ups (as introduced by #1142) to work concurrently with
time.Sleep, we need to make some per-board changes.Previously,
sleepTicks(the function used as an interface between the scheduler and the hardware timer) was defined to block until the timer completed, since there was nothing else to do. Now we need to change this so that it bails out when an interrup