-
We have successfully ported uIP (Adam's Dunkel's TCP/IP stack for 8/16bit microcontrollers: http://www.dunkels.com/adam/uip/), to XMK.
I have a live demo running a simple web server. Point your web browser to http://65.168.17.220
Features/Notes:
- The 'native' uIP application interface is preserved. Any applications written for the uIP stack will run without any modifications.
- The...
2004-01-10 17:53:53 UTC in e(X)treme (M)inimal (K)ernel
-
XMK is now using an open source licensed Perforce server for its version management. See http://www.shift-right.com/openrepo/perforce.htm for help on getting started using Perforce with XMK.
Note: XMK is a sub-project of Shift-Right's Open Repository open source project.
2003-03-16 00:17:20 UTC in e(X)treme (M)inimal (K)ernel
-
Version 0.0.9b (June 03, 2002)
------------------------------
JAVA Changes:
- Integrated the 'JavaDeps' package into the repository. JavaDeps is a
tool to generate dependency rules for Java sources, inspired by the
"-MM" flag of gcc. Note: The package is/was modified to facilitate
its use for BENV.
C++ Changes:
- Initial implemenation of platform...
2002-06-04 22:58:32 UTC in Shift-Right Open Repository
-
Version 0.0.9a (April 19, 2002)
-------------------------------
- New JAVA utility: jxcode. Jxcode is an extensible code generator that
can generate code for any language. Currently has templates for
generating Emorfs and FSM in both JAVA and C++
(see projects/java/tools/cmdline/jxcode).
- Ported cmdline library to JAVA.
- Ported asx library to JAVA.
2002-04-22 00:21:43 UTC in Shift-Right Open Repository
-
Whats new:
Repository Source Code:
- Added platform independent time formatting routines. Supports both single and multi-thread applications.
- Integrated the third-party "pcre" regular expression library to the repository.
- Added add NumericListString interface and class.
- Added example projects that demonstrate the CTL interface and a multi-thread Metakit database...
2002-03-19 21:26:18 UTC in Shift-Right Open Repository