Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: update go.bug.st/serial to v1.6.4#1027

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
dido18 merged 3 commits intomainfromfix-go-serial
Mar 28, 2025
Merged

fix: update go.bug.st/serial to v1.6.4#1027

dido18 merged 3 commits intomainfromfix-go-serial
Mar 28, 2025

Conversation

@dido18
Copy link
Contributor

@dido18dido18 commentedMar 28, 2025
edited
Loading

Please check if the PR fulfills these requirements

  • The PR has no duplicates (please search among thePull Requests
    before creating one)
  • Tests for the changes have been added (for bug fixes / features)
  • What is the current behavior?
    On windows, the agent is not able to restart the board in bootloader mode, and the upload fails with this error:
Restarting in bootloader modeFlashing with command:C:/Users/davide/.arduino-create/arduino/bossac/1.7.0-arduino3/bossac.exe -i -d --port=COM8 -U true -i -e -w -v C:/Users/davide/AppData/Local/Temp/arduino-create-agent2884339634/new_sketch_1658935877297.bin -RNo device found on COM8Set binary modereadWord(addr=0)=0x30303077readWord(addr=0xe000ed00)=0x30303030readWord(addr=0x400e0740)=0x23342c30version()=wE000ED00,4#w400E0740,4#V#chipId=0x23342c30Unsupported processorSend auto-baudSet binary modereadWord(addr=0)=0x30303077readWord(addr=0xe000ed00)=0x30303030readWord(addr=0x400e0740)=0x23342c30version()=wE000ED00,4#w400E0740,4#V#chipId=0x23342c30Unsupported processorExecuting command: exit status 1
  • What is the new behavior?
Restarting in bootloader modeFlashing with command:C:/Users/davide/.arduino-create/arduino/bossac/1.7.0-arduino3/bossac.exe -i -d --port=COM9 -U true -i -e -w -v C:/Users/davide/AppData/Local/Temp/arduino-create-agent3756522690/new_sketch_1658935877297.bin -RSet binary modereadWord(addr=0)=0x20007ffcreadWord(addr=0xe000ed00)=0x410cc601readWord(addr=0x41002018)=0x10010305version()=v2.0 [Arduino:XYZ] Mar 19 2018 09:45:14chipId=0x10010005Connected at 921600 baudreadWord(addr=0)=0x20007ffcreadWord(addr=0xe000ed00)=0x410cc601readWord(addr=0x41002018)=0x10010305Atmel SMART device 0x10010005 foundwrite(addr=0x20004000,size=0x34)writeWord(addr=0x20004030,value=0x10)writeWord(addr=0x20004020,value=0x20008000)Device       : ATSAMD21G18AreadWord(addr=0)=0x20007ffcreadWord(addr=0xe000ed00)=0x410cc601readWord(addr=0x41002018)=0x10010305Chip ID      : 10010005version()=v2.0 [Arduino:XYZ] Mar 19 2018 09:45:14Version      : v2.0 [Arduino:XYZ] Mar 19 2018 09:45:14Address      : 8192Pages        : 3968Page Size    : 64 bytesTotal Size   : 248KBPlanes       : 1Lock Regions : 16Locked       : readWord(addr=0x41004020)=0xffffreadWord(addr=0x41004020)=0xffffreadWord(addr=0x41004020)=0xffffreadWord(addr=0x41004020)=0xffffreadWord(addr=0x41004020)=0xffffreadWord(addr=0x41004020)=0xffffreadWord(addr=0x41004020)=0xffffreadWord(addr=0x41004020)=0xffffreadWord(addr=0x41004020)=0xffffreadWord(addr=0x41004020)=0xffffreadWord(addr=0x41004020)=0xffffreadWord(addr=0x41004020)=0xffffreadWord(addr=0x41004020)=0xffffreadWord(addr=0x41004020)=0xffffreadWord(addr=0x41004020)=0xffffreadWord(addr=0x41004020)=0xffffnonereadWord(addr=0x41004018)=0Security     : falseBoot Flash   : truereadWord(addr=0x40000834)=0x7000aBOD          : truereadWord(addr=0x40000834)=0x7000aBOR          : trueArduino      : FAST_CHIP_ERASEArduino      : FAST_MULTI_PAGE_WRITEArduino      : CAN_CHECKSUM_MEMORY_BUFFERErase flashchipErase(addr=0x2000)done in 0.841 secondsWrite 12304 bytes to flash (193 pages)write(addr=0x20005000,size=0x1000)writeBuffer(scr_addr=0x20005000, dst_addr=0x2000, size=0x1000)[=========                     ] 33% (64/193 pages)write(addr=0x20005000,size=0x1000)writeBuffer(scr_addr=0x20005000, dst_addr=0x3000, size=0x1000)[===================           ] 66% (128/193 pages)write(addr=0x20005000,size=0x1000)writeBuffer(scr_addr=0x20005000, dst_addr=0x4000, size=0x1000)[============================= ] 99% (192/193 pages)write(addr=0x20005000,size=0x40)writeBuffer(scr_addr=0x20005000, dst_addr=0x5000, size=0x40)[==============================] 100% (193/193 pages)done in 0.099 secondsVerify 12304 bytes of flash with checksum.checksumBuffer(start_addr=0x2000, size=0x1000) = 4de7checksumBuffer(start_addr=0x3000, size=0x1000) = 18c8checksumBuffer(start_addr=0x4000, size=0x1000) = c520checksumBuffer(start_addr=0x5000, size=0x10) = a0dcVerify successfuldone in 0.011 secondsCPU reset.readWord(addr=0)=0x20007ffcreadWord(addr=0xe000ed00)=0x410cc601readWord(addr=0x41002018)=0x10010305writeWord(addr=0xe000ed0c,value=0x5fa0004)Ok
  • Does this PR introduce a breaking change?
  • Other information:

@codecov-commenter
Copy link

codecov-commenter commentedMar 28, 2025
edited
Loading

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 20.23%. Comparing base(901728d) to head(5a4ed4e).

Additional details and impacted files
@@           Coverage Diff           @@##             main    #1027   +/-   ##=======================================  Coverage   20.23%   20.23%           =======================================  Files          42       42             Lines        3242     3242           =======================================  Hits          656      656             Misses       2499     2499             Partials       87       87
FlagCoverage Δ
unit20.23% <ø> (ø)

Flags with carried forward coverage won't be shown.Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report?Share it here.

🚀 New features to boost your workflow:
  • ❄️Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dido18dido18 marked this pull request as ready for reviewMarch 28, 2025 15:34
@dido18dido18 merged commit87f097b intomainMar 28, 2025
29 checks passed
@dido18dido18 deleted the fix-go-serial branchMarch 28, 2025 15:41
@per1234per1234 added os: windowsSpecific to Windows operating system topic: infrastructureRelated to project infrastructure type: imperfectionPerceived defect in any part of project labelsMar 28, 2025
@XaytonXayton added this to the1.7.0 milestoneMar 31, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@cmagliecmagliecmaglie approved these changes

Assignees

No one assigned

Labels

os: windowsSpecific to Windows operating systemtopic: infrastructureRelated to project infrastructuretype: imperfectionPerceived defect in any part of project

Projects

None yet

Milestone

1.7.0

Development

Successfully merging this pull request may close these issues.

5 participants

@dido18@codecov-commenter@cmaglie@per1234@Xayton

[8]ページ先頭

©2009-2025 Movatter.jp