Commit Graph

6 Commits

Author SHA1 Message Date
Frank Voorburg 30ea2abffc - Updated the version number in preparation of the next release.
- Updated the description of the license model in the license file and all file headers.
- Cleaned up the build environment of the Microboot interface libraries.


git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@139 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-04-30 22:52:15 +00:00
Frank Voorburg 4b214120a8 - renamed config.h to blt_conf.h.
- supported project specific override for blt_conf.h.

git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@55 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2013-08-01 08:58:35 +00:00
Frank Voorburg 284cfcae80 - Added support for automatically generating the source code documentation with Doxygen.
- Converted all comments to the Doxygen format.

git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@53 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2013-07-31 15:48:23 +00:00
Frank Voorburg 59919c4fb9 - Fixed bug in data type of NvmEraseHook return code (blt_bool should have been blt_int8u).
- Added support for additional NVM driver in LPC-L2294 Demo's allowing operations on the 2MB external Intel C3 flash.
- Corrected the names of some return values for the NMV hooks (BTL_NVM_xxx to BLT_NVM_xxx).
- Fixed problem with incorrect xcpInfo.mta value by changing the GCC/Crossworks linker optimazation from -Os to -O1.


git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@11 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2011-12-01 22:30:33 +00:00
Frank Voorburg 98aee4817f - Bugfix in Init() for LPC2000 where the system clock speed was compared in the wrong units (kHz vs. MHz)
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@7 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2011-11-20 11:18:18 +00:00
Frank Voorburg 28897cf647 - Added support for Rowley Crossworks for LPC2000 target (ticket #37)
- Improvement where the checksum is only written if necessary (ticket #35)

git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@6 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2011-11-15 22:56:09 +00:00