-
Updated
Aug 19, 2020 - C
microcontroller
Here are 1,294 public repositories matching this topic...
-
Updated
Aug 17, 2020 - C++
-
Updated
Aug 17, 2020 - Python
-
Updated
Aug 20, 2020 - C
Is your enhancement proposal related to a problem? Please describe.
Syscalls run on fixed-sized privilege elevation stacks. There is a hard limit on how much stack space a system call can use because of this. We don't have good data on how much stack syscalls actually use.
Describe the solution you'd like
I'd like to be able to use CONFIG_STACK_USAGE to be able to generate a report,
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
Aug 16, 2020 - C
-
Updated
Aug 18, 2020 - C
MICROPY_PY_COLLECTIONS_ORDEREDDICT
is set individually for every port. We should centralize it's use to py/circuitpy*
settings. MICROPY_CPYTHON_COMPAT
is an example of a setting that has already been centralized.
../../ports/unix/mpconfigport.h
102:#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (1)
../../ports/nrf/mpconfigport.h
63:#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (1
-
Updated
Aug 14, 2020 - C++
-
Updated
Aug 19, 2020 - C++
-
Updated
Aug 14, 2020 - C++
-
Updated
May 4, 2020 - Makefile
-
Updated
Aug 8, 2020 - C
-
Updated
Aug 13, 2020 - JavaScript
-
Updated
May 14, 2020
-
Updated
Jul 28, 2020 - Rust
Implement some test cases for standard memset()
-
Updated
Jun 21, 2020 - C++
-
Updated
Jul 22, 2020 - C
-
Updated
Jul 18, 2020 - C++
-
Updated
Jun 2, 2020 - Forth
-
Updated
Jul 21, 2020 - C++
-
Updated
Aug 19, 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