-
Notifications
You must be signed in to change notification settings - Fork 3k
Release candidate for mbed-os-5.5.5 #4889
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
Conversation
In this commit, the analogin_s structure is moved to commonn_objects.h file to limit the duplicaion. The ADC handle is moved from a global variable to a struct member of the analogin object. This allows multiple ADC instances to work correctly. Note that State needs to be explicitely set to HAL_ADC_STATE_RESET because the object is not zero initialized.
The adc in analogin_t has the same value as the Instance member of ADC_HandleTypeDef. So we can only rely on the later one.
Same as other families applied here
The instance needs to be searched in PinMap_ADC_Internal, not PinMap_ADC. This was a copy paste error...
MAX32630FTHR gets BLE, uses timer peripheral 5 for HCI timing libexactLE update for 610,620 Fixup hal_sleep and hal_deepsleep for 620 LEDn outputs now forced to open-drain
This test exercises ticker API - init should be executed just once - read timestamp Set interrupt should be tested via upper layer, as it does not provide API to change handler that is invoked in the ISR ticker handler.
…vice add FLASH to targets.json
STM32F4 already contains generic flash api implementation, use it.
Use ADDR_FLASH_SECTOR_12 as this is defined by target (the flash size varies, for instance for some F437xx is up to 2MB (2nd bank might not be there)).
…MY_DATA Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
The hw block for mbedtls is shared, thus HASH algo value should be cleared in the init.
Fixes errors reported in Github - #4798 - Fixed Lwm2m blockwise data transfer (using Block1 option) with Leshan - ARMmbed/mbed-client#512 - Fixed an ongoing blocktransfer (Block 1 option) interruption by out of order Block to return error 4.08 Request Entity Incomplete as specified in the coap specification. - ARMmbed/mbed-client#511 - Fixed detected duplicate message duplications will not stop mbed-client
adding libraries to gcc linker group command
Since Eclipse supports working with multiple projects in the same workspace, .launch file name should include project name for creating unique per-project .launch file.
On Linux machines arm-none-eabi-gdb executable do not have .exe suffix. On Windows machines - it is possible to run an executable without explicit .exe suffix. This change fixes debugger settings for Linux hosts
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
Uses uninitialized memory in I2C, and accesses an out of band array in pwmout
…the proposed changes by Mac. 7/25/17
/morph test-nightly |
/morph mbed2-release |
/morph export-build |
/morph test-nightly |
/morph mbed2-release |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
|
/morph export-build |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 122 All exports and builds passed! |
This should be good to go |
No description provided.