You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PlatformIO.md
+32-8Lines changed: 32 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,8 +113,13 @@ Below is a table with supported clocks for MiniCore. Defaults to 16 MHz if not s
113
113
| 20 MHz | External |`20000000L`|
114
114
| 18.432 MHz | External |`18432000L`|
115
115
| 16 MHz | External |`16000000L` (default) |
116
+
| 14.7456 MHz | External |`14745600L`|
116
117
| 12 MHz | External |`12000000L`|
118
+
| 11.0592 MHz | External |`11059200L`|
117
119
| 8 MHz | External |`8000000L`|
120
+
| 7.3728 MHz | External |`7372800L`|
121
+
| 3.6864 MHz | External |`3686400L`|
122
+
| 1.8432 MHz | External |`1843200L`|
118
123
| 8 MHz | Internal |`8000000L`|
119
124
| 1 MHz | Internal |`1000000L`|
120
125
@@ -161,16 +166,28 @@ Specifies if the EEPROM memory should be retained when uploading using a program
161
166
162
167
### `board_upload.speed`
163
168
Specifies the upload baud rate. Available baud rates is shown in the table below, had has to corrolate with `build_board.f_cpu`.
164
-
Recommended baud rate for the particular clock speed is in **bold text**.
169
+
170
+
**Note that if you're using a programmer that communicates with Avrdude with a serial port (Arduino as ISP, STK500, etc.) the `board_upload.speed` field will interfere with the programmer's baud rate. In this case, use `board_bootloader.speed` to set the bootloader baud rate, and `board_upload.speed` to set the baud rate for the programmer.**
171
+
172
+
Recommended baud rate for the particular clock speed is in **bold text**.
173
+
174
+
### `board_upload.speed`
175
+
Specifies the upload baud rate. Available baud rates is shown in the table below, had has to corrolate with `build_board.f_cpu`.
176
+
Recommended baud rate for the particular clock speed is in *italic text*.
0 commit comments