搜索资源列表
fatfs_R0.07c_code_source
- FatFs是一个通用的文件系统模块,以小的嵌入式系统的FAT文件系统。 FatFs的编程遵守的ANSI C格式语法标准,因此它是具有独立于硬件架构。可用于PIC, AVR, SH, Z80, H8, ARM-FatFs is a generic file system module to implement the FAT file system to small embedded systems. The FatFs is written in compliance with ANSI C,
v6z80p-tstgfx2.tar
- Blitter for V6Z80P Z80 modern CPU
Z8Encore_Z80_Zilog_ULA_less_ZX_Spectrum_from_ikon
- ULA-less ZX Spectrum clone computer based on flash Z8Encore MCU and regular Z80. No custom chips required. Have a look at http://ikon.wu.cz/ulaless_zxs_v1_eng.html
EMUZ80
- A simulation software for Z80 family microprocessor
stm32fatfs
- 在sd卡上移植fatfs,移植成功,已经能用,-FatFs is a generic FAT file system module for small embedded systems. The FatFs is written in compliance with ANSI C and completely separated from the disk I/O layer. Therefore it is independent of hardware architecture. It ca
sdcc-src-3.1.0
- SDCC 微型 嵌入式 编译 器 -sdcc a small C compiler for C51,z80
ap_FM8035
- QN8035 FM代码在Z80平台上的应用-QN8035 FM soc
ap_radio_58071
- 应用在z80编译环境的RDA5807收音机芯片驱动程序-ap_rda5807\ap_fmradio.dtp .........\ap_fmradio.hex .........\ap_fmradio.prj .........\ap_fmradio.XCL .........\ap_radio.bat .........\ap_radio.h .........\AutoSearchHandle.c .........\basal_fmra
Z80_Basic_2
- z80 sci serial proccess source code
Fatfs_GCC
- FatFs gcc 编译工程 FatFs Module是一种完全免费开源的FAT文件系统模块,专门为小型的嵌入式系统而设计。它完全用标准C语言编写,所以具有良好的硬件平台独立性,可以移植到8051、PIC、AVR、SH、Z80、H8、ARM等系列单片机上而只需做简单的修改。它支持FATl2、FATl6和FAT32,支持多个存储媒介;有独立的缓冲区,可以对多个文件进行读/写,并特别对8位单片机和16位单片机做了优化。-FatFs Module is a completely free