-
Notifications
You must be signed in to change notification settings - Fork 0
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
TEST #1
base: master
Are you sure you want to change the base?
TEST #1
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1 +/- ##
=========================================
Coverage ? 63.29%
=========================================
Files ? 84
Lines ? 15353
Branches ? 3872
=========================================
Hits ? 9717
Misses ? 3614
Partials ? 2022
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
11f7f4a
to
89baaba
Compare
STM32L5/STM32U5 : CAN support
CAN: Use uintptr_t for can_irq_ids
STM32: STM32_gen_PeripheralPins.py v1.20.4
LWIP: Provide inline replacements for htons() and htonl()
STM32 : default SPI and I2C for targets with ARDUINO-NANO
STM32H7: enable more custom boards
STM32F1: add more alternate functions
- Add SDK files (updated to match mbed system) - Implement mbed API files - Update mbed related configuration (CMakefiles, .json files...) - Add gcc and arm related files (linker, scatter, startup...) - Tested with ARM and GCC_ARM toolchain - GreenTea tests have been executed Signed-off-by: Sadik.Ozer <[email protected]>
…_0_master Nanostack release v15.0.0 to master
STM32: enable STM32H735xG STM32H7B3xIQ for custom boards
STM32F3 - enable USB_DEVICE for NUCLEO_F303ZE
pin_names-arduino_uno test : UART test case update
STM32: introduce new wifi driver for B-U585I-IOT02A
Signed-off-by: Sadik.Ozer <[email protected]>
mergify: fix issue with labels when PR is closed
In file FlashIAP.h, the include preprocessor directive for flash_api.h does not correctly qualify the full path (hal/flash_api.h). This results in compilation failure. We correct this and allow successful compilation when including FlashIAP.h.
When building OSPI for Unit Tests, the linker complains unless we include <stddef.h> in ospi_api.h as the file uses size_t.
When building QSPI for Unit Tests, the linker complains unless we include <stddef.h> in qspi_api.h as the file uses size_t.
In order to allow portability of the serial_api, we replace the use of uint32_t with uintptr_t (type capable of holding a pointer), which allows portability and expresses intentions more clearly. In aid of this latter goal, we also replace the use of the name "id" with "context", to improve clarity - these are addresses of the context related to that callback.
…e string for filename
Summary of changes
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers