diff --git a/.codespellrc b/.codespellrc index d5d337d2c..825e4a0a2 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,7 +1,7 @@ # See: https://github.com/codespell-project/codespell#using-a-config-file [codespell] # In the event of a false positive, add the problematic word, in all lowercase, to a comma-separated list here: -ignore-words-list = hart,pullrequest +ignore-words-list = clen,hart,pullrequest builtin = clear check-filenames = check-hidden = diff --git a/.github/workflows/check-arduino.yml b/.github/workflows/check-arduino.yml index cfffb75c0..95f61d8fc 100644 --- a/.github/workflows/check-arduino.yml +++ b/.github/workflows/check-arduino.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Arduino Lint uses: arduino/arduino-lint-action@v1 diff --git a/.github/workflows/compile-platform-examples.yml b/.github/workflows/compile-platform-examples.yml index f7226e0d5..fad8e1d3d 100644 --- a/.github/workflows/compile-platform-examples.yml +++ b/.github/workflows/compile-platform-examples.yml @@ -176,7 +176,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Compile examples uses: arduino/compile-sketches@v1 @@ -202,7 +202,7 @@ jobs: sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }} - name: Save sketches report as workflow artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: if-no-files-found: error path: ${{ env.SKETCHES_REPORTS_PATH }} diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 01bee879b..3f6b03fb3 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Spell check uses: codespell-project/actions-codespell@master diff --git a/boards.txt b/boards.txt index ab18bae0e..c100ecc7b 100644 --- a/boards.txt +++ b/boards.txt @@ -68,6 +68,8 @@ uno.vid.2=0x2A03 uno.pid.2=0x0043 uno.vid.3=0x2341 uno.pid.3=0x0243 +uno.vid.4=0x2341 +uno.pid.4=0x006A uno.upload_port.0.vid=0x2341 uno.upload_port.0.pid=0x0043 uno.upload_port.1.vid=0x2341 @@ -76,7 +78,9 @@ uno.upload_port.2.vid=0x2A03 uno.upload_port.2.pid=0x0043 uno.upload_port.3.vid=0x2341 uno.upload_port.3.pid=0x0243 -uno.upload_port.4.board=uno +uno.upload_port.4.vid=0x2341 +uno.upload_port.4.pid=0x006A +uno.upload_port.5.board=uno uno.upload.tool=avrdude uno.upload.tool.default=avrdude diff --git a/bootloaders/atmega/ATmegaBOOT_168.c b/bootloaders/atmega/ATmegaBOOT_168.c index ff2c4e486..143e7a7ca 100644 --- a/bootloaders/atmega/ATmegaBOOT_168.c +++ b/bootloaders/atmega/ATmegaBOOT_168.c @@ -387,7 +387,7 @@ int main(void) UCSR0C = (1<