embedded
Here are 2,219 public repositories matching this topic...
-
Updated
May 1, 2020 - Python
PaddlePaddle/Paddle使用git-flow分支模型,切换的issue:PaddlePaddle/Paddle#250 ,文档中亦有对PaddlePaddle分支规范的介绍。
PaddlePaddle的主版本库遵循git-flow分支规范。其中:
- master分支为稳定(stable branch)版本
-
Updated
May 15, 2020 - C++
-
Updated
May 22, 2020 - C++
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
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).
-
Updated
May 25, 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
Apr 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
May 13, 2020 - C++
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.
-
Updated
May 23, 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.
The ADC driver for the nRF52 chip only supports single samples. The continuous sampling function needs to be implemented:
Python 3 bindings
Implement Python 3
bindings, so wasm3
can be easily used from Python.
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
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
May 25, 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
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
May 24, 2020
-
Updated
May 3, 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
May 21, 2020 - C
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
-
Updated
Apr 25, 2020 - Jupyter Notebook
fix strace for 386
386 can't use strace
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: