embedded
Here are 2,301 public repositories matching this topic...
-
Updated
Jun 28, 2020 - Python
PaddlePaddle/Paddle使用git-flow分支模型,切换的issue:PaddlePaddle/Paddle#250 ,文档中亦有对PaddlePaddle分支规范的介绍。
PaddlePaddle的主版本库遵循git-flow分支规范。其中:
- master分支为稳定(stable branch)版本
-
Updated
Jul 14, 2020 - C++
-
Updated
Jul 2, 2020 - C++
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).
Solutions
1. Convert INO files to CPP
2. Manual prototype declaration
#ifdef DO_NOT_USE
typedef int32_t delaytype;
void thisShouldNotAppearInTheBinary(delaytype timer); // aded manually
void thisShouldNotAppearInTheBinary(delaytype timer) {
delay(timer);
}
#endif-
Updated
Jul 14, 2020 - C
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
-
Updated
Jun 28, 2020 - Python
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!
A Spring Boot user has reported a problem with Spring Boot's reference documentation linking to Jetty's documentation. Spring Boot's reference documentation links to the Jetty documentation for the specific version of Jetty that it built against. For example, the documentation for Spring Boot 2.2.4 links to https://www.eclipse.org/jet
-
Updated
Jul 10, 2020 - C++
[doc] Library usage
Hello,
I would like to know where I can find (apart from reading the headers), if possible, any documentation on how to use the stlink library ?
Thank you very much in advance.
Python 3 bindings
Implement Python 3 bindings, so wasm3 can be easily used from Python.
The ADC driver for the nRF52 chip only supports single samples. The continuous sampling function needs to be implemented:
-
Updated
Jul 1, 2020 - C
Is your feature request related to a problem? Please describe.
I couldn't find OpenThread's configurations description in https://openthread.io/reference. I think it helpful to have a centered place to introduce all OpenThread configuration and usage.
Describe the solution you'd like
Add a generated configurations page.
I added custom build step to my build system that regenerates .c and .h files for my .proto file.
Unfortunately, nanopb puts this comment with current time and date in them :
/* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.3.9 at Mon Mar 26 19:15:47 2018. */
That makes git sad because files change on every build.
Is it possible to stop this comme
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
-
Updated
Jul 14, 2020 - C
Due to the revamp of the runtime in libtock-rs to use futures, we are currently pinned at an old version of libtock-rs (https://github.com/tock/libtock-rs/tree/ab2c945184b98ecae3e70ac678e9f5231deef73b).
However, the core part of libtock-rs has now been split out of the drivers: https://github.com/tock/libtock-rs/tree/master/core. We can update to depend on that to keep in sync with upstream, wh
-
Updated
Jul 8, 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
-
Updated
Jul 13, 2020 - C
-
Updated
Jul 13, 2020 - C
Just helped a user on Slack through this:
you cant create rootfs overlay files for the appdata partition in Nerves. This is because it gets formatted on first boot before being mounted. I think this behavior is fine, but we need to document it.
-
Updated
Mar 7, 2020 - C
-
Updated
Jun 25, 2020 - Jupyter Notebook
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.
Add this topic to your repo
To associate your repository with the embedded topic, visit your repo's landing page and select "manage topics."


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