Next release:
- In development. Need to update chips supported (some aren't).
- CR/LF -> CR cleanup via AStyle.
- Revision history updated
- SCons build updated to produce Unix-style line endings in the generated template files.
- Astyle now runs on the template files
- Link to Mercurial repo added on pic24 lib page
24-Aug-2011 (r28 / rd3252bde49e7):
- Fixed configPinsForLowPower to look at the LPOSCEN / SOSCEN bit to avoid disrupting an attached crystal oscillator.
- Moved repo hosting to Bitbucket
- Fixed compile errors in ESOS
- Update docs generation to include ESOS. Tidyed up doxygen a bit.
- lib/common/pic24_stdio_uart.c, chap10/stdio_test.* fixed, updated so it compiles with UART 3, 4
- scons build fixes / improvements
12-Apr-2011 (r21 / r880971ce93b6):
- Simplified the method for selecting which hardware platform to build for by introducing HARDWARE_PLATFORM and appropriately refactoring the code.
- Added support for the The Microchip 16-bit 28-pin Starter Board, Part number DM300027. Thanks to István for contributing this! See STARTER_BOARD_28P.
- Merged in support for the Dangerous Prototypes web platform. See DANGEROUS_WEB.
- Updated the build process to build reset for all supported platforms.
- Updated doxygen to not include files from lib/includes/devices.
- Updated runastyle.bat; now uses Unix line endings.
- Cleaned up comments in pic24_libconfig.h.
- Ran astyle, moving the files to unix-style line ends.
- Added this history file.
Previous to this, history resided in SVN / HG. Sigh.