Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
826 commits
Select commit Hold shift + click to select a range
ab16f98
add menu dropdown list for usb stack selection
hathach Apr 30, 2019
7a2e3e1
Merge pull request #106 from hathach/adafruit-tinyusb
ladyada Apr 30, 2019
96075f6
update tinyusb to support bi-directional HID
hathach May 2, 2019
71922ef
Merge branch 'tinyusb' into adafruit-tinyusb
hathach May 2, 2019
c21b601
add hid bufsize
hathach May 2, 2019
4d317b0
Merge pull request #107 from hathach/adafruit-tinyusb
ladyada May 3, 2019
dda4eaf
fix load serial string based on device id
hathach May 3, 2019
cd0f54e
Merge pull request #108 from hathach/adafruit-tinyusb
ladyada May 3, 2019
e770ae4
error message when compile usb demo without selecting it
hathach May 3, 2019
d331767
woops wrong PIDs
ladyada May 3, 2019
59d869d
WIP change SPI SERCOM clock source at runtime rather than compile-time
PaintYourDragon May 8, 2019
651862f
WIP SPI SERCOM clock source changes
PaintYourDragon May 8, 2019
7616dab
SERCOM stuff - simplify, cleanup, add SAMD21 dummy funcs
PaintYourDragon May 8, 2019
4f9fef7
update tinyusb lib
hathach May 9, 2019
3c5f92d
better use USE_TINYUSB for stack detection
hathach May 9, 2019
af90d98
fix samd dcd_clear_stall also reset data toggle
hathach May 9, 2019
0552d34
Merge remote-tracking branch 'adafruit/master' into adafruit-tinyusb
hathach May 9, 2019
d81bda4
Merge pull request #109 from hathach/adafruit-tinyusb
ladyada May 9, 2019
adc7241
REMOVE M4 boards "Max SPI" menu
PaintYourDragon May 9, 2019
e865465
Separated getDMACID() function into getDMAC_ID_TX() and getDMAC_ID_RX()
PaintYourDragon May 11, 2019
01ea159
Merge pull request #110 from adafruit/pb-spi
ladyada May 11, 2019
4b57e88
Fix typedef syntax
PaintYourDragon May 11, 2019
60c0542
Merge pull request #111 from adafruit/pb-spi
ladyada May 11, 2019
c727f2b
update usb core to use tud_descriptor_string_cb()
hathach May 11, 2019
caf36be
update tinyusb for new string/hid/device/config descriptor callback
hathach May 12, 2019
5632e53
update tinyusb tud_descriptor_configuration_cb
hathach May 12, 2019
3e415ba
add tud_cdc_write_flush() call in main() and yield()
hathach May 12, 2019
f36d409
Merge pull request #112 from hathach/adafruit-tinyusb
ladyada May 13, 2019
3f79b9d
add extra PID option https://github.com/adafruit/ArduinoCore-samd/iss…
May 13, 2019
b148e8a
update tinyusb
hathach May 15, 2019
a524e2c
add Adafruit_TinyUSB_Core_touch1200()
hathach May 15, 2019
0f22c47
Merge remote-tracking branch 'adafruit/master' into adafruit-tinyusb
hathach May 17, 2019
212c192
Merge pull request #114 from hathach/adafruit-tinyusb
ladyada May 17, 2019
10b8b55
Move Adafruit_ZeroDMA into SAMD core so SPI lib can rely on it
PaintYourDragon May 21, 2019
404c9e4
improve TinyUSB port
hathach May 21, 2019
a75a324
fix TinyUSB stack read signed char
hathach May 21, 2019
217fe38
move yield() usb background in to TinyUSB Core
hathach May 22, 2019
595aa2c
Merge pull request #115 from hathach/adafruit-tinyusb
ladyada May 22, 2019
91e43ef
SPIClass DMA transfer() function WIP
PaintYourDragon May 22, 2019
99b90ff
DMA WIP still not working
PaintYourDragon May 22, 2019
8f123f3
SPI DMA WIP and still not working :/
PaintYourDragon May 22, 2019
8b88806
SPI DMA still WIP still not working
PaintYourDragon May 23, 2019
9a07f41
SPI DMA transfer() function working now
PaintYourDragon May 23, 2019
6194fc3
Merge pull request #116 from adafruit/pb-spi
ladyada May 23, 2019
3faad03
fix tinyusb hid raw inout issue
hathach May 24, 2019
918d820
Merge pull request #118 from hathach/adafruit-tinyusb
ladyada May 24, 2019
e7c5719
Merge pull request #117 from adafruit/tinyusb
ladyada May 24, 2019
4e4e284
fix load_serial_number() warning
hathach May 25, 2019
a027455
Merge pull request #119 from hathach/adafruit-tinyusb
ladyada May 27, 2019
b73c167
Update platform.txt
ladyada May 27, 2019
f8ad400
fix serial issue with windows
hathach May 27, 2019
c85d59c
Merge pull request #120 from hathach/adafruit-tinyusb
ladyada May 27, 2019
3ca3967
Merge pull request #121 from adafruit/tinyusb
ladyada May 27, 2019
d787240
add debug flag option
ladyada Jun 3, 2019
a899505
run usb background when checking for Serial.available() if needed
hathach Jun 5, 2019
3438949
yield() if needed when calling Serial.write()
hathach Jun 5, 2019
c84ce7e
Merge pull request #122 from hathach/tinyusb
ladyada Jun 5, 2019
3c70733
Fix analogInputToDigitalPin for Grand Central M4
GMagician Jun 6, 2019
7a55067
[SAMD51] Add softwater calibration init on startup
GMagician Jun 8, 2019
02d93cc
more opts! and advance
ladyada Jun 8, 2019
b89404c
Merge branch 'master' of github.com:adafruit/ArduinoCore-samd
ladyada Jun 8, 2019
cec0a6b
add opts all around
ladyada Jun 10, 2019
b2dab99
added pybadge airlift to boards.txt
Jun 12, 2019
e95527e
changed size to match J20 size
Jun 12, 2019
d1ae3d8
added variant for pybadge airlift, modified pins in variant.cpp to re…
Jun 12, 2019
ff27aa4
add updated pin variant
Jun 13, 2019
d78c105
add SPIWIF_ACK
Jun 13, 2019
4269f8a
add correct ESP32 pins
Jun 13, 2019
aa23d7a
fix SS and ACK pins
Jun 13, 2019
c94e159
adding correct number of pins, fix header guard, cleanup comments, re…
Jun 13, 2019
29bfe96
Fix compiler error
GMagician Jun 14, 2019
135eb71
add tft pins
Jun 14, 2019
66a844f
fix for trinket/gemma m0
ladyada Jun 16, 2019
b2cf1b1
bump version, remove -g flags
ladyada Jun 16, 2019
9b2e698
Merge pull request #125 from GMagician/Fix-analogInputToDigitalPin
ladyada Jun 16, 2019
92d99e9
add NINA_ACK standard pin
Jun 20, 2019
616f0c9
add to pyportal
Jun 20, 2019
fd0d925
Merge pull request #131 from brentru/add-nina-naming
ladyada Jun 20, 2019
5c60a5a
Merge pull request #130 from brentru/add-pybadge-airlift-m4
ladyada Jun 20, 2019
23fd362
USBCore: Read the SAMD51 serial number
kaysievers Jun 23, 2019
1672e71
Merge pull request #132 from kaysievers/master
ladyada Jun 24, 2019
5078941
some stuff working on mask (i2c, audio)
ladyada Jun 26, 2019
3b0115c
SERCOM3 pad juggling for PDM
PaintYourDragon Jun 28, 2019
3688c46
fix some mask GPIO - add hallowing m4 (TFT untested)
ladyada Jun 29, 2019
d9ef135
Merge branch 'hallowings' of github.com:adafruit/ArduinoCore-samd int…
ladyada Jun 29, 2019
206a7ac
Wiring: Clean up repeated pin description access
beeryt Jul 3, 2019
5c318aa
Merge pull request #134 from beeryt/patch-1
ladyada Jul 3, 2019
0aa2b2f
update tinyusb to support midi
hathach Jul 3, 2019
ff7b62d
enable usb midi in tusb_config.h
hathach Jul 3, 2019
855523d
Merge pull request #135 from hathach/tinyusb-midi
ladyada Jul 3, 2019
692b4a6
hallowing m4
ladyada Jul 4, 2019
11d6f54
midi only use audio 1.0 without IAD
hathach Jul 5, 2019
b216a22
Merge pull request #136 from hathach/master
ladyada Jul 7, 2019
e830370
fix missing dac1 definition (on stemma connector)
ladyada Jul 7, 2019
edc13ba
add itfnum to getDescriptor()
hathach Jul 8, 2019
961c470
Merge pull request #137 from hathach/master
ladyada Jul 8, 2019
fa04386
fix incorrect midi descriptor template
hathach Jul 9, 2019
68e65f2
Merge pull request #138 from hathach/master
ladyada Jul 9, 2019
9e27249
update naming
ladyada Jul 13, 2019
7024005
fix pin numberings
ladyada Jul 14, 2019
f820879
Merge branch 'master' into hallowings
ladyada Jul 14, 2019
51461f9
add tinyusb midi support
Jul 15, 2019
3bb94f5
fix RAMSTART, RAMSIZE, RAMEND for samd51 and same21
hathach Jul 17, 2019
2568b78
use __SAMD51__ macro for io.h
hathach Jul 17, 2019
751cec6
Merge pull request #140 from hathach/fix-samd51-ram-macro
ladyada Jul 17, 2019
56b5392
Update nr of analog input
GMagician Jul 22, 2019
0b069c1
Merge pull request #143 from GMagician/fix-analog-count
ladyada Jul 22, 2019
d8b0ad8
fix for rev C
Jul 23, 2019
5e7f7a1
Standardize pins count
GMagician Jul 24, 2019
6e78986
Merge pull request #145 from GMagician/uniform-with-arduino
ladyada Jul 24, 2019
54910c0
Add missing pin
GMagician Jul 25, 2019
f4f87c8
Merge pull request #146 from GMagician/addmissingpin
ladyada Jul 25, 2019
8362ba3
Removing unsigned from pins
GMagician Jul 26, 2019
f937db2
Fix compile warnings
GMagician Jul 26, 2019
10ebeba
Merge pull request #147 from GMagician/fixes
ladyada Jul 26, 2019
fbc7ec4
Merge pull request #149 from GMagician/fix-compile-warnings
hathach Jul 26, 2019
e20ac5e
minor correction to comments in variants/metro_m4/variant.cpp
Jul 26, 2019
3cd1d9e
Merge pull request #151 from adafruit-mike-stone/master
ladyada Jul 26, 2019
2bf7821
Missing pin
GMagician Jul 26, 2019
c08f564
Merge pull request #152 from GMagician/Fix-missin-unsigned-pin
ladyada Jul 26, 2019
7cc4586
Merge pull request #153 from adafruit/hallowings
ladyada Jul 27, 2019
0c63da6
hallowing m4 final UART fix
ladyada Jul 27, 2019
b22e765
Merge pull request #154 from adafruit/hallowings
ladyada Jul 27, 2019
e51b006
Fix tone
GMagician Jul 29, 2019
553d3c8
Merge pull request #155 from GMagician/fix-tone
ladyada Jul 29, 2019
6f86758
update tinyusb stack for webusb support
hathach Aug 1, 2019
732bc9e
add missing files
hathach Aug 1, 2019
b88912c
fix availableForWrite() signature
hathach Aug 1, 2019
c4aebf3
tinyusb clean up
hathach Aug 1, 2019
96adc67
add PIN_NEOPIXEL macro for feather/metro m0/m4 hallow_m0
hathach Aug 1, 2019
6ff862e
Merge pull request #158 from hathach/tinyusb-webusb
ladyada Aug 1, 2019
e80f2f1
Update platform.txt
hathach Aug 6, 2019
8a97e31
unused file
Aug 7, 2019
49f9e2f
Fix tinyusb lost written chars
GMagician Aug 7, 2019
bc8148b
Remove unused method
GMagician Aug 7, 2019
c551c20
add definition for pyportal titano
Aug 7, 2019
5ff858c
Merge pull request #165 from brentru/add-pyportal-titano
ladyada Aug 7, 2019
15aaa24
Revert "Remove unused method"
GMagician Aug 8, 2019
955e28f
Merge pull request #164 from GMagician/fix-tinyusb
hathach Aug 8, 2019
0b3ddf5
fix typo
Aug 11, 2019
3999dff
they'll need to define Serial1 so we dont get irq conflicts with DMA …
Aug 14, 2019
54be8f0
Merge pull request #127 from GMagician/user-area
ladyada Aug 22, 2019
4291571
tinyusb: correct SAMD51 serial number extraction
kaysievers Aug 24, 2019
8f1711f
Fix compilation warning
kaysievers Aug 25, 2019
4af46bf
tinyusb: Avoid compilation warnings
kaysievers Aug 25, 2019
b369396
tinyusb: Allow configuration of power setting
kaysievers Aug 25, 2019
e214f12
Merge pull request #168 from kaysievers/warnings
ladyada Aug 25, 2019
c842d61
Merge pull request #169 from kaysievers/tinyusb-warnings
hathach Aug 26, 2019
3cad30d
Merge pull request #170 from kaysievers/tinyusb-config-power
hathach Aug 26, 2019
e33ec1f
Merge pull request #167 from kaysievers/master
hathach Aug 26, 2019
3a022a6
platform: Add USB device MaxPower default setting
kaysievers Aug 26, 2019
52ea598
Merge pull request #171 from kaysievers/platform-usb-power
ladyada Aug 26, 2019
9417d79
tinyusb: Allow to set the USB manufacturer/product identifiers
kaysievers Aug 27, 2019
dcd4e5b
tinyusb: Allow to replace the built-in descriptor buffer
kaysievers Aug 27, 2019
3591f28
Enable TC6 & TC7 for __SAMD21J18A__
nekuneko Aug 28, 2019
256bc5a
Added Additonal Timers
nekuneko Aug 28, 2019
29c27b6
Merge pull request #174 from nekuneko/patch-2
ladyada Aug 28, 2019
ef4072f
Merge pull request #175 from nekuneko/patch-3
ladyada Aug 28, 2019
04eb7d1
Merge pull request #173 from kaysievers/tinyusb-descriptor-size
hathach Sep 1, 2019
c4f3490
Merge pull request #172 from kaysievers/usb-names-override
hathach Sep 10, 2019
7c02454
added set/get LanguageDescriptor
hathach Sep 10, 2019
f739f3c
Merge pull request #177 from hathach/master
hathach Sep 10, 2019
e5b45ed
clean up
hathach Sep 10, 2019
e5af75a
tinyusb: MIDI - split descriptor initializer into individual sections
kaysievers Sep 11, 2019
a09d821
Change references from A0 & A1 to DAC0 & DAC1
nekuneko Sep 19, 2019
918379d
Merge pull request #180 from nekuneko/patch-1
ladyada Sep 20, 2019
2cc8b49
Merge pull request #179 from kaysievers/tinyusb-midi-jacks
hathach Oct 4, 2019
bb4b17b
Merge remote-tracking branch 'adafruit/master'
hathach Oct 4, 2019
9a6ab51
remove serial1
Oct 4, 2019
ec12be5
Merge branch 'master' of github.com:adafruit/ArduinoCore-samd
Oct 4, 2019
4bcbaa7
fix typo from contrib
Oct 4, 2019
e204bf3
add samd51-capable servo for now
Oct 4, 2019
1e9a669
change Tone on samd51 to be TC0 so we can use higher numbers for othe…
Oct 4, 2019
1efed72
bump to add new boards, fix servo and tone
Oct 4, 2019
a6e9eb3
experiment with a bandgap analog read (not working)
ladyada Oct 7, 2019
6076e22
allow PDM mic on SPI
ladyada Oct 16, 2019
ceccc25
change backlight to tcc4 so it doesnt collide with servo
ladyada Oct 17, 2019
841a1b8
use arduino-api for min/max
ladyada Oct 28, 2019
ee9df54
fix min/max macros
ladyada Oct 28, 2019
1ab7cb6
force using 2017 toolchain (instead of 2014)
ladyada Oct 28, 2019
c7c1748
Merge remote-tracking branch 'adafruit/master'
hathach Oct 29, 2019
e72343c
Add the SAMD51s 4 i2c interrupts to ensure slave support
JordanMajd Oct 31, 2019
4dbfc24
I2C slave support for Trellis M4, temporarily disables UART Serial 1
JordanMajd Oct 31, 2019
3ed74de
I2C slave support for Feather M4
JordanMajd Oct 31, 2019
efd2961
I2C slave support for Grand Central M4
JordanMajd Oct 31, 2019
74cfc24
I2C slave support for Hallowing M4
JordanMajd Oct 31, 2019
0897920
I2C slave support for Metro M4
JordanMajd Oct 31, 2019
3202e77
I2C slave support for Metro Airlift M4
JordanMajd Oct 31, 2019
84cef9a
I2C slave support for Pybadge Airlift M4
JordanMajd Oct 31, 2019
43e7bd8
I2C slave support for Pybadge M4
JordanMajd Oct 31, 2019
ccd2ef9
I2C slave support for PyGamer Advance M4
JordanMajd Oct 31, 2019
684811d
I2C slave support for PyGamer M4
JordanMajd Oct 31, 2019
8368e5f
Update endif macro comment to reflect macro
JordanMajd Oct 31, 2019
bc5fcc0
I2C slave support for Pyportal M4
JordanMajd Oct 31, 2019
7a60a36
I2C slave support for Pyportal Titano M4
JordanMajd Oct 31, 2019
04a2dd8
Preserve original formatting on base sercom handler
JordanMajd Oct 31, 2019
2b052e1
Reenable Serial1 sercom int handlers, disable Wire i2c slave int hand…
JordanMajd Oct 31, 2019
feb846a
add monster m4sk too
ladyada Nov 3, 2019
6be0d1f
Merge branch 'JordanMajd-patch_samd51_i2c_slave'
ladyada Nov 3, 2019
9df0b07
fix i2c for peripheral use thanks to https://github.com/adafruit/Ardu…
ladyada Nov 3, 2019
a2c0a5b
SAMD21: Fix freq clipping in SPI.h, allow 24 MHz SPI
PaintYourDragon Nov 4, 2019
361481d
Merge pull request #186 from adafruit/baud-fix
ladyada Nov 4, 2019
7f3211f
tinyusb: Correct descriptor string length calculation
kaysievers Nov 19, 2019
5f68c65
Merge pull request #182 from kaysievers/tinyusb-descriptor-len
hathach Nov 19, 2019
6630fe7
@hathach Arduino core now wants size_t returned
ladyada Dec 11, 2019
516cec5
Merge branch 'master' of github.com:adafruit/ArduinoCore-samd
ladyada Dec 11, 2019
4cca5de
Merge remote-tracking branch 'adafruit/master'
hathach Dec 18, 2019
dfac9e8
move tinyusb core & cdc to submodule
hathach Dec 19, 2019
2bb0a7a
tinyusb submodule work well
hathach Dec 19, 2019
a346cf7
implement detach/attach
hathach Dec 19, 2019
b92b61b
refactor load_serial_number() to Adafruit_USBD_Device::getSerialDescr…
hathach Dec 19, 2019
4f8ccb1
move yield() to main.cpp
hathach Dec 19, 2019
dd19013
rename Adafruit_TinyUSB_Core.cpp to Adafruit_TinyUSB_SAMD.cpp
hathach Dec 19, 2019
bffd304
clean up
hathach Dec 19, 2019
21b3e13
update tinyusb core
hathach Dec 20, 2019
f996c94
clean up
hathach Dec 20, 2019
1941e17
Merge pull request #190 from hathach/develop
ladyada Dec 20, 2019
31fc54d
added option to debug tinyusb with Serial1
hathach Dec 24, 2019
861fec5
update tinyusb core
hathach Dec 24, 2019
b1a7975
Merge pull request #192 from hathach/develop
hathach Dec 24, 2019
2179f63
tinyusb core: improve setup handling
hathach Dec 25, 2019
1dcf3c5
Merge pull request #193 from hathach/develop
hathach Dec 25, 2019
8e3c4bc
improve tinyusb samd driver
hathach Dec 26, 2019
2ca9dfd
update tinyusb core
hathach Dec 27, 2019
2bf2a37
Merge pull request #194 from hathach/develop
hathach Dec 27, 2019
32e5394
Increase version for release
hathach Dec 30, 2019
fc737be
revert 6630fe7cc0b5a393a54e6c6df20682685a91fb4c availableForWrite() r…
hathach Dec 31, 2019
18b64d4
Merge pull request #199 from hathach/develop
hathach Dec 31, 2019
137c0bd
increase version to 1.5.9 for release
hathach Dec 31, 2019
411cfa6
test metro_m0 build
hathach Jan 2, 2020
90c0b48
add build all script
hathach Jan 2, 2020
1595e2f
update lib deps
hathach Jan 2, 2020
9d9b509
add metro_m4 test
hathach Jan 2, 2020
c53c443
build most of adafruit samd boards
hathach Jan 2, 2020
bab8b92
add skip file
hathach Jan 2, 2020
2cc7f72
drop monster_m4sk
hathach Jan 2, 2020
f2a2126
add action badge to readme
hathach Jan 2, 2020
c14e078
Merge pull request #200 from hathach/action-ci
ladyada Jan 2, 2020
ed2dded
fix https://github.com/adafruit/ArduinoCore-samd/issues/187
ladyada Jan 7, 2020
4cc3251
Merge branch 'master' of github.com:adafruit/ArduinoCore-samd
ladyada Jan 7, 2020
460b1c2
Force linker to use newer Arduino-provided versions of libarm_cortexM…
rlcamp Jan 7, 2020
1df7e52
add math linker test!
ladyada Jan 7, 2020
34013bf
Update boards.txt
rlcamp Jan 7, 2020
330cb4e
Merge pull request #202 from rlcamp/master
ladyada Jan 7, 2020
70d3c1d
Fix warnings about redefinition of `LITTLE_ENDIAN`
henrygab Jan 17, 2020
52c988f
Mark unused parameters as such.
henrygab Jan 17, 2020
8afd052
Fix unintended fall-through
henrygab Jan 17, 2020
bee96c4
Merge pull request #206 from henrygab/fix_compile_warnings
ladyada Jan 17, 2020
6be9163
add flash definitions
ladyada Feb 2, 2020
b09a926
& circuitplay too!
ladyada Feb 2, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test metro_m0 build
  • Loading branch information
hathach committed Jan 2, 2020
commit 411cfa6d9a2c4dec85dc240894e8e21bff5281e9
58 changes: 58 additions & 0 deletions .github/workflows/githubci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
name: Build

on: [pull_request, push]

jobs:
build:
strategy:
fail-fast: false
matrix:
arduino-platform: ['metro_m0']

runs-on: ubuntu-latest

steps:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: '3.x'

- name: Checkout code
uses: actions/checkout@v2

- name: Checkout submodules
shell: bash
run: |
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive

- name: Install Arduino CLI and Tools
run: |
pip3 install adafruit-nrfutil
# make all our directories we need for files and libraries
mkdir $HOME/.arduino15
mkdir $HOME/.arduino15/packages
mkdir $HOME/Arduino
mkdir $HOME/Arduino/libraries
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
echo "::add-path::$GITHUB_WORKSPACE/bin"

- name: Install BSP and Libraries
env:
BSP_URL: https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
BSP_PATH: .arduino15/packages/adafruit/hardware/samd
run: |
arduino-cli config init
arduino-cli core update-index
arduino-cli core update-index --additional-urls $BSP_URL
arduino-cli core install arduino:samd --additional-urls $BSP_URL
arduino-cli core install adafruit:samd --additional-urls $BSP_URL
# Repalce release BSP with our code
BSP_VERSION=`eval ls $HOME/$BSP_PATH`
rm -r $HOME/$BSP_PATH/*
ln -s $GITHUB_WORKSPACE $HOME/$BSP_PATH/$BSP_VERSION
arduino-cli lib install "FlashStorage"

- name: Build examples
run: python3 tools/build_all.py ${{ matrix.arduino-platform }}
1 change: 1 addition & 0 deletions libraries/USBHost/examples/USB_desc/USB_desc.ino
Original file line number Diff line number Diff line change
Expand Up @@ -382,3 +382,4 @@ void printProgStr(const prog_char str[])
if(!str) return;
while((c = pgm_read_byte(str++)))
SerialDebug.print(c);
}