1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-28 09:24:14 +01:00
Commit Graph

7335 Commits

Author SHA1 Message Date
Cristian Maglie
6890de12b4 wifi-firmware: Added latest firmwares (up to version 1.4.8) for NINA-based boards 2021-08-10 18:56:15 +02:00
Cristian Maglie
a55a6d2a9d
Merge pull request #11532 from jogo-/patch-2
Fix typos in revisions.txt
2021-05-31 09:42:34 +02:00
Cristian Maglie
51407cc416
Merge pull request #11564 from cmaglie/fix-url-error-handling
Gracefully handle malformed additional board manager urls
2021-05-31 09:40:15 +02:00
Cristian Maglie
17f5719caf Gracefully handle malformed additional board manager urls 2021-05-27 09:30:17 +02:00
Cristian Maglie
c4109e78bc Removed unused imports 2021-05-19 12:15:37 +02:00
jogo-
a79936a8df
Fix typos in revisions.txt 2021-05-15 11:09:40 +02:00
Cristian Maglie
07b0b4077f
Merge pull request #11529 from cmaglie/lib-discovery-hotfix
Fixed regression in library discovery.
2021-05-14 15:23:52 +02:00
Cristian Maglie
d5fef6a079 Fixed regression in library discovery (failing to compile bundled libs, like SD or Ethernet, on some platforms) 2021-05-14 14:52:44 +02:00
Cristian Maglie
1ed8776eb3 Starting Arduino IDE 1.8.15 2021-05-12 15:20:13 +02:00
Cristian Maglie
2355e6afb7 Updated some bundled libraries
Servo: 1.1.6 -> 1.1.7
Adafruit_Circuit_Playground: 1.10.4 -> 1.11.3
2021-05-12 14:39:48 +02:00
Cristian Maglie
4906ef5e24 Updated changelog 2021-05-12 09:40:45 +02:00
Cristian Maglie
5758f90d41
Merge pull request #11519 from per1234/update-examples
Use 1.9.1 release of built-in examples
2021-05-12 09:14:24 +02:00
Aarav Borthakur
f89e493138
Fix mac installation link on README (#11520) 2021-05-11 22:30:02 -07:00
per1234
30bec1135f Use 1.9.1 release of built-in examples 2021-05-11 15:36:34 -07:00
Cristian Maglie
9279f61554 Updated translations 2021-05-11 15:20:23 +02:00
Cristian Maglie
9b509c06f6
Merge pull request #11096 from facchinm/loose_filter_on_boards
Board Manager: searching returns also near matches
2021-05-11 14:50:55 +02:00
Cristian Maglie
aef6d2ac98 Filter ContributedPlatformReleases after fully building them 2021-05-11 14:34:14 +02:00
Martino Facchin
cec4f41dd7 Board Manager: searching returns also near matches
The original filter would only populate the contribution list with perfect matches.

Previously, if a core was installed but didn't match the search it wouldn't appear in the results (due to a board being added or the description changed);
the user could then install (not upgrade) the core, triggering a confusing situation.

When moving to arduino-cli backend we should take care of this issue, at least visually (the cli logic would correctly update/downgrade the core)
2021-05-11 14:31:21 +02:00
Cristian Maglie
96bd671c6e Updated arduino-builder to 1.6.0 2021-05-11 01:35:00 +02:00
Cristian Maglie
8ceb6c29f8
Merge pull request #11508 from cmaglie/deprecation_field
Added basic "deprecation" support for platforms
2021-05-10 16:06:08 +02:00
QuocViet Le
69e91cab5c Typo in SerialPlotter.java 2021-05-10 16:03:07 +02:00
Cristian Maglie
7a9db6ccf8 Show maintainer instead of author in lib manager 2021-05-10 15:55:54 +02:00
Cristian Maglie
1e7c7f89fb
Merge pull request #11496 from cmaglie/wifi-firmware-updater-0.11.0
Updated WiFi101-Firmware-Updater to v0.11.0
2021-05-10 11:52:15 +02:00
Cristian Maglie
12cb3f0dc9 Added 'deprecated' label 2021-05-10 10:06:39 +02:00
Cristian Maglie
24556e7bf2 Deprioritize deprecated contributions 2021-05-10 09:59:16 +02:00
Cristian Maglie
cecc61c7eb Propagate deprecated flag in ContributedPlatformReleases 2021-05-10 09:59:16 +02:00
Cristian Maglie
bf2f90dfff Added deprecated field in index parsing 2021-05-10 09:38:31 +02:00
Cristian Maglie
b68d4b64e6 Fixed some trivial warnings 2021-05-10 09:38:31 +02:00
atharwa_24
dcce077136 add a release version batch in README.md
the user can see the latest release version at their first glance
2021-05-07 16:09:06 +02:00
Cristian Maglie
621115b3e1 Updated WiFi101-Firmware-Updater to v0.11.0 2021-05-07 15:00:42 +02:00
Cristian Maglie
bc4498aa32
Merge pull request #11487 from cmaglie/do-not-delete-unused-packages-index
Do not delete unused 3rd party index files
2021-05-06 23:41:55 +02:00
Cristian Maglie
c82005c2c0 Do not delete unused 3rd party index files 2021-05-06 10:27:27 +02:00
Cristian Maglie
488f0d7ab2
Merge pull request #11425 from facchinm/scrollable_custommenus
Make Custom menus scrollable
2021-04-30 17:10:54 +02:00
Cristian Maglie
cb1b845fbd Preserve all menu items for restoring when the menu is closed 2021-04-25 23:14:25 +02:00
Martino Facchin
6c3c1c09b1 Make Custom menus scrollable
Fixes #11416

The patch on MenuScroller.java is needed to avoid a clash between custom menus with the same label.
This behaviour artificially increases the amount of objects that the scroller will calculate.
Eg. if two boards share the same custom menu, that menu will contain the properties for both the boards (since it's parsed twice).
2021-04-12 13:02:12 +02:00
Cristian Maglie
57a931c9c4
Merge pull request #11414 from cmaglie/i18n-update
Some small URL fix and updates to translations
2021-04-09 13:37:03 +02:00
Adrian Hughes
3f0699a949
Optimize applyFilter() to Avoid Redundant String Operations (#11284)
if 'showingHint' == true, then many potentially expensive String operations are being executed on an empty string. This change wraps these operations in an if block which will only run them when needed.
2021-04-09 13:36:32 +02:00
Cristian Maglie
ba7140e3b0 Updated all translations 2021-04-08 15:16:58 +02:00
Cristian Maglie
021bcacdb1 Removed translation and updated some URLs 2021-04-08 15:16:57 +02:00
Cristian Maglie
f4f98cf25e Fixed wrong translation 2021-04-08 15:16:27 +02:00
Cristian Maglie
e915f4d356 Downloaded new translations from transifex 2021-04-08 13:55:17 +02:00
per1234
03f5f8adc4 Update links to troubleshooting guides in error messages
When the compiled size of a sketch exceeds the available flash or RAM on the board, the error message includes a link to
a troubleshooting guide:

Sketch uses 16110 bytes (112%) of program storage space. Maximum is 14336 bytes.
Global variables use 685 bytes (66%) of dynamic memory, leaving 339 bytes for local variables. Maximum is 1024 bytes.
Sketch too big; see http://www.arduino.cc/en/Guide/Troubleshooting#size for tips on reducing it.

When an upload fails, the error message includes a link to a troubleshooting guide:

Problem uploading to board.  See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
http://www.arduino.cc/en/Guide/Troubleshooting was recently replaced with the Arduino Help Center. Even though that URL
redirects to the Help Center, it only goes to the home page, leaving the user to hunt for the relevant article.

A better user experience is provided by linking directly to the relevant content in the Help Center.
2021-04-08 13:51:42 +02:00
per1234
ed67cd330a
Merge pull request #11331 from per1234/security-disclosure-policy
Add security policy link to readme
2021-03-09 00:20:05 -08:00
per1234
69cffd3c9c
Add security policy link to readme 2021-03-08 17:51:33 -08:00
Martino Facchin
b3d609f4de Update WiFi Firmware Updater to 0.10.13 2021-01-29 10:55:08 +01:00
Cristian Maglie
4cc99a9506 Update arduino-builder to 1.5.6 2021-01-27 19:20:32 +01:00
Cristian Maglie
06e969e606 update changelog 2021-01-26 11:59:08 +01:00
Cristian Maglie
b2265ce4ed
Merge pull request #11200 from magedrifaat/linestatusbug
Fix status bar custom board preferences disappearing
2021-01-26 11:56:31 +01:00
maged
5e7519473e Fix status bar custom board preferences disappearing 2021-01-24 16:26:17 +02:00
jenkins
f4e8a91f10 update arduino-builder to 1.5.5 2020-12-15 11:01:09 +01:00