Seperated out board drivers by architecture in the library internals for better organisation.

This commit is contained in:
Dean Camera 2011-05-18 12:23:24 +00:00
parent e10f5b4f14
commit 910bca557c
57 changed files with 109 additions and 113 deletions

View file

@ -70,6 +70,7 @@
* a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures
* - Renamed all low level Pipe_Read_*, Pipe_Write_* and Pipe_Discard_* functions to use the number of bits instead of
* a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures
* - Seperated out board drivers by architecture in the library internals for better organisation
* - Library Applications:
* - Changed the XPLAINBridge software UART to use the regular timer CTC mode instead of the alternative CTC mode
* via the Input Capture register, to reduce user confusion