-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[NUCLEO_F446RE] Improvements #1300
Closed
Closed
Conversation
This file contains 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
Contributor
bcostm
commented
Aug 17, 2015
- Update STM32Cube hal driver
- Add support of uARM, ARM and IAR
- Add exporters
- Tests OK
- Interrupt vectors - Timer clock setting for hal tick
[NUCLEO_F446RE] Many improvements
Travis failed, please look at the result |
ok I'll look at it. |
Done in PR #1305 |
SeppoTakalo
pushed a commit
to SeppoTakalo/mbed-os
that referenced
this pull request
Jul 11, 2017
Warning ARMmbed#1300-D: inherits implicit virtual - Adding the virtual keyword in the derived class prevents the warning Warning #1-D: last line of file ends without a newline - New line added at the end of file Warning ARMmbed#997-D: function "MeshInterfaceNanostack::initialize(NanostackPhy *)" is hidden by "ThreadInterface::initialize" -- virtual function override intended? - virtual keyword removed from "MeshInterfaceNanostack::initialize" Warning ARMmbed#1300-D: inherits implicit virtual - Adding the virtual keyword in the derived class prevents the warning
0xc0170
pushed a commit
that referenced
this pull request
Jul 28, 2017
Warning #1300-D: inherits implicit virtual - Adding the virtual keyword in the derived class prevents the warning Warning #1-D: last line of file ends without a newline - New line added at the end of file Warning #997-D: function "MeshInterfaceNanostack::initialize(NanostackPhy *)" is hidden by "ThreadInterface::initialize" -- virtual function override intended? - virtual keyword removed from "MeshInterfaceNanostack::initialize" Warning #1300-D: inherits implicit virtual - Adding the virtual keyword in the derived class prevents the warning
c1728p9
added a commit
to c1728p9/mbed-os
that referenced
this pull request
Jun 16, 2018
Fix the following warnings: -[Warning] USBTester.cpp@45,0: ARMmbed#1299-D: members and base-classes will be initialized in declaration order, not in member initialisation list order -[Warning] USBTester.h@41,0: ARMmbed#1300-D: ~USBTester inherits implicit virtual -[Warning] USBAudio.cpp@345,0: ARMmbed#1035-D: single-precision operand implicitly converted to double-precision -[Warning] USBHID.cpp@29,0: ARMmbed#1300-D: ~AsyncSend inherits implicit virtual -[Warning] USBHID.cpp@61,0: ARMmbed#1300-D: ~AsyncRead inherits implicit virtual -[Warning] USBHID.cpp@93,0: ARMmbed#1300-D: ~AsyncWait inherits implicit virtual -[Warning] EndpointResolver.cpp@125,26: '<<' in boolean context, did you mean '<' ? [-Wint-in-bool-context]
c1728p9
added a commit
that referenced
this pull request
Jul 31, 2018
Fix the following warnings: -[Warning] USBTester.cpp@45,0: #1299-D: members and base-classes will be initialized in declaration order, not in member initialisation list order -[Warning] USBTester.h@41,0: #1300-D: ~USBTester inherits implicit virtual -[Warning] USBAudio.cpp@345,0: #1035-D: single-precision operand implicitly converted to double-precision -[Warning] USBHID.cpp@29,0: #1300-D: ~AsyncSend inherits implicit virtual -[Warning] USBHID.cpp@61,0: #1300-D: ~AsyncRead inherits implicit virtual -[Warning] USBHID.cpp@93,0: #1300-D: ~AsyncWait inherits implicit virtual -[Warning] EndpointResolver.cpp@125,26: '<<' in boolean context, did you mean '<' ? [-Wint-in-bool-context]
c1728p9
added a commit
that referenced
this pull request
Oct 3, 2018
Fix the following warnings: -[Warning] USBTester.cpp@45,0: #1299-D: members and base-classes will be initialized in declaration order, not in member initialisation list order -[Warning] USBTester.h@41,0: #1300-D: ~USBTester inherits implicit virtual -[Warning] USBAudio.cpp@345,0: #1035-D: single-precision operand implicitly converted to double-precision -[Warning] USBHID.cpp@29,0: #1300-D: ~AsyncSend inherits implicit virtual -[Warning] USBHID.cpp@61,0: #1300-D: ~AsyncRead inherits implicit virtual -[Warning] USBHID.cpp@93,0: #1300-D: ~AsyncWait inherits implicit virtual -[Warning] EndpointResolver.cpp@125,26: '<<' in boolean context, did you mean '<' ? [-Wint-in-bool-context]
c1728p9
added a commit
that referenced
this pull request
Nov 2, 2018
Fix the following warnings: -[Warning] USBTester.cpp@45,0: #1299-D: members and base-classes will be initialized in declaration order, not in member initialisation list order -[Warning] USBTester.h@41,0: #1300-D: ~USBTester inherits implicit virtual -[Warning] USBAudio.cpp@345,0: #1035-D: single-precision operand implicitly converted to double-precision -[Warning] USBHID.cpp@29,0: #1300-D: ~AsyncSend inherits implicit virtual -[Warning] USBHID.cpp@61,0: #1300-D: ~AsyncRead inherits implicit virtual -[Warning] USBHID.cpp@93,0: #1300-D: ~AsyncWait inherits implicit virtual -[Warning] EndpointResolver.cpp@125,26: '<<' in boolean context, did you mean '<' ? [-Wint-in-bool-context]
juhaylinen
pushed a commit
to juhaylinen/mbed-os
that referenced
this pull request
Nov 12, 2018
Fix the following warnings: -[Warning] USBTester.cpp@45,0: ARMmbed#1299-D: members and base-classes will be initialized in declaration order, not in member initialisation list order -[Warning] USBTester.h@41,0: ARMmbed#1300-D: ~USBTester inherits implicit virtual -[Warning] USBAudio.cpp@345,0: ARMmbed#1035-D: single-precision operand implicitly converted to double-precision -[Warning] USBHID.cpp@29,0: ARMmbed#1300-D: ~AsyncSend inherits implicit virtual -[Warning] USBHID.cpp@61,0: ARMmbed#1300-D: ~AsyncRead inherits implicit virtual -[Warning] USBHID.cpp@93,0: ARMmbed#1300-D: ~AsyncWait inherits implicit virtual -[Warning] EndpointResolver.cpp@125,26: '<<' in boolean context, did you mean '<' ? [-Wint-in-bool-context]
cmonr
pushed a commit
that referenced
this pull request
Nov 29, 2018
Fix the following warnings: -[Warning] USBTester.cpp@45,0: #1299-D: members and base-classes will be initialized in declaration order, not in member initialisation list order -[Warning] USBTester.h@41,0: #1300-D: ~USBTester inherits implicit virtual -[Warning] USBAudio.cpp@345,0: #1035-D: single-precision operand implicitly converted to double-precision -[Warning] USBHID.cpp@29,0: #1300-D: ~AsyncSend inherits implicit virtual -[Warning] USBHID.cpp@61,0: #1300-D: ~AsyncRead inherits implicit virtual -[Warning] USBHID.cpp@93,0: #1300-D: ~AsyncWait inherits implicit virtual -[Warning] EndpointResolver.cpp@125,26: '<<' in boolean context, did you mean '<' ? [-Wint-in-bool-context]
cmonr
pushed a commit
that referenced
this pull request
Dec 4, 2018
Fix the following warnings: -[Warning] USBTester.cpp@45,0: #1299-D: members and base-classes will be initialized in declaration order, not in member initialisation list order -[Warning] USBTester.h@41,0: #1300-D: ~USBTester inherits implicit virtual -[Warning] USBAudio.cpp@345,0: #1035-D: single-precision operand implicitly converted to double-precision -[Warning] USBHID.cpp@29,0: #1300-D: ~AsyncSend inherits implicit virtual -[Warning] USBHID.cpp@61,0: #1300-D: ~AsyncRead inherits implicit virtual -[Warning] USBHID.cpp@93,0: #1300-D: ~AsyncWait inherits implicit virtual -[Warning] EndpointResolver.cpp@125,26: '<<' in boolean context, did you mean '<' ? [-Wint-in-bool-context]
c1728p9
added a commit
that referenced
this pull request
Dec 19, 2018
Fix the following warnings: -[Warning] USBTester.cpp@45,0: #1299-D: members and base-classes will be initialized in declaration order, not in member initialisation list order -[Warning] USBTester.h@41,0: #1300-D: ~USBTester inherits implicit virtual -[Warning] USBAudio.cpp@345,0: #1035-D: single-precision operand implicitly converted to double-precision -[Warning] USBHID.cpp@29,0: #1300-D: ~AsyncSend inherits implicit virtual -[Warning] USBHID.cpp@61,0: #1300-D: ~AsyncRead inherits implicit virtual -[Warning] USBHID.cpp@93,0: #1300-D: ~AsyncWait inherits implicit virtual -[Warning] EndpointResolver.cpp@125,26: '<<' in boolean context, did you mean '<' ? [-Wint-in-bool-context]
c1728p9
added a commit
to c1728p9/mbed-os
that referenced
this pull request
Jan 17, 2019
Fix the following warnings: -[Warning] USBTester.cpp@45,0: ARMmbed#1299-D: members and base-classes will be initialized in declaration order, not in member initialisation list order -[Warning] USBTester.h@41,0: ARMmbed#1300-D: ~USBTester inherits implicit virtual -[Warning] USBAudio.cpp@345,0: ARMmbed#1035-D: single-precision operand implicitly converted to double-precision -[Warning] USBHID.cpp@29,0: ARMmbed#1300-D: ~AsyncSend inherits implicit virtual -[Warning] USBHID.cpp@61,0: ARMmbed#1300-D: ~AsyncRead inherits implicit virtual -[Warning] USBHID.cpp@93,0: ARMmbed#1300-D: ~AsyncWait inherits implicit virtual -[Warning] EndpointResolver.cpp@125,26: '<<' in boolean context, did you mean '<' ? [-Wint-in-bool-context]
c1728p9
added a commit
that referenced
this pull request
Jan 29, 2019
Fix the following warnings: -[Warning] USBTester.cpp@45,0: #1299-D: members and base-classes will be initialized in declaration order, not in member initialisation list order -[Warning] USBTester.h@41,0: #1300-D: ~USBTester inherits implicit virtual -[Warning] USBAudio.cpp@345,0: #1035-D: single-precision operand implicitly converted to double-precision -[Warning] USBHID.cpp@29,0: #1300-D: ~AsyncSend inherits implicit virtual -[Warning] USBHID.cpp@61,0: #1300-D: ~AsyncRead inherits implicit virtual -[Warning] USBHID.cpp@93,0: #1300-D: ~AsyncWait inherits implicit virtual -[Warning] EndpointResolver.cpp@125,26: '<<' in boolean context, did you mean '<' ? [-Wint-in-bool-context]
c1728p9
added a commit
to c1728p9/mbed-os
that referenced
this pull request
Feb 22, 2019
Fix the following warnings: -[Warning] USBTester.cpp@45,0: ARMmbed#1299-D: members and base-classes will be initialized in declaration order, not in member initialisation list order -[Warning] USBTester.h@41,0: ARMmbed#1300-D: ~USBTester inherits implicit virtual -[Warning] USBAudio.cpp@345,0: ARMmbed#1035-D: single-precision operand implicitly converted to double-precision -[Warning] USBHID.cpp@29,0: ARMmbed#1300-D: ~AsyncSend inherits implicit virtual -[Warning] USBHID.cpp@61,0: ARMmbed#1300-D: ~AsyncRead inherits implicit virtual -[Warning] USBHID.cpp@93,0: ARMmbed#1300-D: ~AsyncWait inherits implicit virtual -[Warning] EndpointResolver.cpp@125,26: '<<' in boolean context, did you mean '<' ? [-Wint-in-bool-context]
0xc0170
pushed a commit
that referenced
this pull request
Jul 1, 2019
ARMCC reminds of the missing virtual declaration of call_in in the Nanostack.h. Warnings silenced: ---8<---8<--- Compile [ 52.3%]: LoWPANNDInterface.cpp [Warning] Nanostack.h@278,0: #1300-D: call_in inherits implicit virtual Compile [ 52.4%]: NanostackEMACInterface.cpp [Warning] Nanostack.h@278,0: #1300-D: call_in inherits implicit virtual Compile [ 52.5%]: MeshInterfaceNanostack.cpp [Warning] Nanostack.h@278,0: #1300-D: call_in inherits implicit virtual Compile [ 52.6%]: NanostackEthernetInterface.cpp [Warning] Nanostack.h@278,0: #1300-D: call_in inherits implicit virtual Compile [ 52.7%]: ThreadInterface.cpp [Warning] Nanostack.h@278,0: #1300-D: call_in inherits implicit virtual ompile [ 53.0%]: WisunInterface.cpp [Warning] Nanostack.h@278,0: #1300-D: call_in inherits implicit virtual
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.