Skip to content
#

microcontroller

Here are 1,628 public repositories matching this topic...

kisvegabor
kisvegabor commented Jun 1, 2021

Hi,

v8.0 is released so let's move forward and start to think about v8.1.

In the list below I collected the ideas I found useful and reasonable for v8.1. It's not written into stone, so feel free to make suggestions.

If you are interested in contributing in v8.1, just comment here! 🙂

Features

  • Unit testing (gtest?). See #1658
  • Benchmarking (gem5 or qemu?)
bradjc
bradjc commented Jun 24, 2020

With Tock running on this board with virtual_uart sitting on top of USB, the Nano 33 BLE is a reasonably promising board to be a standard, well supported Tock board. Additionally, if the board turns out to not be great, the infrastructure which would make the Nano 33 BLE work well would apply to any other board that has the nRF52840 + USB combination.

  • Make the bootloader and tockloader ex
circuitpython
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

A comprehensive and FREE Online Python Development course FOR KIDS utilizing an official BBC micro:bit Development Board and later an Expressif ESP32 Development Board going step-by-step into the world of Python for microcontrollers.

  • Updated Mar 17, 2021
  • Python

Improve this page

Add a description, image, and links to the microcontroller 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 microcontroller topic, visit your repo's landing page and select "manage topics."

Learn more