文件名称:FemtoOS_0.922
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [Dephi] [Pascal] [源码]
- 上传时间:
- 2013-10-08
- 文件大小:
- 1.49mb
- 下载次数:
- 0次
- 提 供 者:
- sc***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
The Femto OS is a very concise portable preemptive operating system for embedded devices with minimal ram and flash, up to say 16K flash, 1K ram. The main target is the AVR architecture, such as the ATtiny861/461/261 series.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FemtoOS_0.922
.............\patches
.............\.......\usleep-avrdude.patch
.............\.......\typo_iotnx61.patch
.............\.......\50-avr-libc-fixversion.patch
.............\.......\52-1-xmega_sup.patch
.............\.......\binutils-makeinfo.patch
.............\.......\41-binutils-2.19-avr25-wraparound-reloc.patch
.............\IDE
.............\...\script
.............\...\......\eclipse_flash
.............\...\......\object_info
.............\...\......\overall_info
.............\...\......\gcc_options
.............\...\......\compile
.............\...\......\test_fp_use
.............\...\......\flash
.............\...\......\gcc_device
.............\AuxCode
.............\.......\ShellTrace
.............\.......\..........\Conf
.............\.......\..........\....\ShellTrace.res
.............\.......\..........\....\ShellTrace.cfg
.............\.......\..........\....\ShellTrace.dpr
.............\.......\..........\....\ShellTrace.dof
.............\.......\..........\Source
.............\.......\..........\......\Constants.pas
.............\.......\..........\......\Main.dfm
.............\.......\..........\......\ParPort.pas
.............\.......\..........\......\TrivialbusUnit.pas
.............\.......\..........\......\CommanderUnit.pas
.............\.......\..........\......\ColoredListUnit.pas
.............\.......\..........\......\Main.pas
.............\.......\..........\Output
.............\.......\..........\......\io.dll
.............\.......\..........\......\ShellTrace.exe
.............\Install_Scripts
.............\...............\eclipse
.............\...............\.......\settings
.............\...............\.......\........\org.eclipse.core.runtime.prefs
.............\...............\.......\project_template
.............\...............\.......\cproject_template
.............\...............\avrstudio
.............\...............\.........\project_template
.............\...............\strrep.exe
.............\...............\install_toolchain
.............\...............\clean_all
.............\...............\install_eclipse_workspace
.............\...............\create_avrstudio_project.bat
.............\...............\install_avrstudio_workspace.bat
.............\...............\create_eclipse_project
.............\MainCode
.............\........\demos_source
.............\........\............\code_TestHooks.c
.............\........\............\code_TestBare.c
.............\........\............\code_TestFlashLeds.c
.............\........\............\code_TestQueus.c
.............\........\............\code_TestRemember.c
.............\........\............\code_TestSleep.c
.............\........\............\code_TestInterrupt.c
.............\........\............\code_TestMinimal.c
.............\........\............\code_TestRendezvous.c
.............\........\............\code_TestPasson.c
.............\........\............\code_TestShell.c
.............\........\............\code_TestWatchdog.c
.............\........\............\code_TestHelloWorld.c
.............\........\............\code_TestDoorLight.c
.............\........\femtoos_source
.............\........\..............\femtoos_startup.s
.............\........\..............\femtoos_app.c
.............\........\..............\femtoos_core.c
.............\........\..............\femtoos_shared.c
.............\........\..............\femtoos_port.c
.............\........\demos_headers
.............\........\.............\config_TestDoorLight.h
.............\........\.............\config_TestHooks.h
.............\........\.............\config_TestPasson.h
.............\........\.............\config_TestQueus.h
.............\........\.............\config_TestRendezvous.h
.............\........\.............\config_TestSleep.h
.............\........\.............\config_TestFlashLeds.h
.............\........\.............\config_TestInterrupt.h
.............\........\.............\config_TestWatchdog.h
.............\........\.............\config_TestHelloWorld.h
.............\........\.............\config_