-
Updated
Aug 17, 2020 - C++
#
mcu
Here are 354 public repositories matching this topic...
ppannuto
commented
May 19, 2020
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)
6
anton-bondarev
commented
Mar 14, 2020
Implement some test cases for standard memset()
Customizable Bootloader for STM32 microcontrollers. This example demonstrates how to perform in-application-programming of a firmware located on an external SD card with FAT32 file system.
demo
flash
microcontroller
firmware
example
stm32
boot
bootloader
iap
firmware-updater
fat32
mcu
fatfs
flasher
stm32l4
sd
stm32l476
in-app-programming
microsd
stm32l496
-
Updated
Jul 22, 2020 - C
-
Updated
Aug 17, 2020 - C++
A higher-level Neural Network library for microcontrollers.
-
Updated
Jul 24, 2020 - C
patacongo
commented
Jul 31, 2020
Lot's of old references to the old nuttx.org DocuWiki still exist:
$ grep -r "nuttx[.]org" * | grep http
arch/arm/src/armv7-m/Kconfig: http://www.nuttx.org/doku.php?id=wiki:nxinternal:svcall
arch/arm/src/armv8-m/Kconfig: http://www.nuttx.org/doku.php?id=wiki:nxinternal:svcall
arch/Kconfig: paging feature as described in http://www.nuttx.org
josesimoes
commented
Jun 29, 2020
Following nanoframework/nf-interpreter#1564 need to add launch.json and cmake-variants.json to community targets.
microcontroller
interpreter
gpio
csharp
firmware
dotnet
i2c
esp32
stm32
clr
spi
adc
nano-framework
mcu
pal
pwm
serial-communication
nanoframework-interpreter
-
Updated
Aug 9, 2020 - C
UPDI programmer software for Arduino (targets ATtiny 417 / 814 / 816 / 817 / 1614 / 1616 / 1617 and similar MCUs)
-
Updated
Jul 4, 2020 - C++
The free embedded operating system.
arduino
avr
embedded
sam
operating-system
arduino-library
mcu
operating-systems
multitasking
rtos
samd
-
Updated
Aug 18, 2020 - C
Efficient DMA timeout mechanism for peripheral DMA configured in circular mode demonstrated on a STM32 microcontroller.
demo
microcontroller
example
stm32
efficient
uart
dma-buffer
mcu
dma
stm32l4
stm32l476
dma-timeout
dma-controller
-
Updated
Jun 8, 2017 - C
Blynk IoT library for Python and Micropython
python
linux
raspberry-pi
iot
esp8266
library
microcontroller
embedded
hardware
micropython
esp32
iot-platform
mcu
blynk
raspberry-pi-3
iot-cloud
iot-device
iot-application
-
Updated
Aug 7, 2020 - Python
Embedded Hardware Abstraction Library
c
windows
linux
iot
c-plus-plus
arm
embedded
usb
osx
sensor
bluetooth-low-energy
mcu
sensortag
imu-driver
-
Updated
Aug 11, 2020 - C
Multiplatform Arduino library for supporting the native CAN controller on Due (SAM3X) and Teensy 3.1 (K2X) as well as MCP2515 through SPI
-
Updated
Sep 10, 2018 - C++
An capability-based microkernel general-purpose operating system focusing on scalability, predictability, mixed-criticality and recoverability. THIS PROJECT IS IN PREVIEW STATE CURRENTLY
iot
microcontroller
cortex-m
containers
virtualization
hypervisor
multi-core
mcu
microkernel
capability-based
-
Updated
Nov 11, 2019 - C
A curated collection of technical documentation for Arcades, Handhelds, Consoles, Computers and MCU’s.
video-games
documentation
arm
fpga
mips
pcb
arcade
wiring
diagrams
retrogaming
schematics
mcu
user-manual
system-on-chip
eletronics
manuals
datasheets
service-manual
fpga-programming
vintage-computers
-
Updated
Mar 20, 2020
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.
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,