Skip to content

Commit af6d85f

Browse files
committed
[muxto] Add proper comments
1 parent 5dcae22 commit af6d85f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

firmwares/MuxTO/MuxTO.ino

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@
33
44
Created: 11-11-2017 22:29:58
55
Author : JMR_2
6+
Ported to generic Arduino framework by the Arduino Team - 2019
67
*/
78

8-
// fqbn=arduino:samd:muxto:float=default,config=enabled,clock=internal_usb,timer=timer_732Hz,bootloader=4kb,serial=two_uart,usb=cdc
9+
/*
10+
Compile with
11+
fqbn=arduino:samd:muxto:float=default,config=enabled,clock=internal_usb,timer=timer_732Hz,bootloader=4kb,serial=two_uart,usb=cdc
12+
to obtain the binary for Serial-to-USB converter + UPDI programmer on the Arduino Nano Every (MuxTO for brevity)
13+
14+
Since the "sketch" is (almost) pure Arduino it can be ported easily to other architectures (on chips with two serial ports)
15+
The bitbanged UPDI layer is being reworked to make it compatible with chips with just one UART (eg. atmega 32u4)
16+
*/
917

1018
// Includes
1119
#include "sys.h"

0 commit comments

Comments
 (0)