-
Updated
Feb 21, 2021 - C
microcontroller
Here are 1,512 public repositories matching this topic...
-
Updated
Feb 20, 2021 - C
-
Updated
Jan 16, 2021 - C++
-
Updated
Feb 16, 2021 - Python
Is your enhancement proposal related to a problem? Please describe.
Refer to: zephyrproject-rtos/zephyr#28932
Describe the solution you'd like
Refer to: zephyrproject-rtos/zephyr#28932 (comment)
Describe alternatives you've considered
NA
Additional context
NA
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
I was surprised at this:
>>> n = neopixel.NeoPixel(board.GP0, 1, auto_write=False)
>>> n.deinit()
>>> n.show()
>>> Expected behavior: n.show() raises an exception since the related object has been deinitialized
Actual behavior: n.show() does not raise an exception
I only tested on Pico, so this may be a port-specific problem. However, I didn't label it as such init
-
Updated
Feb 14, 2021 - C
-
Updated
Jan 20, 2021 - C
-
Updated
Jan 18, 2021 - C++
-
Updated
Feb 20, 2021 - C++
-
Updated
Feb 21, 2021 - C++
-
Updated
Feb 15, 2021 - C++
-
Updated
Sep 24, 2020 - Makefile
-
Updated
Aug 8, 2020 - C
-
Updated
Sep 14, 2020
-
Updated
Feb 9, 2021 - JavaScript
-
Updated
Feb 20, 2021 - Rust
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
Feb 14, 2021 - Python
-
Updated
Nov 13, 2020 - C
-
Updated
Feb 19, 2021 - C++
-
Updated
Feb 19, 2021 - C++
-
Updated
Feb 21, 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."
It seems that tinygo doesn't not support MIPS based embedded devices out of the box, although LLVM does support the following:
My intent is to execute the tinygo compiled binary within a mipsel linux box, no