-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix compile errors #410
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
Open
+6,000
−4,201
Open
Fix compile errors #410
Changes from 1 commit
Commits
Show all changes
116 commits
Select commit
Hold shift + click to select a range
6ad770e
No fixed value for USB power current.
awatterott 0c5aa78
Add `bitToggle` macro to complement `bitSet` etc
jamadagni c6ce36d
Add placement new operator
Pharap b410611
Prevent possible compiler warning
Pharap 6a71747
Add noexcept specifier to placement new operator
Pharap d518be6
Removed historic Arduino-0012 workaround
florian-schweiger c87bc7b
Add USBDevice.isSuspended()
algernon a901b08
Revert "Updated Arduino as ISP setting"
per1234 98c8a13
Add ATmega32U4-compatible Arduino as ISP programmer
per1234 4efd686
Merge pull request #56 from per1234/arduino-as-isp-atmega32u4-programmer
facchinm 6ba4fd3
Merge pull request #54 from algernon/pull/wakeup-suspend-hooks
facchinm c27aef0
Remove commented out code for I2C interrupts on WInterrupts.c
paulo-raca 5755dde
Merge pull request #59 from paulo-raca/wiring_private_i2c
facchinm 8f752bf
Add parameters names to common prototypes
paulrnash 9e9f54d
Define descriptor return var in pluggable block
dmadison 649f978
Minor optimization in shiftOut function
luco5826 4d074e8
Fixed shiftOut in MSBFIRST mode HIGH/LOW
luco5826 7a2e1cd
Merge pull request #51 from florian-schweiger/patch-1
facchinm b237dcc
Do not claim AT-protocol in CDC interface descriptor
matthijskooijman e715ebf
Cast pins to signed integers to avoid Wtype-limits compile warning
jrowberg c270eaa
Add null pointer test to String destructor
jrowberg d908f32
rename yunmini.bootloader.file on boards.txt
gigoh 13bace4
Update twi.c
CombiesGit 29bfd08
remove unnecessary if branch
zakkie 317513b
Merge pull request #103 from zakkie/fix/remove_if
aentinger 815d311
Merge pull request #76 from dmadison/pluggable-unused
aentinger becb995
Adding parenthesis around 'bitvalue' allowing correct macro expansion...
aentinger ffe7ae0
Merge pull request #64 from paulrnash/paulrnash-intellisense
aentinger 742abcd
Merge pull request #33 from Pharap/add-placement-new
aentinger 366b1b8
Merge branch 'master' into patch-1
aentinger 5ed329e
Merge pull request #31 from jamadagni/patch-1
aentinger 786e405
Merge pull request #100 from CombiesGit/patch-1
aentinger 3718970
Merge pull request #99 from gigoh/fix-bootloader-path
aentinger cc8daac
Merge pull request #92 from matthijskooijman/cdc-no-prototocol-at
aentinger ffeca15
Merge pull request #95 from jrowberg/master
aentinger 3883e49
Merge pull request #82 from luco5826/master
aentinger 41f15a1
Changed linking order, so precompiled libraries can use the Arduino c...
Corjan85 319be02
Add i2c_scanner to example of Wire (#93)
asukiaaa c0b0803
Merge pull request #4 from awatterott/master
aentinger 56486ab
Revert "Changed linking order, so precompiled libraries can use the A...
aentinger 464bfc4
Merge pull request #284 from arduino/revert-52-master
aentinger 71c366f
Remove Genuino Occurrences
mastrolinux 95867b5
Removed Genuino Micro and set to replace it with Arduino Micro on upload
cmaglie f9cadc5
Merge pull request #286 from arduino/remove-genuino
facchinm 2f67c91
Added SERIAL_PORT_MONITOR define to Arduino Ethernet
giampiero7 c8d6aef
Interrupt ordering for 32u2 and 16u2 MCU (#66)
M-Reimer 0e7fae8
Release 1.8.2
cmaglie 9e5ab3d
Fix sine -> since typo in HardwareSerial files
e28eta 0f3d4da
Merge pull request #318 from e28eta/typos
facchinm bca2493
Added precompiled lib support
cmaglie 4438bb7
Update comment on wiring_analog.c
Max-Leopold 58081c0
Merge pull request #337 from Max-Leopold/patch-1
facchinm d1ae194
Add "new" proxy header for compatibility with c++-standard #include<new>
eudoxos 9568c63
Merge pull request #335 from cmaglie/add-precomp-lib-support
facchinm 71c3f99
Merge pull request #340 from eudoxos/header-new
facchinm deea929
Introduce non compulsory Wire timeout
greyltc 38ff552
Wire: add sensible defaults to setWireTimeout
facchinm f1fe5e8
Wire: improve comments on timeout
matthijskooijman e4611a1
Publish 1.8.3
facchinm 3055c1e
Wire: apply last suggested comment from @matthijskooijman
facchinm 9a02bd8
Swap new and new.h header files
matthijskooijman 07b6bd1
Clean up and complete `<new>` header
matthijskooijman 4e469e0
Allow overriding selected operator new and delete functions
matthijskooijman b8c6c85
Add weak `std::terminate()` implementation
matthijskooijman 66d06b0
Call std::terminate on pure or deleted virtual functions
matthijskooijman 6e0fb1e
Make zero-sized new standards-compliant
matthijskooijman 1a885ce
Optionally let new terminate on allocation failure
matthijskooijman 6d29250
Use std::size_t in new/delete
matthijskooijman 6ec8015
Merge pull request #361 from matthijskooijman/improve-new
facchinm 4fd3801
Improve reading ADC result
VitSh7 87236bc
Merge pull request #345 from Vitve4/pr_344
facchinm 18a9e3d
Update platform specification URLs in configuration files
per1234 60f0d0b
Merge pull request #369 from per1234/update-platform-docs-urls
facchinm 8e823d2
Allow disabling CDC with -DCDC_DISABLED
DanielGibson bbc017f
fix twi_manageTimeoutFlag function description
greyltc 9f8d27f
Merge pull request #385 from greyltc/patch-1
facchinm 4b35c44
Declare TwoWire functions as virtual
ArkadyGamza cfeb616
Use established KEYWORD_TOKENTYPE for Wire keyword
per1234 5fb6220
Merge pull request #396 from ArkadyGamza/make_TwoWire_functions_virtual
aentinger ec2b495
Provide a brief description of the project
per1234 de717ce
Configure Dependabot to check for outdated actions used in workflows
per1234 1ac42f7
Revert "Declare TwoWire functions as virtual" (#412)
aentinger 5ec42f9
Add CI workflow to check for commonly misspelled words
per1234 8b327d7
Correct typos in comments and documentation
per1234 d990c93
Add CI workflow to do Arduino project-specific linting
per1234 05b7d7a
Add "smoke test" examples compilation CI workflow
per1234 20dc2e5
Report changes in memory usage that would result from merging a PR
per1234 24e6edd
Merge pull request #413 from per1234/ci
facchinm 4899e50
Don't use codespell's "rare" dictionary for CI spell check
per1234 8f8df16
Merge pull request #417 from per1234/ignore-word
silvanocerza 44dc454
Merge pull request #383 from DanielGibson/disable-cdc
facchinm c34151f
Added pluggable discovery/monitor definitions
cmaglie 65e63bf
Inserted cast to unsigned int in available method in order to avoid c...
6507dfe
Merge pull request #433 from felias-fogg/master
facchinm c92a544
Merge pull request #426 from arduino/scerza/pluggable-discovery-support
facchinm 514d504
Add Uno mini board
facchinm a1c76c0
Release 1.8.4
facchinm 525be9e
Fix legacy upload.network_pattern rule
silvanocerza 6154b7a
Merge pull request #440 from arduino/scerza/fix-java-ide-network-upload
silvanocerza 2685b9b
initial import from https://github.com/arduino/Arduino/tree/master/bu...
umbynos ae4c7ec
modify post_install.bat according to https://github.com/arduino/Ardui...
umbynos 6bb264b
add install for arduino gemma drivers: they are in another directory
umbynos 2cb9107
add drivers for Uno Mini
umbynos 330e026
Merge pull request #442 from umbynos/umbynos/add_drivers_install
umbynos 8ef856f
Add unomini to sketch compilation CI workflow
per1234 6690a38
Merge pull request #448 from per1234/add-unomini-ci
per1234 5259cff
Use more logical Boards menu placement for Uno Mini
per1234 2cebe62
Merge pull request #449 from per1234/unomini-menu-location
facchinm b324381
Release 1.8.5
facchinm 987e874
Bump actions/checkout from 2 to 3
dependabot[bot] 0d4f175
Merge pull request #465 from arduino/dependabot/github_actions/action...
per1234 14ea1ca
Bump actions/upload-artifact from 2 to 3
dependabot[bot] 7e33c29
Merge pull request #470 from arduino/dependabot/github_actions/action...
per1234 bc792a9
Merge pull request #404 from per1234/patch-1
per1234 e5f88a6
[ArduinoAPI] initial porting
facchinm 6bddc5f
Fix compile errors
leg0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Don't use codespell's "rare" dictionary for CI spell check
The word "statics" was recently added to codespell's "rare" commonly mispelled words directory. By default, this dictionary is used in addition to the more conservative "clear" dictionary, resulting in a spurious failure of the "Spell Check" CI workflow. Although this could be fixed by adding the word to the ignore list, it seems that an increasing number of common words being added to this dictionary, so I think it's best to just remove it altogether. The goal for the "Spell Check" workflow is to catch some typos without a significant number of false positives, even if that means some misspellings slip through. I think the "clear" dictionary is more in line with that goal.
- Loading branch information
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.