-
Updated
Jul 16, 2022 - C
microcontroller
Here are 2,022 public repositories matching this topic...
-
Updated
Jul 15, 2022 - C++
Missing EVENT_QUIT
Describe the feature request
Since LVGL is more and more used as an desktop app too, I think it's necessary to have a clean application exit event too.
Right now, all example have a while(1) { } in their main function so when you close the app (by clicking the X icon, or Alt+F4 or ...), you're actually leaking all the application objects.
For most of them, it's not important, but som
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
-
Updated
Jul 11, 2022 - C++
-
Updated
Jul 14, 2022 - Python
-
Updated
Jul 15, 2022 - C
- 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
Jul 9, 2022 - C
-
Updated
Jul 10, 2022 - C
CircuitPython version
Adafruit CircuitPython 7.3.0-rc.2 on 2022-05-21; Raspberry Pi Pico with rp2040Code/REPL
b = (0xFEED).to_bytes(2,"little")
# next line is not correct code
x = int.from_bytes(b, 2, "little")
print(x==0xFEED)Behavior
C Python raises a TypeError if too many arguments:
int.from_bytes(bytes([0xFE,0xED]), 2, "big")
Tracebac
-
Updated
Jun 24, 2022 - C++
-
Updated
Mar 10, 2022
-
Updated
May 26, 2022 - C++
-
Updated
Jul 15, 2022 - C++
-
Updated
Jul 4, 2022 - 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
Apr 8, 2022 - Makefile
-
Updated
Jul 10, 2022 - Rust
-
Updated
Aug 8, 2020 - C
-
Updated
Jul 1, 2022 - JavaScript
-
Updated
Jul 16, 2022 - VHDL
v1.10
Feature Updates:
Language
- #169
- #170
- #95
- #162
- #171
- #172
- #173
- #174
- #177
- #178
- #180
Library
- #176
- #181
Bug fix:
- #175
- #179
-
Updated
Jul 14, 2022 - Python
-
Updated
Jul 14, 2022 - Python
-
Updated
Mar 9, 2022 - C++
-
Updated
Jul 7, 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."