[X] The "/OldFiles" file could not be found or is not available. Please select another file.

A free and open source Engine Management System including both hardware and software design.


http://freeems.sourceforge.net





Separate each tag with a space.

Release Date:

2009-02-09

Topic:

License:

Intended Audience:

Programming Language:

Registered:

2008-01-09

Ratings and Reviews

  • Thumbs up:

    2
  • Thumbs down:

    0
100% of 2 users recommend this project
  • Thumbs up

    Great project!

    posted by anonymous 65 days ago
    If you'd like to rate this review, please log in.

View all reviews

Project Feed

  • File released: /freeems-schematics/freeEMS_Plus/freeEMS_plus_combined-full_A.01-2.pdf

    posted 116 days ago

  • File released: /freeems-schematics/freeEMS_Plus/freeEMS_plus_combined-full_A.01.pdf

    posted 125 days ago

  • File released: /freeems-schematics/freeEMS_Plus/freeEMS_plus_A.01_209-09-04.zip

    posted 125 days ago

  • File released: /FreeEMS-Plus.pdf

    posted 131 days ago

  • File released: /FreeEMS-Plus_2009-08-29.zip

    posted 131 days ago

  • File released: /freeems-schematics/freeEMS_Plus/FreeEMS-Plus_2009-08-29.zip

    posted 131 days ago

  • Random Related Documents Git Pecha Kucha file released: git-pecha.pics.ppt.zip

    The first and only release of this special file to go with the video found here : http://www.youtube.com/watch?v=Uu2ySkRP3DA

    posted 326 days ago

  • File released: /Random Related Documents/Git Pecha Kucha/git-pecha.pics.ppt.zip

    posted 326 days ago

  • freeems FreeEMS-0.0.19-Doxygenated file released: freeems-0.0.19-firmware.tar.bz2

    Changes: * Fred 25/12/08 15:30 GMT: o Modified writeBlock to burn small blocks via buffer o Added validation to flash burn direct function o Added upper range to small table validation check o Added test packets for small chunk write/burn o Wrapped braces around protocol case blocks * Fred 26/12/08 12:26 GMT: o Added addresses for all the small table stuff o Fixed buffer address creation code by casting o Finished validation call blocks off o Added return to block lookup for when ID not found o Added more test packets for small chunk write/burn * Fred 26/12/08 21:41 GMT: o Removed stale comments from flashWrite.c o Filled out file names in comments and header defs for decode o Updated some TODOs entries etc in preparation for the weekends work * Fred 31/12/08 09:45 GMT: o Doxygenated the source code o Modularised the initial contents of the tunable config structs for reuse o Separated the content from the two copies of the tunable config structs in a shared header o Added extra header checks for EXTERN pre definition o Moved zassembly to assembly o Removed the silly z prefix from the build dir names in the Makefiles o Added .gitignore for generated .s, .o, .pp.c and output files and doxygen output files o Moved this change logs to this doxygen html format for easier releases o Added coding style document o Added doc page for files not parsed by doxy * Fred 1/1/09 00:36 GMT: o Named the next release :-) o Started converting TODOs into doxy format o Added mainPage doxy page for an intro page when entering the doxy docs * Fred 1/1/09 13:24 GMT: o Rearranged headers and comments for FixedConfigs.h and TunableConfigs.h o Fixed up random comments in various headers o Changed the way the headers are used for core global stuff * Fred 1/1/09 15:35 GMT: o Removed dangerous and unrequired EXTERN stuff from flash header o Added note on include order to code style doc o Fixed all links to gnu.org/licenses to not be wrapped in < > o Changed some TODOs to appear in todo list o Tidied line spacing of headers o Added checks for extern predef to headers o Removed non functional header checks from asm header o Updated various copyright statements to include 2009 o Removed all empty headers - not needed now, shouldn't be in there! * Fred 1/1/09 18:34 GMT: o Added the three linker scripts to be processed by doxygen o Formatted global constants files a bit as a reason to push a commit * Fred 4/1/09 14:18 GMT: o Added more coding style information to the docs o Merged in Seans branch via git cherry-pick o Doxygenated the template files o Added tune switching documentation in its own file o Added grouping file to make doc navigation easier o Tweaked Doxyfile a bit to format things more nicely o Removed the gfdl.txt file as we won't be using that license o Split the GPL and Doxygen comments in the templates o Added ref to github and sanitised my diyefi admin email in the GPL comments o Finalised the Doxygen docs for now * Fred 5/1/09 18:08 GMT: o Added contributors page to docs - incomplete o Added headers group to modules/groups and populated it o Added rest of doxy page files to doxy group o Added EXTERN predef check to more headers o Formatted some old headers a bit with blank lines o Removed another empty header file o Documented many special header files * Fred 6/1/09 18:58 GMT: o Added brief descriptions to .c files o Added ISR doc group o Added comms doc group o Added and reformatted file documentation for doxygen in about half of all .c files * Fred 9/1/09 21:40 GMT: o Heavily refactored the Makefile to cleanly build many variants with different wheel decoders o Added documenation to the Makefile to describe how it works * Fred 10/1/09 22:39 GMT: o Added .PHONY declarations to the Makefile * Fred 11/1/09 21:42 GMT: o Added 4 new decoders in skeleton form for others to work from. o Added a new group for decoders in doxygen groups o Added preprocessing, compiling, assembling, linking and copying to s19s to the make file o Added file name conventions to the code style doc * Fred 15/1/09 22:26 GMT: o Added size reporting to linux makefile o Refactored init functions for paged ram copies and addresses o Split up fixed conf 1 into 5 addressable chunks o Added core vars test generator file o Added note about s19 files o More doxygen docs and titles in gpl headers * Fred 25/1/09 23:55 GMT: o More doxygen docs o Sean started work on the LT1 decoder o Split up fixed conf 2 into a bunch of parts o Added all memory to the block lookup dictionary o Updated doxyfile to 1.5.8 spec o Removed redundant flash files and code and documented it better o Implemented most features of the new makefile o Added hack to work around windows mkdir commands differences

    posted 332 days ago

  • freeems FreeEMS-0.0.19-Doxygenated file released: freeems-0.0.19-doxygen-html.tar.bz2

    Changes: * Fred 25/12/08 15:30 GMT: o Modified writeBlock to burn small blocks via buffer o Added validation to flash burn direct function o Added upper range to small table validation check o Added test packets for small chunk write/burn o Wrapped braces around protocol case blocks * Fred 26/12/08 12:26 GMT: o Added addresses for all the small table stuff o Fixed buffer address creation code by casting o Finished validation call blocks off o Added return to block lookup for when ID not found o Added more test packets for small chunk write/burn * Fred 26/12/08 21:41 GMT: o Removed stale comments from flashWrite.c o Filled out file names in comments and header defs for decode o Updated some TODOs entries etc in preparation for the weekends work * Fred 31/12/08 09:45 GMT: o Doxygenated the source code o Modularised the initial contents of the tunable config structs for reuse o Separated the content from the two copies of the tunable config structs in a shared header o Added extra header checks for EXTERN pre definition o Moved zassembly to assembly o Removed the silly z prefix from the build dir names in the Makefiles o Added .gitignore for generated .s, .o, .pp.c and output files and doxygen output files o Moved this change logs to this doxygen html format for easier releases o Added coding style document o Added doc page for files not parsed by doxy * Fred 1/1/09 00:36 GMT: o Named the next release :-) o Started converting TODOs into doxy format o Added mainPage doxy page for an intro page when entering the doxy docs * Fred 1/1/09 13:24 GMT: o Rearranged headers and comments for FixedConfigs.h and TunableConfigs.h o Fixed up random comments in various headers o Changed the way the headers are used for core global stuff * Fred 1/1/09 15:35 GMT: o Removed dangerous and unrequired EXTERN stuff from flash header o Added note on include order to code style doc o Fixed all links to gnu.org/licenses to not be wrapped in < > o Changed some TODOs to appear in todo list o Tidied line spacing of headers o Added checks for extern predef to headers o Removed non functional header checks from asm header o Updated various copyright statements to include 2009 o Removed all empty headers - not needed now, shouldn't be in there! * Fred 1/1/09 18:34 GMT: o Added the three linker scripts to be processed by doxygen o Formatted global constants files a bit as a reason to push a commit * Fred 4/1/09 14:18 GMT: o Added more coding style information to the docs o Merged in Seans branch via git cherry-pick o Doxygenated the template files o Added tune switching documentation in its own file o Added grouping file to make doc navigation easier o Tweaked Doxyfile a bit to format things more nicely o Removed the gfdl.txt file as we won't be using that license o Split the GPL and Doxygen comments in the templates o Added ref to github and sanitised my diyefi admin email in the GPL comments o Finalised the Doxygen docs for now * Fred 5/1/09 18:08 GMT: o Added contributors page to docs - incomplete o Added headers group to modules/groups and populated it o Added rest of doxy page files to doxy group o Added EXTERN predef check to more headers o Formatted some old headers a bit with blank lines o Removed another empty header file o Documented many special header files * Fred 6/1/09 18:58 GMT: o Added brief descriptions to .c files o Added ISR doc group o Added comms doc group o Added and reformatted file documentation for doxygen in about half of all .c files * Fred 9/1/09 21:40 GMT: o Heavily refactored the Makefile to cleanly build many variants with different wheel decoders o Added documenation to the Makefile to describe how it works * Fred 10/1/09 22:39 GMT: o Added .PHONY declarations to the Makefile * Fred 11/1/09 21:42 GMT: o Added 4 new decoders in skeleton form for others to work from. o Added a new group for decoders in doxygen groups o Added preprocessing, compiling, assembling, linking and copying to s19s to the make file o Added file name conventions to the code style doc * Fred 15/1/09 22:26 GMT: o Added size reporting to linux makefile o Refactored init functions for paged ram copies and addresses o Split up fixed conf 1 into 5 addressable chunks o Added core vars test generator file o Added note about s19 files o More doxygen docs and titles in gpl headers * Fred 25/1/09 23:55 GMT: o More doxygen docs o Sean started work on the LT1 decoder o Split up fixed conf 2 into a bunch of parts o Added all memory to the block lookup dictionary o Updated doxyfile to 1.5.8 spec o Removed redundant flash files and code and documented it better o Implemented most features of the new makefile o Added hack to work around windows mkdir commands differences

    posted 332 days ago

Rate and Review

Would you recommend this project?






<

Related Projects

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks