Skip to content
#

microcontroller

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

cvinayak
cvinayak commented Aug 5, 2021

Is your enhancement proposal related to a problem? Please describe.
_ A clear and concise description of what the problem is._

Use defines in

  • radio_phy_set
  • radio_switch_complete_and_tx
  • and so on

Refer to:
https://github.com/zephyrproject-rtos/zephyr/pull/37283/files#r680822843

Describe the solution you'd like
A clear and concise description of what you want to h

circuitpython
dhalbert
dhalbert commented Sep 29, 2021

Native method implementations that use mp_arg_parse_all() should be able to accept positional args that are labeled with keywords, but they are not.

Here is an example showing the issue with busio.SPI.
Constructor signature:

busio.SPI(clock: microcontroller.Pin, MOSI: Optional[microcontroller.Pin] = None, MISO: Optional[microcontroller.Pin] = None)

Method signature:

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 tutorial FOR KIDS utilizing an official BBC micro:bit Development Board going step-by-step into the world of Python for microcontrollers.

  • Updated Oct 6, 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