-
Updated
Aug 1, 2021 - C++
mcu
Here are 620 public repositories matching this topic...
- The
set_mode_X()HIL functions need to support returning an error if hardware does not support that mode or if the implementation cannot put the hardware in to that mode at that time. See for an example where panic is used instead of returning an error https://github.com/tock/tock/pull/2629/files.
-
Updated
Oct 7, 2021 - C
In PROTECTED mode, the MPU is used to map regions of memory to supervisor- and/or user-accessible memory. Currently, that algorithm is very simple: The entire address range is made accessible in supervisor mode; a single MPU region is used to enable user-mode access in each user memory region.
Each MPU region must bit both of a power-of-two size and with an alignment in memory equal to the si
-
Updated
Oct 18, 2021 - Python
-
Updated
Jul 7, 2021 - C
Details about Problem
The Azure pipeline uses 9-2020-q2-update:
https://dl.cloudsmith.io/public/net-nanoframework/internal-build-tools/raw/names/gcc-arm-none-eabi/versions/9-2020-q2-update/gcc-arm-none-eabi-$Version-win32.7z
The dev container uses: 10-2020-q4-major
https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/10-2020q4/gcc-arm-none-eabi-10-2020-q4-major-x86_64-l
-
Updated
Aug 4, 2021 - C
-
Updated
Aug 26, 2021 - C++
-
Updated
Nov 25, 2020 - C
-
Updated
Oct 18, 2021 - C
-
Updated
Aug 28, 2021 - C++
-
Updated
Sep 14, 2021 - Python
-
Updated
Oct 19, 2021 - C
-
Updated
May 14, 2021 - C
-
Updated
Jun 8, 2017 - C
Improve this page
Add a description, image, and links to the mcu topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mcu topic, visit your repo's landing page and select "manage topics."
Is your enhancement proposal related to a problem? Please describe.
Documentation for the feature is very high level without any details on how it can be used and examples. https://docs.zephyrproject.org/latest/guides/debug_tools/gdbstub.html
Describe the solution you'd like
A more detailed documentation of the feature with some step by step instructions on how it can be used.