-
Updated
Nov 12, 2021 - C++
embedded
Here are 3,375 public repositories matching this topic...
-
Updated
Nov 16, 2021 - C
-
Updated
Aug 27, 2021 - Python
-
Updated
Nov 12, 2021 - C++
-
Updated
Nov 15, 2021 - C
paddle-mobile将开发一个新的版本,为了:
- 支持Paddle Fluid
- 更小的体积
- 更快的速度
- 更广泛地支持各种arm设备和终端平台
因此,paddle-mobile将会进行一次完全的重构,从框架设计到代码开发。在新版本开发完成后,将会删除原有mobile-deep-learning的代码。新版本开发期间,代码将放置在paddle-mobile repo的一个子目录下。对于子目录的命名,目前有3个候选,希望大家投票:
👍 zygote👎 paddle❤️ fluid
有更好的建议,请回复issue。相关issue:#121
另外,待新版本代码开发完成,移除老版本mobile-deep-learning代码后,新版本代码将移出子目录,直接放置在paddle-mobile repo下面。
-
Updated
Aug 1, 2021 - C++
-
Updated
Nov 15, 2021 - Python
-
Updated
Nov 15, 2021 - C++
Is your enhancement proposal related to a problem? Please describe.
Documentation for the feature is very high level without any details on how it can be used and examples. https://docs.zephyrproject.org/latest/guides/debug_tools/gdbstub.html
Describe the solution you'd like
A more detailed documentation of the feature with some step by step instructions on how it can be used.
-
Updated
Nov 15, 2021 - C++
When passing Wasm function to the host as a callback, it's passed as an index in the table.
Wasm3 needs to provide an API to call such functions.
Blynk library version: master branch at 144a90f3bdb66c3b6c03cce0335c1f1e304d91d6
IDE: VS Code + PlatformIO
IDE version: 1.52.1
Board type: ESP8266
Additional modules: Arduino ESP8266
Scenario, steps to reproduce
Blynk.run() blocks if there is no internet connection on the network and connecting to a local server via SSL.
According to my investigation, `BlynkArduinoClientSecure::conn
-
Updated
Nov 16, 2021 - Java
- The
set_mode_X()HIL functions need to support returning an error if hardware does not support that mode or if the implementation cannot put the hardware in to that mode at that time. See for an example where panic is used instead of returning an error https://github.com/tock/tock/pull/2629/files.
-
Updated
Nov 12, 2021
CircuitPython version
Adafruit CircuitPython 7.0.0-651-g5572876d2 on 2021-11-07; Pimoroni Pico LiPo (4MB) with rp2040Code/REPL
import pwmio, countio, board
print("import OK")
counter = countio.Counter(board.GP1)
print("counter OK")
motor = pwmio.PWMOut(board.GP8)
print("motor OK")Behavior
$ picocom /dev/ttyACM1
Adafruit CircuitPyth-
Updated
Oct 8, 2021 - C
-
Updated
Nov 16, 2021 - C++
-
Updated
Apr 21, 2021 - C++
-
Updated
Nov 14, 2021 - C
-
Updated
Oct 15, 2021 - C
-
Updated
Nov 16, 2021 - C
-
Updated
Jan 16, 2021 - C
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
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."
Hi,
We have added a new test engine (called Unity) to LVGL and planning to improve the coverage. See this README about how to write and run tests.
I've already created a test for the drop-down list as an exam