-
Notifications
You must be signed in to change notification settings - Fork 5
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update from arduino #20
base: master
Are you sure you want to change the base?
Commits on Sep 20, 2019
-
Merge pull request #456 from arduino/remove-genuino
Remove Genuino Occurrences
Configuration menu - View commit details
-
Copy full SHA for b0eb400 - Browse repository at this point
Copy the full SHA b0eb400View commit details
Commits on Oct 9, 2019
-
Revert "Temporarily remove mkrwan1310 from boards list"
This reverts commit e0d15ce.
Configuration menu - View commit details
-
Copy full SHA for eef7c6f - Browse repository at this point
Copy the full SHA eef7c6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 142814a - Browse repository at this point
Copy the full SHA 142814aView commit details
Commits on Oct 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f9521bb - Browse repository at this point
Copy the full SHA f9521bbView commit details -
Merge pull request #466 from nmaas87/master
Updated faulty gcc path in bootloader makefile
Configuration menu - View commit details
-
Copy full SHA for 2ca7f75 - Browse repository at this point
Copy the full SHA 2ca7f75View commit details
Commits on Nov 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 895740f - Browse repository at this point
Copy the full SHA 895740fView commit details
Commits on Dec 9, 2019
-
Modified the nano 33 Iot variant
Adapted the MCU table description with to the actual pinout
Configuration menu - View commit details
-
Copy full SHA for f6faf48 - Browse repository at this point
Copy the full SHA f6faf48View commit details
Commits on Dec 10, 2019
-
Merge pull request #475 from Rocketct/master
Modified the nano 33 Iot variant
Configuration menu - View commit details
-
Copy full SHA for 5dced38 - Browse repository at this point
Copy the full SHA 5dced38View commit details
Commits on Jan 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e538930 - Browse repository at this point
Copy the full SHA e538930View commit details
Commits on Jan 15, 2020
-
increase the current software limit to 3A in such way that the limit …
…is given by the R28
Configuration menu - View commit details
-
Copy full SHA for 663b71d - Browse repository at this point
Copy the full SHA 663b71dView commit details
Commits on Jan 17, 2020
-
Added SDA and SCL variables in variant.h of samd boards This resolve: arduino/ArduinoCore-samd#473
Configuration menu - View commit details
-
Copy full SHA for ccfcc89 - Browse repository at this point
Copy the full SHA ccfcc89View commit details
Commits on Jan 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e34e937 - Browse repository at this point
Copy the full SHA e34e937View commit details -
Merge pull request #490 from Rocketct/master
added define for PMIC_IRQ pin where needed
Configuration menu - View commit details
-
Copy full SHA for fe349e4 - Browse repository at this point
Copy the full SHA fe349e4View commit details
Commits on Feb 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b77f2cd - Browse repository at this point
Copy the full SHA b77f2cdView commit details
Commits on Feb 7, 2020
-
Merge pull request #471 from agdl/I2SDefinitionsNano
Added I2S definitions for NANO 33 IoT
Configuration menu - View commit details
-
Copy full SHA for b2fce4c - Browse repository at this point
Copy the full SHA b2fce4cView commit details
Commits on Feb 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2547154 - Browse repository at this point
Copy the full SHA 2547154View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46a6bb9 - Browse repository at this point
Copy the full SHA 46a6bb9View commit details
Commits on Feb 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e7b7923 - Browse repository at this point
Copy the full SHA e7b7923View commit details
Commits on Feb 17, 2020
-
Merge pull request #498 from umbynos/i2s_nano_33_iot
fix example to support nano_33_iot
Configuration menu - View commit details
-
Copy full SHA for 58dde98 - Browse repository at this point
Copy the full SHA 58dde98View commit details
Commits on Feb 18, 2020
-
Fix SD SPI1 description on MKRZERO's variat fix: arduino/ArduinoCore-samd#500
Configuration menu - View commit details
-
Copy full SHA for d0c2f0b - Browse repository at this point
Copy the full SHA d0c2f0bView commit details -
Merge pull request #501 from Rocketct/master
Fix comment on sd SPI MKRZERO
Configuration menu - View commit details
-
Copy full SHA for d78ab37 - Browse repository at this point
Copy the full SHA d78ab37View commit details
Commits on Feb 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e6af98a - Browse repository at this point
Copy the full SHA e6af98aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b07f50 - Browse repository at this point
Copy the full SHA 1b07f50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97f896a - Browse repository at this point
Copy the full SHA 97f896aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd074dc - Browse repository at this point
Copy the full SHA fd074dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a74304 - Browse repository at this point
Copy the full SHA 4a74304View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf72acf - Browse repository at this point
Copy the full SHA cf72acfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f852a08 - Browse repository at this point
Copy the full SHA f852a08View commit details
Commits on Mar 4, 2020
-
This regex would only look at the .text section, but the .data section (initialization values for global variables) also takes up space in flash. The regex is changed to match both sections. arduino-builder will then add together the values and show the sum to the user (this summing seems to have been supported at least since the introduction of arduino-builder, see: arduino/arduino-builder@0802e27 The regex format is copied from the AVR core, which already did the same (though AVR also includes a .bootloader section, which is not relevant here it seems, any bootloader is included in .text). This also copies the start-of-line ^ anchor to the regex, making the matching more accurate.
Configuration menu - View commit details
-
Copy full SHA for f7b24ec - Browse repository at this point
Copy the full SHA f7b24ecView commit details -
This was previously omitted, causing arduino-builder to not report the amount of RAM used. This adds the regex, based on the regex used by AVR (omitting the .noinit section, which is not supported by the SAMD linker scripts).
Configuration menu - View commit details
-
Copy full SHA for 1857cce - Browse repository at this point
Copy the full SHA 1857cceView commit details -
Merge pull request #503 from matthijskooijman/fix-size-regexes
Fix flash size regex and add RAM size regex
Configuration menu - View commit details
-
Copy full SHA for 0ec018e - Browse repository at this point
Copy the full SHA 0ec018eView commit details
Commits on Mar 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 918d0e1 - Browse repository at this point
Copy the full SHA 918d0e1View commit details
Commits on Mar 18, 2020
-
Correct MKR Vidor 4000 PB09 notes
This is not LED_BLUE, it is SAM_INT_OUT, as seen in [VidorFPGA pin assignments](https://github.com/vidor-libraries/VidorFPGA/blob/master/constraints/MKRVIDOR4000/vidor_s_pins.qsf#L236) which connects to FPGA pin N2.
Configuration menu - View commit details
-
Copy full SHA for 614a8f3 - Browse repository at this point
Copy the full SHA 614a8f3View commit details
Commits on Mar 19, 2020
-
Merge pull request #505 from sameer/patch-1
Correct MKR Vidor 4000 PB09 notes
Configuration menu - View commit details
-
Copy full SHA for 57d73ad - Browse repository at this point
Copy the full SHA 57d73adView commit details
Commits on Mar 28, 2020
-
Update clockout comments, add synchronization spin
I've updated the comments here to refer to "gclk" instead of generator x. Also added a spin to wait for the write to clear, just like what's done in `startup.c`.
Configuration menu - View commit details
-
Copy full SHA for 44b6d01 - Browse repository at this point
Copy the full SHA 44b6d01View commit details
Commits on Mar 30, 2020
-
Merge pull request #508 from sameer/master
Update clockout comments, add synchronization spin
Configuration menu - View commit details
-
Copy full SHA for 703b87e - Browse repository at this point
Copy the full SHA 703b87eView commit details
Commits on Apr 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d96b9b3 - Browse repository at this point
Copy the full SHA d96b9b3View commit details
Commits on Apr 7, 2020
-
Merge pull request #509 from sameer/master
Set USB SRAM QoS to sensitive latency
Configuration menu - View commit details
-
Copy full SHA for 4587fc5 - Browse repository at this point
Copy the full SHA 4587fc5View commit details
Commits on Apr 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 53fa17b - Browse repository at this point
Copy the full SHA 53fa17bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d79c18f - Browse repository at this point
Copy the full SHA d79c18fView commit details
Commits on Apr 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 79a7f38 - Browse repository at this point
Copy the full SHA 79a7f38View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee435d5 - Browse repository at this point
Copy the full SHA ee435d5View commit details
Commits on Apr 21, 2020
-
Merge pull request #513 from arduino/SFU
SFU - Second Stage Bootloader for MKR Boards with MKRMEM Shield
Configuration menu - View commit details
-
Copy full SHA for 4fe266d - Browse repository at this point
Copy the full SHA 4fe266dView commit details
Commits on Apr 27, 2020
-
Changing NONA WLAN in Nano 33 IoT
Luigi Gubello committedApr 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 9cc2ee4 - Browse repository at this point
Copy the full SHA 9cc2ee4View commit details
Commits on May 4, 2020
-
Define upload.maximum_data_size property (#517)
This allows Arduino development software to display % usage, remaining, and total for SRAM.
Configuration menu - View commit details
-
Copy full SHA for 4d12c30 - Browse repository at this point
Copy the full SHA 4d12c30View commit details
Commits on May 11, 2020
-
Fix crash when calling tone() with frequency 0 (#520)
Avoid division by 0 when a frequency of 0 is passed to the tone() function. If a 0 is passed, noTone() is called instead.
Configuration menu - View commit details
-
Copy full SHA for 46f6cad - Browse repository at this point
Copy the full SHA 46f6cadView commit details
Commits on Jun 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 429bee8 - Browse repository at this point
Copy the full SHA 429bee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6993d73 - Browse repository at this point
Copy the full SHA 6993d73View commit details -
Configuration menu - View commit details
-
Copy full SHA for f68e529 - Browse repository at this point
Copy the full SHA f68e529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 246292f - Browse repository at this point
Copy the full SHA 246292fView commit details -
Fixed program (upload-with-programmer) recipe.
When the .elf is used as input, OpenOCD overwrites the bootloader. This behaviour does not happen using the .hex format.
Configuration menu - View commit details
-
Copy full SHA for 166478f - Browse repository at this point
Copy the full SHA 166478fView commit details
Commits on Jun 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6e049f7 - Browse repository at this point
Copy the full SHA 6e049f7View commit details
Commits on Jun 23, 2020
-
SFU support for OTA on SaraU210 module
Added new core librares to manage Sara flash support, by useing new MKRGSM's API to write and read from sara module for retrive file during OTA's procedure
Configuration menu - View commit details
-
Copy full SHA for db83eb4 - Browse repository at this point
Copy the full SHA db83eb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a6b46e - Browse repository at this point
Copy the full SHA 0a6b46eView commit details
Commits on Jun 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 481e54f - Browse repository at this point
Copy the full SHA 481e54fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdf7899 - Browse repository at this point
Copy the full SHA cdf7899View commit details -
Removing all boards which have no NINA W102 module and therefore a SN…
…U bootloader makes no sense
Configuration menu - View commit details
-
Copy full SHA for 05784bd - Browse repository at this point
Copy the full SHA 05784bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae6648a - Browse repository at this point
Copy the full SHA ae6648aView commit details -
Include SNU second stage bootloader for MKR VIDOR 4000 which also has…
… a NINA W102 module
Configuration menu - View commit details
-
Copy full SHA for 265b8b4 - Browse repository at this point
Copy the full SHA 265b8b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2824ae - Browse repository at this point
Copy the full SHA b2824aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f6c709 - Browse repository at this point
Copy the full SHA 2f6c709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6467612 - Browse repository at this point
Copy the full SHA 6467612View commit details -
Limit output of binary hex dump to 16k (0x4000) bytes since thats the…
… maximum size which is available for the SNU second stage bootloader. In case of the MKR VIDOR 4000 the necessary FPGA bitstream is injected in the binary image above the usable flash of the MCU by the build system. When using the SNU for the MKR VIDOR 4000 we have to rely on the bitstream being already in place (not a unrealistic assumption, given that the SNU is compiled into a complete Vidor binary + fpga application).
Configuration menu - View commit details
-
Copy full SHA for d943dcb - Browse repository at this point
Copy the full SHA d943dcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 509cb77 - Browse repository at this point
Copy the full SHA 509cb77View commit details
Commits on Jun 25, 2020
-
Import SSU and add minor changes (mysensors#1)
Co-authored-by: Riccardo Rizzo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76d9208 - Browse repository at this point
Copy the full SHA 76d9208View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4e8cab - Browse repository at this point
Copy the full SHA f4e8cabView commit details
Commits on Jun 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 970877b - Browse repository at this point
Copy the full SHA 970877bView commit details
Commits on Jun 30, 2020
-
Merge pull request #534 from Rocketct/GSMOTA
SSU support for OTA on SaraU210 module
Configuration menu - View commit details
-
Copy full SHA for 44d354b - Browse repository at this point
Copy the full SHA 44d354bView commit details
Commits on Jul 1, 2020
-
Merge pull request #512 from arduino/SNU
SNU - Second Stage Bootloader for WiFi NINA enabled boards
Configuration menu - View commit details
-
Copy full SHA for 761e1e6 - Browse repository at this point
Copy the full SHA 761e1e6View commit details
Commits on Jul 9, 2020
-
fix high speed communication issue
under high speed communication(tested with 2Mbps), isDataregisterEmptyUART() gives false true and return before the completion of transmission.
Configuration menu - View commit details
-
Copy full SHA for 6371be0 - Browse repository at this point
Copy the full SHA 6371be0View commit details
Commits on Jul 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1dfca16 - Browse repository at this point
Copy the full SHA 1dfca16View commit details
Commits on Jul 15, 2020
-
Rewriting SSUBoot to allow decompression of LZSS compressed binary fi…
…les while updating the flash
Configuration menu - View commit details
-
Copy full SHA for 807f450 - Browse repository at this point
Copy the full SHA 807f450View commit details -
Merge pull request #544 from arduino/ssu-lzss
Add feature for decompressing LZSS compressed binary files by second stage bootloader SSU
Configuration menu - View commit details
-
Copy full SHA for 6bff0b2 - Browse repository at this point
Copy the full SHA 6bff0b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c04b8fd - Browse repository at this point
Copy the full SHA c04b8fdView commit details
Commits on Jul 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3f464a0 - Browse repository at this point
Copy the full SHA 3f464a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13b6e68 - Browse repository at this point
Copy the full SHA 13b6e68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b23f15 - Browse repository at this point
Copy the full SHA 8b23f15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a9d91d - Browse repository at this point
Copy the full SHA 9a9d91dView commit details
Commits on Jul 17, 2020
-
Adjust bin size to use sketch.ino.mkrnb1500.bin and NOT sketch.ino.wi…
…th_bootloader.mkrnb1500.bin
Configuration menu - View commit details
-
Copy full SHA for 0e178fe - Browse repository at this point
Copy the full SHA 0e178feView commit details
Commits on Jul 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c7c3746 - Browse repository at this point
Copy the full SHA c7c3746View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e4b0ac - Browse repository at this point
Copy the full SHA 6e4b0acView commit details
Commits on Jul 22, 2020
-
Merge pull request #549 from giulcioffi/SBU
Add Second Stage Bootloader (SBU) for MKRNB 1500
Configuration menu - View commit details
-
Copy full SHA for 0f502c7 - Browse repository at this point
Copy the full SHA 0f502c7View commit details
Commits on Jul 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8755881 - Browse repository at this point
Copy the full SHA 8755881View commit details -
Data sheet discourages use of SARA modem reset pin, use may lead to irrecoverable state of modem
Configuration menu - View commit details
-
Copy full SHA for 4544e2e - Browse repository at this point
Copy the full SHA 4544e2eView commit details
Commits on Jul 24, 2020
-
Add SBU_LoadLZSS.ino sketch + support for LZSS encoding
Remove symlink + cleanup code
Configuration menu - View commit details
-
Copy full SHA for 084cd95 - Browse repository at this point
Copy the full SHA 084cd95View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4a103c - Browse repository at this point
Copy the full SHA c4a103cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b05f4bc - Browse repository at this point
Copy the full SHA b05f4bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 768d754 - Browse repository at this point
Copy the full SHA 768d754View commit details -
Merge pull request #551 from giulcioffi/sbu-lzss
Add LZSS encoding/decoding for MKRNB 1500 SBU
Configuration menu - View commit details
-
Copy full SHA for 71b410b - Browse repository at this point
Copy the full SHA 71b410bView commit details
Commits on Jul 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9b8098f - Browse repository at this point
Copy the full SHA 9b8098fView commit details
Commits on Aug 4, 2020
-
Since the nina-fw OTA has been rewritten to directly download the OTA…
… binary we've got to take the OTA header at the start of the update file into account. This has the added benefit of being able to evaluate the CRC before we flash the image to the microcontroller flash.
Configuration menu - View commit details
-
Copy full SHA for 07471a7 - Browse repository at this point
Copy the full SHA 07471a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7d39c3 - Browse repository at this point
Copy the full SHA e7d39c3View commit details
Commits on Aug 6, 2020
-
Merge pull request #553 from arduino/nina-download-ota
Adapt SNU for Nina-HTTPS-OTA download.
Configuration menu - View commit details
-
Copy full SHA for c5033b3 - Browse repository at this point
Copy the full SHA c5033b3View commit details
Commits on Aug 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 68e7fa2 - Browse repository at this point
Copy the full SHA 68e7fa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bde0785 - Browse repository at this point
Copy the full SHA bde0785View commit details -
Merge pull request #554 from arduino/snu-check-min-version
SNU check min required version of nina-fw
Configuration menu - View commit details
-
Copy full SHA for 8be46b9 - Browse repository at this point
Copy the full SHA 8be46b9View commit details -
'contribution' is spelt incorrectly as cotribution.
Configuration menu - View commit details
-
Copy full SHA for f5dfda8 - Browse repository at this point
Copy the full SHA f5dfda8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 356a11a - Browse repository at this point
Copy the full SHA 356a11aView commit details
Commits on Sep 22, 2020
-
Bugfix: Use correct length of LZSS compressed file for decompression/…
…writing to flash memory
Configuration menu - View commit details
-
Copy full SHA for 2e29c3c - Browse repository at this point
Copy the full SHA 2e29c3cView commit details -
Merge pull request #562 from arduino/fix-nina-lzss-length
Bugfix: Use correct length of LZSS compressed file for decompression
Configuration menu - View commit details
-
Copy full SHA for 0b87b1b - Browse repository at this point
Copy the full SHA 0b87b1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f5cb01 - Browse repository at this point
Copy the full SHA 2f5cb01View commit details -
Configuration menu - View commit details
-
Copy full SHA for af46cef - Browse repository at this point
Copy the full SHA af46cefView commit details
Commits on Sep 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 87dc69b - Browse repository at this point
Copy the full SHA 87dc69bView commit details
Commits on Oct 1, 2020
-
Merge pull request #558 from arduino/snu-new-ota-header
[SNU] Extending OTA header to incorporate magic number/version field
Configuration menu - View commit details
-
Copy full SHA for d81df81 - Browse repository at this point
Copy the full SHA d81df81View commit details
Commits on Oct 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 45726bb - Browse repository at this point
Copy the full SHA 45726bbView commit details -
Merge pull request #564 from arduino/snu-fix-inaccessible-field
Fixing inaccessible individual header version member
Configuration menu - View commit details
-
Copy full SHA for 9f92bee - Browse repository at this point
Copy the full SHA 9f92beeView commit details
Commits on Oct 5, 2020
-
Temporary disable download via nina until the new header structure ha…
…s been implemented in all the necessary tools.
Configuration menu - View commit details
-
Copy full SHA for 4a64bfe - Browse repository at this point
Copy the full SHA 4a64bfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9b84b6 - Browse repository at this point
Copy the full SHA b9b84b6View commit details
Commits on Oct 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cc557a4 - Browse repository at this point
Copy the full SHA cc557a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2691b30 - Browse repository at this point
Copy the full SHA 2691b30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64f2aee - Browse repository at this point
Copy the full SHA 64f2aeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3139e35 - Browse repository at this point
Copy the full SHA 3139e35View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7c8d00 - Browse repository at this point
Copy the full SHA f7c8d00View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9e9e8b - Browse repository at this point
Copy the full SHA e9e9e8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a6ef45 - Browse repository at this point
Copy the full SHA 1a6ef45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d18af8 - Browse repository at this point
Copy the full SHA 7d18af8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ed98c2 - Browse repository at this point
Copy the full SHA 0ed98c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f861fd - Browse repository at this point
Copy the full SHA 4f861fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3f8a97 - Browse repository at this point
Copy the full SHA c3f8a97View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8693a3 - Browse repository at this point
Copy the full SHA c8693a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bff8ae - Browse repository at this point
Copy the full SHA 0bff8aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00dca72 - Browse repository at this point
Copy the full SHA 00dca72View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2dd55a - Browse repository at this point
Copy the full SHA f2dd55aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2990e4c - Browse repository at this point
Copy the full SHA 2990e4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6db378e - Browse repository at this point
Copy the full SHA 6db378eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7d471b - Browse repository at this point
Copy the full SHA d7d471bView commit details
Commits on Oct 16, 2020
-
Update names and paths for compile-sketches and report-size-deltas ac…
…tions Co-authored-by: per1234 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01f3e74 - Browse repository at this point
Copy the full SHA 01f3e74View commit details
Commits on Nov 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b47b2af - Browse repository at this point
Copy the full SHA b47b2afView commit details -
Configuration menu - View commit details
-
Copy full SHA for da63a92 - Browse repository at this point
Copy the full SHA da63a92View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbf2e79 - Browse repository at this point
Copy the full SHA dbf2e79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 857c994 - Browse repository at this point
Copy the full SHA 857c994View commit details -
Add WAN attribute to compile also examples from MKRWAN library for MK…
…RWAN1300 and MKRWAN1310
Configuration menu - View commit details
-
Copy full SHA for 0dc7e00 - Browse repository at this point
Copy the full SHA 0dc7e00View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb59c13 - Browse repository at this point
Copy the full SHA fb59c13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50d5867 - Browse repository at this point
Copy the full SHA 50d5867View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6769704 - Browse repository at this point
Copy the full SHA 6769704View commit details
Commits on Nov 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e62bb96 - Browse repository at this point
Copy the full SHA e62bb96View commit details -
Merge pull request #567 from giulcioffi/CIworkflowWithAPI
Add CI workflows (to be used with ArduinoCore-API integration)
Configuration menu - View commit details
-
Copy full SHA for c7369ba - Browse repository at this point
Copy the full SHA c7369baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c2e672 - Browse repository at this point
Copy the full SHA 8c2e672View commit details -
Configuration menu - View commit details
-
Copy full SHA for 374131a - Browse repository at this point
Copy the full SHA 374131aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c7635b - Browse repository at this point
Copy the full SHA 9c7635bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cb8eec - Browse repository at this point
Copy the full SHA 7cb8eecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4837b90 - Browse repository at this point
Copy the full SHA 4837b90View commit details -
Configuration menu - View commit details
-
Copy full SHA for edaf6ae - Browse repository at this point
Copy the full SHA edaf6aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29f7f37 - Browse repository at this point
Copy the full SHA 29f7f37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d81be6 - Browse repository at this point
Copy the full SHA 9d81be6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d27337 - Browse repository at this point
Copy the full SHA 2d27337View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6568acf - Browse repository at this point
Copy the full SHA 6568acfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b9676d - Browse repository at this point
Copy the full SHA 6b9676dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4222d30 - Browse repository at this point
Copy the full SHA 4222d30View commit details -
Modify class Serial_ for the new PluggableUSB API
The new class PluggableUSBModule in ArduinoCore-API does not implement the fuction void handleEndpoint(int ep) which was implemented in the previous version of the same class. This function now needs to be called as proper of SerialUSB and not of PluggableUSB().
Configuration menu - View commit details
-
Copy full SHA for 4c9c60d - Browse repository at this point
Copy the full SHA 4c9c60dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a55883 - Browse repository at this point
Copy the full SHA 0a55883View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fe9901 - Browse repository at this point
Copy the full SHA 9fe9901View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e5e8fc - Browse repository at this point
Copy the full SHA 9e5e8fcView commit details -
Remove includes to wiring_constants.h + declare missing analog functi…
…ons in Arduino.h
Configuration menu - View commit details
-
Copy full SHA for 932329d - Browse repository at this point
Copy the full SHA 932329dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28f9517 - Browse repository at this point
Copy the full SHA 28f9517View commit details -
Removing confusing defines due to their potential to overwrite the SP…
…IMode enum values defined in HardwareSPI.h
Configuration menu - View commit details
-
Copy full SHA for 458c192 - Browse repository at this point
Copy the full SHA 458c192View commit details -
Bugfix: Ensure that the initial values of member variable 'settings' …
…is different from the ones provided via global constant 'DEFAULT_SPI_SETTINGS' because otherwise SPI won't be configured within the 'config' method called within 'begin'
Configuration menu - View commit details
-
Copy full SHA for 0fa5cae - Browse repository at this point
Copy the full SHA 0fa5caeView commit details -
Merge pull request #560 from giulcioffi/namespaced_api
Add ArduinoCore-API integration
Configuration menu - View commit details
-
Copy full SHA for 25fea52 - Browse repository at this point
Copy the full SHA 25fea52View commit details
Commits on Nov 26, 2020
-
Include samd.h instead of sam.h
The sam.h file uses some non-portable macros that raise a warning in newer gcc version. This warning was supressed in commit 8575a52 (Add -Wno-expansion-to-defined compile warning flag), but this is not ideal. However, since the only thing sam.h does is figure out what CPU is selected and include the right family header, and we always use SAMD21 CPUs, the only thing sam.h does is include samd.h. So we can easily bypass then and include samd.h directly. This fixes the first part of #556.
Configuration menu - View commit details
-
Copy full SHA for 30e5b3f - Browse repository at this point
Copy the full SHA 30e5b3fView commit details -
Remove -Wno-expansion-to-defined
Now that we no longer include sam.h, this warning is no longer triggered in normal builds, so there is no longer a need to supress it. This fixes #556.
Configuration menu - View commit details
-
Copy full SHA for 32f7ac6 - Browse repository at this point
Copy the full SHA 32f7ac6View commit details -
Merge pull request #557 from matthijskooijman/remove-no-expansion-to-…
…defined Remove -Wno-expansion-to-defined
Configuration menu - View commit details
-
Copy full SHA for 56e13aa - Browse repository at this point
Copy the full SHA 56e13aaView commit details
Commits on Dec 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ac51448 - Browse repository at this point
Copy the full SHA ac51448View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebac2b4 - Browse repository at this point
Copy the full SHA ebac2b4View commit details
Commits on Dec 10, 2020
-
Merge pull request #516 from luigigubello/rename_nona_wlan
Changing "NONA WLAN" in "Nano 33 IoT"
Configuration menu - View commit details
-
Copy full SHA for 1d07ca4 - Browse repository at this point
Copy the full SHA 1d07ca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70b6a5a - Browse repository at this point
Copy the full SHA 70b6a5aView commit details -
Merge pull request #572 from cmaglie/debug_take_2
Update definition for debugger support on arduino-cli
Configuration menu - View commit details
-
Copy full SHA for 203c290 - Browse repository at this point
Copy the full SHA 203c290View commit details
Commits on Dec 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 75bc2ba - Browse repository at this point
Copy the full SHA 75bc2baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19acb21 - Browse repository at this point
Copy the full SHA 19acb21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cdcc3f - Browse repository at this point
Copy the full SHA 8cdcc3fView commit details -
Merge pull request #573 from giulcioffi/action_core_release
Action for core release
Configuration menu - View commit details
-
Copy full SHA for 96fba00 - Browse repository at this point
Copy the full SHA 96fba00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 661b128 - Browse repository at this point
Copy the full SHA 661b128View commit details
Commits on Dec 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b99d2eb - Browse repository at this point
Copy the full SHA b99d2ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c15cd0 - Browse repository at this point
Copy the full SHA 4c15cd0View commit details -
Merge pull request #574 from giulcioffi/APIintegration
Package the core with latest release of ArduinoCore-API
Configuration menu - View commit details
-
Copy full SHA for d5d336c - Browse repository at this point
Copy the full SHA d5d336cView commit details
Commits on Dec 17, 2020
-
Limit max SPI clock frequency to F_CPU/2
Fixes arduino/ArduinoCore-samd#576 From https://ww1.microchip.com/downloads/en/DeviceDoc/SAM_D21_DA1_Family_DataSheet_DS40001882F.pdf , Table 25-2 Syncronous mode (the one we are using) condition is fBAUD <= fref/2 . Since fref can be as high as F_CPU (48MHz) let's limit the possible fBAUD to F_CPU/2 .
Configuration menu - View commit details
-
Copy full SHA for 738a0e9 - Browse repository at this point
Copy the full SHA 738a0e9View commit details
Commits on Dec 18, 2020
-
Provide irq safe implementation of RingBuffer
Alternative way to fix arduino/ArduinoCore-samd#580 without restoring the buggy RingBuffer implementation from API
Configuration menu - View commit details
-
Copy full SHA for a110c0b - Browse repository at this point
Copy the full SHA a110c0bView commit details -
Use www subdomain in arduino.cc URLs
www.arduino.cc is Arduino's preferred url.
Configuration menu - View commit details
-
Copy full SHA for 29ab27c - Browse repository at this point
Copy the full SHA 29ab27cView commit details -
Merge pull request #541 from ROBOTIS-Will/patch-1
fix high speed communication issue
Configuration menu - View commit details
-
Copy full SHA for ad95d3c - Browse repository at this point
Copy the full SHA ad95d3cView commit details -
Merge pull request #579 from facchinm/spi_fix_maxclock
Limit max SPI clock frequency to F_CPU/2
Configuration menu - View commit details
-
Copy full SHA for 182a28a - Browse repository at this point
Copy the full SHA 182a28aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0fcb66 - Browse repository at this point
Copy the full SHA a0fcb66View commit details
Commits on Dec 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 07d61ea - Browse repository at this point
Copy the full SHA 07d61eaView commit details -
Merge pull request #582 from facchinm/saferingbuffer
Provide irq safe implementation of RingBuffer
Configuration menu - View commit details
-
Copy full SHA for 738af17 - Browse repository at this point
Copy the full SHA 738af17View commit details
Commits on Dec 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 99711df - Browse repository at this point
Copy the full SHA 99711dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86cf01b - Browse repository at this point
Copy the full SHA 86cf01bView commit details -
Make bootloaders check for the MCU Security Bit.
If Security Bit is set, it will not let a client read from flash memory, and will always erase the full sketch flash memory, when flashing, to avoid anyone trying to perform a partial flash. If BOOTPROT is set to 2 and Security Bit is set, the bootloader will be fully protected, and it should not be trivial to read the sketch out of the MCU. Without these changes, the bootloader ignores the Security Bit, and let clients like bossac.exe read the entire flash memory.
Configuration menu - View commit details
-
Copy full SHA for 7d69dd6 - Browse repository at this point
Copy the full SHA 7d69dd6View commit details -
Bootloader protection of flash memory may also be turned on by settin…
…g the SECURE_BY_DEFAULT compile flag, either through an argument to make, or by setting flag in sam_ba_monitor.h.
Configuration menu - View commit details
-
Copy full SHA for 9cb10ad - Browse repository at this point
Copy the full SHA 9cb10adView commit details -
To allow the MKR VIDOR 4000 loader to build to less than 8 KByte, the…
… string handling of compile time DATE and TIME had to be concatinated in source code. The side effect is that the code is much more concise and readable.
Configuration menu - View commit details
-
Copy full SHA for efcc5c9 - Browse repository at this point
Copy the full SHA efcc5c9View commit details -
Sometimes an Arduino sketch needs to reset the MCU, but still wants t…
…o have some variables to be able to survive. The bootloader itself uses very little RAM and excludes by default the last 4 bytes of RAM from use by the stack. To allow sketches using a modified linker script to take the same approach, the changed bootloader linker script excludes the last 1 KByte of RAM from stack.
Configuration menu - View commit details
-
Copy full SHA for aafa688 - Browse repository at this point
Copy the full SHA aafa688View commit details -
Configure CI workflow to compile AceTime library example
This change causes the "Compile Examples" CI workflow to compile AceTime library's "HelloDateTime" example sketch for every board in the job matrix.
Configuration menu - View commit details
-
Copy full SHA for 245da70 - Browse repository at this point
Copy the full SHA 245da70View commit details
Commits on Dec 24, 2020
-
Merge pull request mysensors#3 from per1234/pgmspace
Configure CI workflow to compile AceTime library example
Configuration menu - View commit details
-
Copy full SHA for 678d57d - Browse repository at this point
Copy the full SHA 678d57dView commit details -
Merge pull request #586 from ksmith3036/master
Make bootloader honour the MCU Security Bit
Configuration menu - View commit details
-
Copy full SHA for f35f157 - Browse repository at this point
Copy the full SHA f35f157View commit details -
Merge pull request #588 from facchinm/pgmspace
Re-add deprecated-avr-comp to include folders
Configuration menu - View commit details
-
Copy full SHA for 214c775 - Browse repository at this point
Copy the full SHA 214c775View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b60a79 - Browse repository at this point
Copy the full SHA 0b60a79View commit details
Commits on Dec 30, 2020
-
Added check for ARBLOST in sendDataMasterWIRE so misbehaving I2C slaves don't cause the Zero to get stuck in an endless loop.
Configuration menu - View commit details
-
Copy full SHA for 11dbf85 - Browse repository at this point
Copy the full SHA 11dbf85View commit details
Commits on Feb 11, 2021
-
Use authenticated API requests in "Compile Examples" CI workflow (#584)
The arduino/compile-sketches GitHub Actions action used in the "Compile Examples" workflow queries the GitHub API for the base ref of the pull request, which is used for the memory deltas determination. There were a couple workflow runs recently that failed due to rate limiting. Authenticated API requests are given a more generous API request allowance, so providing the action with the automatically generated GitHub access token should prevent this from happening again.
Configuration menu - View commit details
-
Copy full SHA for f6148c3 - Browse repository at this point
Copy the full SHA f6148c3View commit details
Commits on Feb 22, 2021
-
Pin Ace* libraries at last compatible version in CI workflow
Due to incompatibilities introduced during the initial ArduinoCore-API incorporation, the author of the AceTime and AceCommon libraries has added an #error directive that is triggered when the libraries are compiled by any version of arduino;samd that uses ArduinoCore-API: - https://github.com/bxparks/AceTime/blob/v1.6/src/AceTime.h#L25-L26 - https://github.com/bxparks/AceCommon/blob/v1.4.3/src/AceCommon.h#L44-L45 Ironically, compilation of the AceTime examples was added specifically to avoid any future breakage of compatibility with that library. Now the shoe is on the other foot.
Configuration menu - View commit details
-
Copy full SHA for 6f93f9b - Browse repository at this point
Copy the full SHA 6f93f9bView commit details
Commits on Mar 29, 2021
-
Don't spill arduino namespace in headers
Needs arduino/ArduinoCore-API#144 to be merged
Configuration menu - View commit details
-
Copy full SHA for a3cc04d - Browse repository at this point
Copy the full SHA a3cc04dView commit details -
Merge pull request #607 from per1234/pin-ace-libs
Pin Ace* libraries at last compatible version in CI workflow
Configuration menu - View commit details
-
Copy full SHA for ed76cf5 - Browse repository at this point
Copy the full SHA ed76cf5View commit details -
Fix compiler warning from useless volatile
"Cast to integral type ignores qualifier volatile" Attempting to cast to a `volatile uint32_t` does nothing different from cast to a `uint32_t`, with the exception of looking like it's doing something different. Just remove the `volatile` qualifier to fix. See also adafruit/ArduinoCore-samd#288
Configuration menu - View commit details
-
Copy full SHA for f99e452 - Browse repository at this point
Copy the full SHA f99e452View commit details
Commits on Apr 1, 2021
-
Disable verbose output in sketch compilation CI logs
The arduino/compile-sketches action was previously configured for verbose output.. This option is primarily intended to be used for troubleshooting and doesn't contain any information that is useful for general usage. Due to the extensive coverage of this CI workflow, the logs are massive, which makes it inconvenient for anyone to read them to identify the cause of a failure. Removing the verbose output will improve that situation
Configuration menu - View commit details
-
Copy full SHA for 34ead75 - Browse repository at this point
Copy the full SHA 34ead75View commit details -
Merge pull request #617 from per1234/non-verbose-ci
Disable verbose output in sketch compilation CI logs
Configuration menu - View commit details
-
Copy full SHA for eb0a10a - Browse repository at this point
Copy the full SHA eb0a10aView commit details
Commits on Apr 2, 2021
-
SafeRingBuffer.h: Prevent compiler warning about reaching end of non-…
…void function (see #580)
Configuration menu - View commit details
-
Copy full SHA for 9d55719 - Browse repository at this point
Copy the full SHA 9d55719View commit details
Commits on Apr 4, 2021
-
Use established KEYWORD_TOKENTYPE for global instance keywords
All the other platform bundled libraries use `KEYWORD1` for the library's global instance so this provides consistency.
Configuration menu - View commit details
-
Copy full SHA for d681383 - Browse repository at this point
Copy the full SHA d681383View commit details
Commits on Apr 5, 2021
-
Document SAMD_AnalogCorrection library's 12 bit resolution requirement
The platform bundled SAMD_AnalogCorrection library is only compatible with 12 bit ADC resolution. This can be confusing to the user because: - The definition of ADC_RESOLUTION_BITS in the CorrectADCResponse sketch gives the impression this value can be modified by the user. - The default analogRead() resolution is 10 bits. The first is resolved by the addition of a comment prohibiting changing the value of ADC_RESOLUTION_BITS. The second is resolved by the addition of an `analogReadResolution(12)` call to the code generated by the CorrectADCResponse sketch.
Configuration menu - View commit details
-
Copy full SHA for 7f72619 - Browse repository at this point
Copy the full SHA 7f72619View commit details
Commits on Apr 6, 2021
-
Merge pull request #618 from bxparks/saferingbuffer
SafeRingBuffer.h: Prevent compiler warning about reaching end of non-void function (see #580)
Configuration menu - View commit details
-
Copy full SHA for cfa2899 - Browse repository at this point
Copy the full SHA cfa2899View commit details -
Merge pull request #619 from per1234/fix-keywords
Use established KEYWORD_TOKENTYPE for global instance keywords
Configuration menu - View commit details
-
Copy full SHA for d1ac732 - Browse repository at this point
Copy the full SHA d1ac732View commit details -
Merge pull request #613 from henrygab/patch-4
Fix compiler warning from useless volatile
Configuration menu - View commit details
-
Copy full SHA for af726a7 - Browse repository at this point
Copy the full SHA af726a7View commit details -
Merge pull request #612 from facchinm/no_forced_namespace
Don't spill arduino namespace in headers
Configuration menu - View commit details
-
Copy full SHA for 9f91acc - Browse repository at this point
Copy the full SHA 9f91accView commit details
Commits on Apr 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for aa21f4f - Browse repository at this point
Copy the full SHA aa21f4fView commit details
Commits on May 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b73c582 - Browse repository at this point
Copy the full SHA b73c582View commit details
Commits on Jun 23, 2021
-
Restructure programmers by removing hardcoded build.openocdscript
This allows selecting multiple programmers; J-Link added as an example.
Configuration menu - View commit details
-
Copy full SHA for 52b4a2d - Browse repository at this point
Copy the full SHA 52b4a2dView commit details
Commits on Jul 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b49b07f - Browse repository at this point
Copy the full SHA b49b07fView commit details
Commits on Aug 2, 2021
-
Merge pull request #642 from xiongyu0523/improve-gcc-flag-for-s
add architecture specific flag to compiler.S.flags
Configuration menu - View commit details
-
Copy full SHA for eb27f47 - Browse repository at this point
Copy the full SHA eb27f47View commit details
Commits on Oct 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 678e3ff - Browse repository at this point
Copy the full SHA 678e3ffView commit details -
fix Serial.flush() blocks forever #597
* The aynchronous nature of the DRE and TXC interrupt flags causes issues (lockups) when the TX DATA register is empty on start and a flush is issued. Simply looking at the DRE prior to waiting for TXC is insufficient because the data register may well be empty but the shift register could still contain data, in this case SERCOM::flushUART() would return before TXC has been raised thus before flushing is complete. * bool added to SERCOM.h to indicate when it is ok for SERCOM::flushUART() to wait for the TXC flag. This flag is set when any data is written to the data register via SERCOM::writeDataUART(). It is cleared when a flush is done.
Configuration menu - View commit details
-
Copy full SHA for b0ba1ee - Browse repository at this point
Copy the full SHA b0ba1eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96ce5f9 - Browse repository at this point
Copy the full SHA 96ce5f9View commit details
Commits on Oct 20, 2021
-
Merge pull request #636 from facchinm/restructure_programmers
Restructure programmers by removing hardcoded build.openocdscript
Configuration menu - View commit details
-
Copy full SHA for 1fe47dc - Browse repository at this point
Copy the full SHA 1fe47dcView commit details -
Merge pull request #629 from JDuchniewicz/nano_pin_fix
Fix to a proper MCU name in variant.cpp for Arduino Nano 33 IoT.
Configuration menu - View commit details
-
Copy full SHA for 5c3f7f3 - Browse repository at this point
Copy the full SHA 5c3f7f3View commit details -
Merge pull request #622 from facchinm/spi_divider
SPI: restore 12MHz as maximum frequency
Configuration menu - View commit details
-
Copy full SHA for 1a7d8d0 - Browse repository at this point
Copy the full SHA 1a7d8d0View commit details -
Merge pull request #591 from agprimatic/master
Fix I2C Master hang when communicating with bad I2C slaves.
Configuration menu - View commit details
-
Copy full SHA for a38aba7 - Browse repository at this point
Copy the full SHA a38aba7View commit details -
Merge pull request #620 from per1234/improve-SAMD_AnalogCorrection-docs
Document SAMD_AnalogCorrection library's 12 bit resolution requirement
Configuration menu - View commit details
-
Copy full SHA for dda98e5 - Browse repository at this point
Copy the full SHA dda98e5View commit details -
Merge pull request #651 from facchinm/uart_ringbuffer_256
UART: restore default buffer size to 256 bytes
Configuration menu - View commit details
-
Copy full SHA for 3b9a5e7 - Browse repository at this point
Copy the full SHA 3b9a5e7View commit details -
Merge pull request #652 from facchinm/fix_flush_locks_on_startup
fix Serial.flush() blocks forever #597
Configuration menu - View commit details
-
Copy full SHA for a5d52db - Browse repository at this point
Copy the full SHA a5d52dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39f483e - Browse repository at this point
Copy the full SHA 39f483eView commit details
Commits on Nov 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 000db0c - Browse repository at this point
Copy the full SHA 000db0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for beffd08 - Browse repository at this point
Copy the full SHA beffd08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d1fb48 - Browse repository at this point
Copy the full SHA 2d1fb48View commit details
Commits on Nov 28, 2021
-
Remove programmer properties from openocd upload pattern
Platform properties may be associated with a specific programmer selection in the programmers.txt configuration file. These properties can be used in the platform.txt patterns for the actions that use the programmer: - `program` - `erase` - `bootloader` However, those properties are not expanded in the `upload` pattern, since it does not use the programmer: https://arduino.github.io/arduino-cli/dev/platform-specification/#programmerstxt > These properties can only be used in the recipes of the actions that use the programmer (erase, bootloader, and program). While enhancing the ability to make programmer-specific configuration of the patterns, programmer-associated properties were introduced into `tools.openocd.upload.pattern`, which caused uploads to fail for the "Arduino Zero (Programming Port)" board: ``` Unexpected command line argument: {extra_params} ``` The upload pattern is hereby reverted to the previous working configuration, leaving the beneficial changes to the other patterns.
Configuration menu - View commit details
-
Copy full SHA for 719d9c6 - Browse repository at this point
Copy the full SHA 719d9c6View commit details
Commits on Nov 29, 2021
-
Merge pull request #655 from per1234/fix-openocd-upload-pattern
Remove programmer properties from openocd upload pattern
Configuration menu - View commit details
-
Copy full SHA for 70c7125 - Browse repository at this point
Copy the full SHA 70c7125View commit details
Commits on Nov 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e163544 - Browse repository at this point
Copy the full SHA e163544View commit details
Commits on Dec 1, 2021
-
Merge pull request #656 from arduino/scerza/fix-java-ide-network-upload
Fix legacy `upload.network_pattern` rules
Configuration menu - View commit details
-
Copy full SHA for 104f07f - Browse repository at this point
Copy the full SHA 104f07fView commit details
Commits on Dec 3, 2021
-
Make SerialCDC inherit from HardwareSerial
As suggested by @thiagoralves
Configuration menu - View commit details
-
Copy full SHA for 7e2d627 - Browse repository at this point
Copy the full SHA 7e2d627View commit details
Commits on Feb 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ed21e12 - Browse repository at this point
Copy the full SHA ed21e12View commit details
Commits on Feb 18, 2022
-
* Fix arduino/ArduinoCore-samd#661 * connected() did not return the USB connected state, but essentially a random value.
Configuration menu - View commit details
-
Copy full SHA for b2102c8 - Browse repository at this point
Copy the full SHA b2102c8View commit details
Commits on Feb 22, 2022
-
Merge pull request #664 from pillilz/master
Fix USBDevice.connected()
Configuration menu - View commit details
-
Copy full SHA for 86d2463 - Browse repository at this point
Copy the full SHA 86d2463View commit details -
Merge pull request #657 from facchinm/serial_cdc_inherit_hardwarserial
Make SerialCDC inherit from HardwareSerial
Configuration menu - View commit details
-
Copy full SHA for dc99cd2 - Browse repository at this point
Copy the full SHA dc99cd2View commit details -
Update HID.h with report types (#602)
Add missing #define statements when compared to AVR library. Support for readbytes with a byte/uint8_t buffer
Configuration menu - View commit details
-
Copy full SHA for 3fd369e - Browse repository at this point
Copy the full SHA 3fd369eView commit details
Commits on Feb 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5ae2f68 - Browse repository at this point
Copy the full SHA 5ae2f68View commit details
Commits on Jun 8, 2022
-
Fixed Serial_::begin(..) definition to match arduino::HardwareSerial
This is usually not a problem becuase we use the arm-none-eabi-gcc compiler thas has type `uint32_t` aliased to `unsigned long`. Anyway this is not mandatory in general, and the compiler may choose to alias `uint32_t` with `unsigned int` as it happens with llvm/clang. Since we use clangd as language server on the Arduino IDE 2.0 the Serial_ object and all the derived instances (Serial, SerialUSB, ...) are not available in code-completion suggestions.
Configuration menu - View commit details
-
Copy full SHA for b52412e - Browse repository at this point
Copy the full SHA b52412eView commit details
Commits on Aug 8, 2022
-
Document how to add the required link to ArduinoCore-API. (#676)
* Document how to add the required link to ArduinoCore-API. Related to arduino/ArduinoCore-API#96. * Update README.md Co-authored-by: per1234 <[email protected]> * Update README.md Co-authored-by: per1234 <[email protected]> * Update README.md Co-authored-by: per1234 <[email protected]> * Update README.md Co-authored-by: per1234 <[email protected]> Co-authored-by: per1234 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8983308 - Browse repository at this point
Copy the full SHA 8983308View commit details
Commits on Jan 21, 2023
-
Update I2S.cpp to work with RTCZero library
I2S.cpp configures the clock without specifying what to GLCK->DIVSEL bit. This causes issues when the bit is set to 1 by other libraries such as RTCZero. Explicitly setting this value fixes the problem.
Configuration menu - View commit details
-
Copy full SHA for 84e222f - Browse repository at this point
Copy the full SHA 84e222fView commit details
Commits on Jan 23, 2023
-
Merge pull request #692 from Khosos/patch-1
Update I2S.cpp to work with RTCZero library
Configuration menu - View commit details
-
Copy full SHA for 26f2d48 - Browse repository at this point
Copy the full SHA 26f2d48View commit details
Commits on Feb 20, 2023
-
Updated some names of MKR boards, see changes! @facchinm
Configuration menu - View commit details
-
Copy full SHA for afeba43 - Browse repository at this point
Copy the full SHA afeba43View commit details -
Updated some naming of the products @facchinm
Configuration menu - View commit details
-
Copy full SHA for db94399 - Browse repository at this point
Copy the full SHA db94399View commit details
Commits on Feb 24, 2023
-
Merge pull request #696 from jhansson-ard/patch-2
Updated naming of boards
Configuration menu - View commit details
-
Copy full SHA for b0f7110 - Browse repository at this point
Copy the full SHA b0f7110View commit details -
Merge pull request #695 from jhansson-ard/patch-1
Updated naming of MKR boards
Configuration menu - View commit details
-
Copy full SHA for 84c09b3 - Browse repository at this point
Copy the full SHA 84c09b3View commit details
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 73ab098 - Browse repository at this point
Copy the full SHA 73ab098View commit details -
Merge remote-tracking branch 'arduino/master' into updateFromArduino
Thomas Bowman Mørch committedJul 4, 2023 Configuration menu - View commit details
-
Copy full SHA for ea65fa9 - Browse repository at this point
Copy the full SHA ea65fa9View commit details
Commits on Jul 6, 2023
-
Thomas Bowman Mørch committed
Jul 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 76cfd18 - Browse repository at this point
Copy the full SHA 76cfd18View commit details -
Thomas Bowman Mørch committed
Jul 6, 2023 Configuration menu - View commit details
-
Copy full SHA for e9c3ce7 - Browse repository at this point
Copy the full SHA e9c3ce7View commit details