Skip to content
#

embedded

Here are 3,650 public repositories matching this topic...

X-Ryl669
X-Ryl669 commented Feb 3, 2022

Describe the feature request

Since LVGL is more and more used as an desktop app too, I think it's necessary to have a clean application exit event too.
Right now, all example have a while(1) { } in their main function so when you close the app (by clicking the X icon, or Alt+F4 or ...), you're actually leaking all the application objects.

For most of them, it's not important, but som

Xreki
Xreki commented Apr 18, 2018

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下面。

cvinayak
cvinayak commented Nov 16, 2021

Is your enhancement proposal related to a problem? Please describe.
access_addr always seems to be of size 4; that should be #defined.
crc_init always seem to be of size 3; that should be #defined.

https://github.com/zephyrproject-rtos/zephyr/pull/31009/files#r736229677
https://github.com/zephyrproject-rtos/zephyr/pull/31009/files#r736229386

Describe the solution you'd like
A

Enhancement area: Bluetooth Good first issue area: Bluetooth Controller
thomasballinger
thomasballinger commented Aug 1, 2021

Related to metering wasm3/wasm3#127 and being able to run a set number of instructions, I'd like to be able to serialize a paused interpreter's state and deserialize it to a new interpreter instance; very roughly,

const interp = new wasm3.Interpreter(module);
interp.interpretNInstructions(100);
const interpState = interp.serializeState();
const interp2 = wasm3.In
feature help wanted good first issue
tomikaa87
tomikaa87 commented Dec 30, 2020

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

good first issue
circuitpython
tannewt
tannewt commented Feb 11, 2022

This would allow for loading data into the state machine using run() before the state machine is actually clocked. We can't do it now because write() blocks until the FIFO is empty.

When this is False, write() needs to ensure that the length of the data is less than or equal to the FIFO size because it won't be able to queue more data up later.

roseduan
roseduan commented Apr 2, 2022

熟悉 Pr 流程

  • 添加 test 方法
  • 添加 example 代码

目前 rosedb 当中的一些方法是没有对应的 Test 方法的,你可以按照已有的 Test,来为方法添加单元测测试。rosedb 下有一个 examples 目录,向用户展示 rosedb 的使用方法,你可以往其中添加一个方法。

这类 Pr 没有太多的技巧可言,只是为了让你熟悉整个 Pr 的流程,并且能够对 rosedb 中的一些方法有所认识,对 rosedb 的数据读写流程有更进一步的理解。

简单问题

  • 为 rosedb 添加更多 redis 相关的命令
  • good first issue

rosedb 支持的命令目前大致是按照 redis 来添加的,我们做到能够支持 redis 大多数常用的命令即可,做之前要确认一下这个命令在 rosedb 当中是不存在

good first issue
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

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