Here are
510 public repositories
matching this topic...
PlatformIO is a professional collaborative platform for embedded development 👽 A place where Developers and Teams have true Freedom! No more vendor lock-in!
Updated
Jun 3, 2021
Python
canonical libwebsockets.org networking library
A curated list of awesome embedded programming.
🚁 轻量级无人机飞控-[Drone]-[STM32]-[PID]-[BLDC]
A FreeRTOS Library for all Arduino AVR Devices (Uno, Leonardo, Mega, etc)
嵌入式linux软件开发、嵌入式linux驱动开发、c语言、单片机开发、IOT开发等面试要点记录
A size-optimized, customizable full-scale 32-bit RISC-V soft-core CPU and SoC written in platform-independent VHDL.
My public Baremetal Raspberry Pi code
A Rust wrapper for FreeRTOS.
This project is no longer maintained Not recommended for product development.
Updated
May 31, 2021
JavaScript
Source code for PROS kernel: open source C/C++ development for the VEX V5 microcontroller
一个基于云端语音识别的智能控制设备,类似于天猫精灵,小爱同学。采用的芯片为stm32f407,wm8978,esp8266。
Modbus TCP and RTU, Master and Slave for STM32 using Cube HAL and FreeRTOS
OpenThread RTOS, an integration of OpenThread, LwIP, and FreeRTOS.
FastLED port to the ESP-IDF 4.0 development environment
ds18b20 library for stm32 hal
Program the ESP32 with Nim! Wrappers around ESP-IDF API's.
ESP32 MJPEG Multiclient Streaming Server
A port of FreeRTOS for the RISC-V ISA
ESP32 MJPEG Multiclient Streaming Server with latest Espressif drivers
Transactional power-failsafe filesystem for microcontrollers
STM32 Base project with a lot of stuff
uNabto SDK - direct P2P connectivity for embedded devices (and more)
Real Time Operating System Lessons using Arduino and The FreeRTOS Kernel
Improve this page
Add a description, image, and links to the
freertos
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
freertos
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
In SpiMaster.cpp there is an fallthrough from a case statement to the default case which does not appear to be intentional as it won't allow the
SpiMasterto be initialized withBitOrder::Lsb_Msb.