Skip to content
#

mcu

Here are 699 public repositories matching this topic...

X-Ryl669
X-Ryl669 commented Feb 3, 2022

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

cvinayak
cvinayak commented Nov 16, 2021

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

Enhancement area: Bluetooth Good first issue area: Bluetooth Controller
patacongo
patacongo commented Jul 30, 2020

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

enhancement good first issue
axa88
axa88 commented Jun 3, 2022

Library/API/IoT binding

nanoFramework.Json

Visual Studio version

Microsoft Visual Studio Community 2019 Version 16.11.15

.NET nanoFramework extension version

v2019.8.0.1 (2021-10-16)

Target name(s)

ESP32WROOM

Firmware version

No response

Device capabilities

No response

Description

using Json Deserialization stream overload method will throw exceptions w

Improve this page

Add a description, image, and links to the mcu topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mcu topic, visit your repo's landing page and select "manage topics."

Learn more