Projects tagged ‘embedded’ and ‘wince’


Jump to tag:

Projects tagged ‘embedded’ and ‘wince’

Filtered by Project Tags embedded wince

Refine results Project Tags win32 (2) linux (2) c++ (2) ewe (2) pda (2) mirbsd (2) arm (1) geocaching (1) ccrtrtti (1) xboot (1) gtk2 (1) gtk+ (1)

[5 total ]

1 Users
   

InventurCE is a project for an inventory tool on the pocket pc platform. It will run on any Windows Mobile 5 (or greater) Pocket PCs. The backend database is created with the SQLite engine. That ... [More] makes it possible to open the database on nearly every platform, like Windows and Linux. [Less]
Created over 3 years ago.

1 Users
 

CacheWolf ist eine kostenlose (Open Source) Software, um das "papierlose" Cachen zu ermöglichen. CacheWolf ist ein Programm, das alle Funktionen, die man zum Geocachen braucht, vereint. Es ... [More] enthält eine kleine Datenbank zur Verwaltung der Caches, die automatisch aus den wichtigsten Datenbanken (geocaching.com und opencaching.de) heruntergeladen und importiert werden können. Zu jedem Cache werden sowohl die Beschreibung, einschließlich der Bilder und Spoiler, als auch die Logs importiert und können jederzeit angezeigt werden. Daneben werden die Travelbugs, die sich in den Caches befinden, angezeigt. Außerdem enthält CacheWolf eine große und übersichtliche Kompass-Rose, mit deren Hilfe man sich zum Cache führen lassen kann (dafür ist eine GPS-Receiver Voraussetzung). Zusätzlich kann man … [Less]
Created about 1 year ago.

1 Users

This is Lunix Ewe, an embedded Java™ virtual machine derived from Ewesoft Linux® Ewe. This fork has been created to bypass the time until the next generation of embedded VMs, namely Eve, is ... [More] ready to use, and is not intended to infringe Ewesoft or their products in any way whatsoever. It’s a fun project, done to improve portability of CacheWolf and fix some bugs. We would be glad if our changes could be merged back into the main project. Ewe is a programming system that allows you to write applications, using Java, which run exactly the same on desktop systems, on mobile systems, and even in a Web browser as an Applet. Ewe is the fastest starting, most memory efficient mobile or desktop VM. [Less]
Created about 1 year ago.

0 Users

ccrtrtti.libDesigned for Set of minimal functionality in missing ccrtrtti.lib for Windows CE 4.20 (NOT PocketPC 2003) and Embedded Visual C++ 4 Sp4 and Standard SDK 420 ... [More] (ARMV4,ARMV4I,MIPSII,MIPSIV,SH3,SH4) necessery for exception handling and stack unwind with /GX switch Releases & Plans: Functionality Type Status Release Date generic funcionality type_info,ehvec_ctor, ehvec_dtor EH released 1.0 20.04.2009 proper handling of exceptions in `eh vector structor iterator' EH released 1.1 21.04.2009 eh vector vbase constructor iterator EH released 1.2 21.04.2009 exception internals (not required) EH not released 1.3 22.04.2009 corrected bug in eh_vec EH released 1.4 26.04.2009 other missing features like dynamic_cast<>(RTDynamicCast) RTTI alpha, testing 2.0 05.2009 user side automatic testing framework planed 2.1 2009 Version 2.0 Function Real unimplemented name cl switch dynamic_cast<> RTDynamicCast, RTCastToVoid, RTtypeid /GR Version 1.4 exception internals /GX bug in vec_ctor /GX Version 1.2 Function Real unimplemented name cl switch const type_info::`vftable' type_info::~type_info() /GX void cdecl `eh vector vbase constructor iterator'(void ,unsigned int,int,void (cdecl)(void ),void (cdecl)(void )) ehvec_ctor_vb /GX void cdecl `eh vector destructor iterator'(void ,unsigned int,int,void (cdecl)(void )) ehvec_dtor /GX void cdecl `eh vector constructor iterator'(void ,unsigned int,int,void (cdecl)(void ),void (cdecl)(void )) ehvec_ctor /GX [Less]
Created 7 months ago.

0 Users

_ | | _ __0 _ _ | |___ _____ _____ _| |_ _ /\_ \ \/ /| _ | _ | _ |_ _| \/\ ) ( | |_| | |_| | |_| | | |________/_____ /_/\_\|_____|_____|_____| ... [More] |________________|介绍xboot是一个嵌入式系统通用bootloader,除基本的引导和加载功能,还提供诸如运行二进制应用程序,读写文件系统,系统恢复模式,多系统引导菜单,外设驱动调试工具等功能。对于linux,wince,vxworks等流行的嵌入式操作系统都有很好的支持。 xboot主要采用C语言编写,与体系相关的部分代码采用汇编语言,在设计时已充分考虑到可移植性和跨平台的特点,一个熟练的开发人员可以在30分钟内完成对一款新硬件的支持,系统中大部分模块都是可配置的,包括子系统,驱动,命令,默认参数,甚至于动态内存可分配堆的大小,所有的配置都有合理的默认参数,完全满足按需配置的基本要求,在可配置性和使用难度这一矛盾体上提供了一个很好的解决方案。 xboot设计哲学:配置最灵活,使用最简单。 系统框架xboot采用分层设计的思想,不使用任何编译器提供标准C库,都是独立编写,完全自给自足的系统,这也是现代操作系统设计的基本要求。 系统分为五大模块,标准库,核心系统,子系统,驱动系统,命令行系统。系统可配置模块都使用双向链表管理,包括各种设备驱动,命令,文件系统,甚至各种通信协议。这五大模块完全可以胜任多种需求,比如添加网络支持,它是一个子系统,配合驱动层和命令行系统,就可以工作很好,再比如支持图形系统,其也是一个子系统。从支持二进制应用程序开始,到最后成为一个单任务系统快速开发平台,也是xboot的未来目标之一。 良好的架构,是xboot可持续发展的基础,展望未来,我们更有信心,也更加憧憬。欢迎有志之士加入我们的行列,一起见证xboot的成长。 快速向导如何获得xboot源码 从源码树获取最新代码, google svn 不再更新,使用github平台. git://github.com/jerryjianjun/xboot.git 下载压缩包 http://x-boot.googlecode.com/files/xboot-0.01.tar.bz2 (很旧,建议从github获取) xboot官方网站 http://xboot.org 加入我们的行列 注册一个gmail帐号,申请加入 http://groups.google.com/group/x-boot-developer 我要提交bug 感谢您的积极参与,去 http://code.google.com/p/x-boot/issues/list 提交。 如何开始 帮助文档正在积极编写中,感谢您的关注。。。 社区 开发组 http://groups.google.com/group/x-boot-developer 用户组 http://groups.google.com/group/x-boot-user [Less]
Created about 1 year ago.