Skip to content
Snippets Groups Projects
Commit a148d63e authored by Dean Camera's avatar Dean Camera
Browse files

Minor documentation fixes.

parent fb917b70
No related branches found
No related tags found
No related merge requests found
...@@ -392,7 +392,7 @@ ...@@ -392,7 +392,7 @@
* <td>Program the device FLASH memory with the application's executable data.</td> * <td>Program the device FLASH memory with the application's executable data.</td>
* </tr> * </tr>
* <tr> * <tr>
* <td><tt>avrdude</tt></td> * <td><tt>avrdude-ee</tt></td>
* <td>Program the device EEPROM memory with the application's EEPROM data.</td> * <td>Program the device EEPROM memory with the application's EEPROM data.</td>
* </tr> * </tr>
* </table> * </table>
...@@ -418,11 +418,11 @@ ...@@ -418,11 +418,11 @@
* <td>Name of the programmer or debugger tool to communicate with (e.g. <tt>jtagicemkii</tt>).</td> * <td>Name of the programmer or debugger tool to communicate with (e.g. <tt>jtagicemkii</tt>).</td>
* </tr> * </tr>
* <tr> * <tr>
* <td><tt>ATPROGRAM_PORT</tt></td> * <td><tt>AVRDUDE_PORT</tt></td>
* <td>Name of the communication port to use when when programming with the connected tool (e.g. <tt>COM2</tt>, <tt>/dev/ttyUSB0</tt> or <tt>usb</tt>).</td> * <td>Name of the communication port to use when when programming with the connected tool (e.g. <tt>COM2</tt>, <tt>/dev/ttyUSB0</tt> or <tt>usb</tt>).</td>
* </tr> * </tr>
* <tr> * <tr>
* <td><tt>ATPROGRAM_FLAGS</tt></td> * <td><tt>AVRDUDE_FLAGS</tt></td>
* <td>Additional flags to pass to avrdude when programming, applied after the automatically generated flags.</td> * <td>Additional flags to pass to avrdude when programming, applied after the automatically generated flags.</td>
* </tr> * </tr>
* </table> * </table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment