MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
-
Updated
Aug 19, 2020 - C
{{ message }}
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Exploitation Framework for Embedded Devices
A simple and easy-to-use library to enjoy videogames programming
PlatformIO is a professional collaborative platform for embedded development
Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).
Is your enhancement proposal related to a problem? Please describe.
Syscalls run on fixed-sized privilege elevation stacks. There is a hard limit on how much stack space a system call can use because of this. We don't have good data on how much stack syscalls actually use.
Describe the solution you'd like
I'd like to be able to use CONFIG_STACK_USAGE to be able to generate a report,
Deep Pose Estimation implemented using Tensorflow with Custom Architectures for fast inference.
Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.
Implement Python 3 bindings, so wasm3 can be easily used from Python.
Resurrecting the second bullet from #1334
Clean-code version of the baseflight flight controller firmware
OpenThread released by Google is an open-source implementation of the Thread networking protocol
Protocol Buffers with small code size
A little fail-safe filesystem designed for microcontrollers
MICROPY_PY_COLLECTIONS_ORDEREDDICT is set individually for every port. We should centralize it's use to py/circuitpy* settings. MICROPY_CPYTHON_COMPAT is an example of a setting that has already been centralized.
../../ports/unix/mpconfigport.h
102:#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (1)
../../ports/nrf/mpconfigport.h
63:#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (1
Curated list of resources for Embedded and Low-level development in the Rust programming language
WebAssembly Micro Runtime (WAMR)
Dhcpv4Client ignores the device checksum capabiltities, and always uses the default value for ChecksumCapabilities. The code responsible can be seen here:
https://github.com/smoltcp-rs/smoltcp/blob/bdfa44270e9c59b3095b555cdf14601f7dc27794/src/dhcp/clientv4.rs#L133
As far as I can tell, this would basically be a one-line fix:
let checksum_caps = iface.device().capabilities().checkAccess your terminal from anywhere via the web.
An Embedded Computer Vision & Machine Learning Library (CPU Optimized & IoT Capable)
Gathers machine learning and Tensorflow deep learning models for NLP problems, 1.13 < Tensorflow < 2.0
Add a description, image, and links to the embedded topic page so that developers can more easily learn about it.
To associate your repository with the embedded topic, visit your repo's landing page and select "manage topics."
paddle-mobile将开发一个新的版本,为了:
因此,paddle-mobile将会进行一次完全的重构,从框架设计到代码开发。在新版本开发完成后,将会删除原有mobile-deep-learning的代码。新版本开发期间,代码将放置在paddle-mobile repo的一个子目录下。对于子目录的命名,目前有3个候选,希望大家投票:
有更好的建议,请回复issue。相关issue:#121
另外,待新版本代码开发完成,移除老版本mobile-deep-learning代码后,新版本代码将移出子目录,直接放置在paddle-mobile repo下面。