STM32 Bootloader,适配Ymodem下载,Ymodem下载工具上位机
☆19Jul 16, 2023Updated 2 years ago
Alternatives and similar repositories for YmodemDownload
Users that are interested in YmodemDownload are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 通用Bootloader上位机,通过修改底层驱动支持不同硬件☆13Dec 4, 2023Updated 2 years ago
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆24Nov 25, 2019Updated 6 years ago
- stm32 HAL库使用内部RAM模拟U盘升级☆13Dec 4, 2020Updated 5 years ago
- STM32F1和F4的bootloader,以及使用Ymodem串口OTA,使用DTU4G模块OTA示例代码☆68Oct 15, 2023Updated 2 years ago
- 基于STM32的RFID读卡器程序☆13Jan 13, 2019Updated 7 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- A dynamically programmable distributed real-time operating system☆104Jun 8, 2026Updated last week
- 一个强大的 C/C++ SDK 编译框架,基于 CMake 和 Kconfig,结合了 Python 脚本进行项目管理。☆11May 24, 2025Updated last year
- 用C#写的窗口隐藏工具,工具可以自行设定系统级别的快捷键,使用快捷键一键隐藏还原窗口☆14Dec 16, 2014Updated 11 years ago
- 【Android】 android加密方法 简单API实现Hash,Hmac,对称与非对称加密☆15Jan 13, 2021Updated 5 years ago
- A bootloader for stm32f4. It selects the valid and latest(version) application image and boots from it after basic verification.☆15Dec 7, 2020Updated 5 years ago
- STM32 Lwip MQTT☆47Sep 5, 2020Updated 5 years ago
- 固件下载工具,目前支持ymodem和TFTP等下载方式。☆34Nov 24, 2019Updated 6 years ago
- A Bluetooth demo app for nRF5340-DK☆12Sep 3, 2020Updated 5 years ago
- A demo project of driving RC522 RFID module through STM32☆40Oct 18, 2020Updated 5 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- ebox是类似于arduino的一套固件,底层基于rtthread和hal库,简化stm32编程☆12May 25, 2023Updated 3 years ago
- The folder contains memory drivers, examples, loader files and testing routines☆19May 26, 2021Updated 5 years ago
- An STM32CubeIDE project using the Open-SAE-J1939 stack☆12May 5, 2022Updated 4 years ago
- IR Remote Control to USB HID Converter☆25Sep 15, 2024Updated last year
- STM32 HAL library for 480x320 TFT ILI9488 display☆22Dec 25, 2021Updated 4 years ago
- 基于STM32的DCM模式下的BUCK变换器设计☆23Dec 19, 2018Updated 7 years ago
- An LCD-segment accurate recreation of "Tapper" for the new STM32-based Nintendo Game & Watch☆11Aug 11, 2024Updated last year
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- CH LCD library for use in AVR - ARM Cortex M (STM32)