C语言实现的轻量级神经网络库,在嵌入式设备上无缝部署预训练的神经网络
☆43Dec 7, 2018Updated 7 years ago
Alternatives and similar repositories for NN-for-MCU
Users that are interested in NN-for-MCU are comparing it to the libraries listed below
Sorting:
- 嵌入式最小驱动程序框架☆11Jun 11, 2017Updated 8 years ago
- 使用电压比较器处理相电压的方法,测量四轴无人机无感无刷电机的转速,包含PCB和STM32源码,可以测量8路方波输入。输入端串联RC高通滤波器,可以处理有感无刷电机的霍尔传感器的转速反馈。☆13Sep 29, 2020Updated 5 years ago
- HelloX operating system for STM32 chipset☆14Jan 18, 2015Updated 11 years ago
- Source code for Air101@LuatOS, also for Air103/W800/W801/W805/W806☆17Nov 26, 2025Updated 3 months ago
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆12Nov 25, 2019Updated 6 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆18Nov 25, 2019Updated 6 years ago
- GDB Stub for RT-Thread(already in RT-Thread master)☆17Jan 10, 2015Updated 11 years ago
- 做过的一些电子(物联网)DIY☆11Oct 16, 2018Updated 7 years ago
- 基于RT-Thread的百度语音识别☆15Dec 9, 2019Updated 6 years ago
- ☆14Nov 5, 2017Updated 8 years ago
- OSAL free operating system abstraction for embedded systems. Supports pthreads, freertos, chibios, coocox, bertos and more... RTOS☆14Dec 27, 2013Updated 12 years ago
- Arduino core for the BL618☆20Sep 15, 2023Updated 2 years ago
- JerryScript port for RT-Thread☆21Nov 18, 2021Updated 4 years ago
- 嵌入式系统显示多级菜单库及菜单代码生成器☆17Dec 4, 2019Updated 6 years ago
- The implementation of a video stabilization system of the NAO robot is presented through the data of the IMU, this stabilized image is us…☆17Mar 20, 2020Updated 5 years ago
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆24Nov 25, 2019Updated 6 years ago
- C语言实现广州地铁最短路线查询,利用dijkstra深度优先算法☆24Jan 4, 2019Updated 7 years ago
- 2017年电赛 四轴飞行器跟踪小车☆19Mar 9, 2019Updated 7 years ago
- ☆11May 31, 2016Updated 9 years ago
- This repository contains C++ implementation of A* search algorithm for finding path to goal state for 8 puzzle problem in AI.☆11Dec 2, 2023Updated 2 years ago
- Ethernet MAC 10/100 Mbps☆33Oct 31, 2021Updated 4 years ago
- 简洁易用的嵌入式操作系统内核。github停止更新,请移步开源中国//git.oschina.net/kerndev/klite☆57Mar 19, 2019Updated 6 years ago
- 一个简易的单片机编程框架☆33Aug 4, 2019Updated 6 years ago
- The QuarkTS port for C++. An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, int…☆36Nov 16, 2025Updated 3 months ago
- USB -> AXI Debug Bridge☆42Jun 5, 2021Updated 4 years ago
- Automatically turns your RPI Pico into a bad usb. The pico-ducky is from dbisu.☆11May 28, 2024Updated last year
- Sentry library for arduino.☆10Dec 1, 2024Updated last year
- Automatic Verilog/SystemVerilog verification platform generation, support for one-click simulation☆12Aug 8, 2019Updated 6 years ago
- 采用激光雷达和毫米波两种雷达,采用扩展卡尔曼滤波实现汽车的定位☆30May 22, 2019Updated 6 years ago
- Angstrom repository with updated layers file☆11Jul 9, 2021Updated 4 years ago
- This repository is collection of main concepts of Programming Languages. Hope its helpful for y'all :)☆11Jan 17, 2023Updated 3 years ago
- ☆11Updated this week
- 基于注意力机制的三维点云车辆目标检测算法研究☆13Jun 2, 2022Updated 3 years ago
- a scaleable ring topology network on chip (NoC) implemented in BSV☆12Oct 14, 2014Updated 11 years ago
- Intersection Management with iCACC theorm☆10Feb 7, 2020Updated 6 years ago
- This project is intended to build and deploy an SNPE model on Qualcomm Devices, which are having unsupported layers which are not part of…☆10Oct 4, 2021Updated 4 years ago
- 嵌入式系统软件设计中的常用算法_周航慈☆91Aug 12, 2017Updated 8 years ago
- Raw API for LwIP is too difficult? No, you can use the "rawket" APIs to build your network applications, the rawket gives you socket-like…☆37May 13, 2017Updated 8 years ago
- ROS下的一个激光雷达和毫米波雷达的数据融合算法☆43Jul 9, 2020Updated 5 years ago