qmk_firmware/Projects/Webserver/Lib
Dean Camera 70284d390f Add in a new common Delay_MS() function, which provides a blocking delay for all architectures.
Remove use of avr-libc specific ATOMIC_BLOCK, replace with a new per-architecture set of inline functions to retrieve and manipulate the global interrupt enable bit for each architecture.

Add in documentation for the USB controller common interrupt routine which must be linked to the interrupt controller in the user application on the AVR32 UC3 architecture.
2011-04-08 04:49:20 +00:00
..
FATFs Update projects using FatFS and PetiteFatFS to the latest library versions. 2011-02-06 15:17:46 +00:00
uip Add in a new common Delay_MS() function, which provides a blocking delay for all architectures. 2011-04-08 04:49:20 +00:00
DHCPClientApp.c Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
DHCPClientApp.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
DataflashManager.c Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_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. 2011-04-04 12:52:30 +00:00
DataflashManager.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
HTTPServerApp.c Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
HTTPServerApp.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
SCSI.c Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_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. 2011-04-04 12:52:30 +00:00
SCSI.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
TELNETServerApp.c Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
TELNETServerApp.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
uIPManagement.c Add static keyword to all project globals whose scope should be restricted to the same module as they are declared in. 2011-02-10 17:55:49 +00:00
uIPManagement.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00