Skip to content
#

mcu

Here are 319 public repositories matching this topic...

cvinayak
cvinayak commented Mar 6, 2020

Is your enhancement proposal related to a problem? Please describe.
Bluetooth controller implementation uses magic numbers 625 and 1250 for the advertising interval and connection interval units.

Describe the solution you'd like
Use defines for the values 625 and 1250

Describe alternatives you've considered
None

Additional context
Refer to comments in https://github.co

jockm
jockm commented Jun 30, 2018

Aside from some examples in the readme, and the intro article, there is no documentation for the API. It was only by examining the unit tests, mjs_builtin.c, and reading the v7 documentation through the internet archive, that we were able to figure out how to set and get properties in the VM and make calls into javascript functions with complex values.

This is less than ideal

thegecko
thegecko commented Sep 16, 2019

Target: Nucleo L073RZ
OS: MacOS 10.14.5
Mbed OS: 5.13.1
Binary: mbed-os-blinky (built with GCC or AC6)

Flashing the above target using a specified CMSIS pack sometimes works, but more often claims No cores were discovered!.

Using the pack from here

./pyocd  flash --frequency 1800000 --uid 066DFF5556547251870951
rockmanx4
rockmanx4 commented Aug 15, 2017

In current patch, we already implemented a futex-liked mutex. It didn't support PI. In order to achieve better real-time capability, the higher priority task should execute as soon as possible. It also makes sense on synchronization. So we could apply PI to enhance our real-time capability.

By the way, this's feature would be released soon. Furthermore, folks should not work on this feature

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

You can’t perform that action at this time.