-
Updated
Dec 19, 2021 - C
microcontroller
Here are 1,829 public repositories matching this topic...
-
Updated
Dec 18, 2021 - C++
Hi,
We have added a new test engine (called Unity) to LVGL and planning to improve the coverage. See this README about how to write and run tests.
I've already created a test for the drop-down list as an exam
-
Updated
Aug 1, 2021 - C++
-
Updated
Dec 18, 2021 - Python
Is your enhancement proposal related to a problem? Please describe.
access_addr always seems to be of size 4; that should be #defined.
crc_init always seem to be of size 3; that should be #defined.
https://github.com/zephyrproject-rtos/zephyr/pull/31009/files#r736229677
https://github.com/zephyrproject-rtos/zephyr/pull/31009/files#r736229386
Describe the solution you'd like
A
- 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
Dec 16, 2021 - C
While fixing PR #4662 / issue #4657 it was found that PulseIn is not using the common_hal method of state machine construction. The common_hal version has more checks and would keep the functionality properly encapsulated. The displayio.ParallelBus could be used as a template on how to change this issue.
-
Updated
Dec 10, 2021 - C
-
Updated
Dec 18, 2021 - C++
-
Updated
Oct 2, 2021
-
Updated
Jun 19, 2021 - C++
-
Updated
Dec 17, 2021 - C++
-
Updated
Nov 13, 2021 - C
-
Updated
Sep 24, 2020 - Makefile
-
Updated
Aug 8, 2020 - 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
Nov 5, 2021 - JavaScript
-
Updated
Dec 19, 2021 - Rust
-
Updated
Dec 19, 2021 - Python
-
Updated
Aug 28, 2021 - C++
-
Updated
Jul 7, 2021 - C
-
Updated
Nov 2, 2021 - Python
-
Updated
Dec 4, 2021 - 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."
I didn't see this struct was there when I added them. The struct even has a TODO to add these flags there already.