X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/3ca025f214cdfb5b9815fd20e9443be1ad365e0e..f1a2bca684bc1c3bc417c2c3d44029a9c46d5e20:/LUFA/DoxygenPages/BuildSystem.txt diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt index c30a88bb4..9906fc678 100644 --- a/LUFA/DoxygenPages/BuildSystem.txt +++ b/LUFA/DoxygenPages/BuildSystem.txt @@ -392,7 +392,7 @@ * Program the device FLASH memory with the application's executable data. * * - * avrdude + * avrdude-ee * Program the device EEPROM memory with the application's EEPROM data. * * @@ -418,11 +418,11 @@ * Name of the programmer or debugger tool to communicate with (e.g. jtagicemkii). * * - * ATPROGRAM_PORT + * AVRDUDE_PORT * Name of the communication port to use when when programming with the connected tool (e.g. COM2, /dev/ttyUSB0 or usb). * * - * ATPROGRAM_FLAGS + * AVRDUDE_FLAGS * Additional flags to pass to avrdude when programming, applied after the automatically generated flags. * *