搜索资源列表
2410_ADS_code
- 英贝德EBD2410 测试代码(ADS1.2),硬件各方面的测试原代码-British Bader EBD2410 testing code (ADS1.2), hardware testing all aspects of the original code
ucos-ii
- ARM下移植好的μC-OS-Ⅱ操作系统,μC-OS-Ⅱ代码完整,包括cpu3个相关文件和includes.h文件,针对不同硬件设计,记得要修改includes.h和cpu相关文件和测试代码哦-ARM transplantation under the μC-OS-Ⅱ operating system, μC-OS-Ⅱ code integrity, including relevant documents and cpu3 document includes.h for different ha
Realization-of-Transplanting-eCOS-to-SoC-with-MIPS
- 介绍了实时操作系统 eCos的特点和开发架构。并通过实现eCos在MIPS32为内核的PNX8310嵌入式系统片上的移植,阐述eCos在嵌入式系统上的移植方法。重点讨论了移植过程中的一些关键点,分析了硬件抽象层的移植方法。该移植方案已经过实际测试,系统稳定可靠。 -The features and the program architecture of eCos are described.With the realization of transplanting eCos to PNX8310
queryhardware
- 底层硬件查询部分参考源代码,在WDK下运行,测试通过。-The underlying hardware query part of the reference source code to run in the WDK under test....
msOS
- MS5基于STM32F103设计开发,可以在Keil下软件仿真调试,不需要实物硬件板子,UART1作为人机窗口。硬件测试是基于正点原子的miniSTM32F103RBT6板子测试,资料是开源的。MS5主要基于MS4(基于NXP Cortex M3)升级而来,因为在2011年基于MS4做了6KW高频焊接机,增加了界面部分,采用函数指针加消息机制,感觉比较简单而有效,性能比较不错,尤其是针对工业产品,系统节拍分时设计有进一步的体会,把这两点融入到MS5中,同时修改了串口UART发送系统等待问题,先把