Kevin Bracey
d6a48b5124
Turn NULLs into nullptr
...
Avoids overload problems with Callback(nullptr) versus Callback(fnptr).
2020-01-09 14:52:54 +02:00
Martin Kojtal
ba7b4799f9
Merge pull request #11439 from hugueskamba/hk-remove-unreachable-statement-warnings
...
Remove unreachable statements warnings
2019-09-26 14:35:44 +02:00
Hugues Kamba
5724c4cf39
Remove unreachable statements warnings
...
The warnings are observed when building with the IAR toolchain.
2019-09-23 11:58:49 +01:00
int_szyk
68bbcb1ee6
Coverity changes in USBDevice.cpp
2019-09-10 14:46:49 +02:00
Hugues Kamba
9715587042
Remove extraneous parentheses.
2019-09-03 09:58:08 +01:00
Martino Facchin
84e228a48f
Allow USB endpoint_add to accept mbed::Callback
...
In this way we can use the USBDevice infrastructure without deriving directly from USBDevice.
2019-08-21 15:22:06 +02:00
George Psimenos
3b23edb78c
Fix CI for branch feature-public-headers ( #11093 )
...
* Fix rtos include path in NRFCordioHCIDriver
* Flatten USB driver directory structure
* Add missing include for us_ticker
* Add more missing includes for us_ticker
* Fix mbed_hal_fpga_ci_test_shield/uart test
* Fix bare-metal build
* Fix Watchdog UNITTEST
* Fix Mbed OS 2 build for Public/Internal headers relocating
2019-08-02 12:32:40 +01:00