Skip to content
#

embedded

Here are 2,219 public repositories matching this topic...

peterhinch
peterhinch commented Jan 16, 2020

The code example in the docs fails with a surprising traceback.

rtc = machine.RTC()
rtc.init((2014, 5, 1, 4, 13, 0, 0, 0))

Outcome:

MicroPython v1.12-61-g0f16eeab2 on 2020-01-16; PYBv1.0 with STM32F405RG
Type "help()" for more information.
>>> 
>>> from machine import RTC
>>> rtc = RTC()
>>> rtc.init((2
raylib
raysan5
raysan5 commented Apr 29, 2020

There are +115 code examples provided with raylib, some of them contributed by several authors.

There could be some assets used on the examples that lack a license file (sometimes because it was just not available or not provided by the author). It should be reviewed.

All assets used in raylib examples should include a license and it should be a permissive license (free to use/distribute).

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

AFIDclan
AFIDclan commented Mar 6, 2020

When attempting to download cityscapes_2048x1024 I got: ./download-models.sh: line 721: download_fcn_resnet18_cityscapes_2048x512: command not found
It looks like there was a typo, and line 721 needs to be changed from:
download_fcn_resnet18_cityscapes_2048x512 to download_fcn_resnet18_cityscapes_2048x1024

Thanks for the amazing repo!

openthread
yogeshkm20
yogeshkm20 commented May 1, 2020

This is similar to proto_path option does not work on Windows #362.
C:\Users\ykmh\Downloads\nanopb-0.4.1-windows-x86>.\generator-bin\protoc.exe --nanopb_out=.\examples\simple --python_out=.\examples\simple --proto_path=.\examples\simple .\examples\simple*.proto
.\examples\simple*.proto: No such file or directory

C:\Users\ykmh\Downloads\nanopb-0.4.1-windows-x86>dir .\examples\simple
Volum

rumpeltux
rumpeltux commented Dec 12, 2019

Thanks for the interesting project!
I came here looking for a filesystem that I could use in my MCU.
This project seemed to be what I was looking for. Note that I use a SDHC card for datastorage.

Only after integrating littlefs in my code and experimenting I learned that the project is not a good fit because:

  • littlefs is probably not design for large files (per some bug reports, e.g. #188
champtar
champtar commented Mar 15, 2020

On Linux, packets that stay local to the machine (moving from the host to a container for example) don't always have their checksum computed, see for example https://patchwork.ozlabs.org/patch/261822/.
The proper fix would be to check for TP_STATUS_CSUMNOTREADY, but an easy workaround is to have a way to change the ChecksumCapabilities or DeviceCapabilities.

As a rust noob here my solution for

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

Improve this page

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

Learn more

You can’t perform that action at this time.