Add first lot of AVRStudio project files for some of the library projects.
This commit is contained in:
parent
d3e00ce1ec
commit
ac61b81a0b
41 changed files with 11 additions and 4 deletions
|
|
@ -14,6 +14,7 @@
|
|||
* - Added new pgm_read_ptr() macro to Common.h for reading of pointers out of flash memory space
|
||||
* - Added new SWAPENDIAN_16() and SWAPENDIAN_32() macros to Common.h for statically initialized variables at compile time
|
||||
* - Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific functions that are more complicated than simple macros
|
||||
* - Added new AVRStudio 4 project files for all projects
|
||||
*
|
||||
* <b>Changed:</b>
|
||||
* - The RingBuff library code has been replaced in the XPLAINBridge, Benito and USBtoSerial projects with an ultra lightweight
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
* - <b>Magstripe</b> - Magnetic Stripe Card Reader project
|
||||
* - <b>MissileLaucher</b> - Toy Missile Launcher Host project
|
||||
* - <b>RelayBoard</b> - Relay board controller, controllable via the "sismpctl" Linux application
|
||||
* - <b>TemperatureDataLogger</b> - Temperature Datalogging project, using the FatFS library
|
||||
* - <b>TempDataLogger</b> - Temperature Datalogging project, using the FatFS library
|
||||
* - <b>USBtoSerial</b> - USB to USART Serial Converter project
|
||||
* - <b>Webserver</b> - RNDIS Host Webserver with DHCP client, powered by uIP TCP/IP stack project and FatFS library
|
||||
* - <b>XPLAINBridge</b> - XPLAIN alternative PDI Programmer/USB to Serial Bridge firmware project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue