This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Bring in CMake changes from release-candidate
* move configs to the top * add nested test * add macro to enable/disable test case * uncrustify * individualization * move configs to the top * add nested test * add macro to enable/disable test case * uncrustify * fix typos * cleanning individualization * fix test MTU result always PASS on reference side * bug fixs * disable add characteristic in cb test * uncrustify * fix typos * revise&enable long write test * changes based on comments * fix typos * add copyright
#1455) * Moved Log to multiple lines to prevent overflow. Abstracted configTOTAL_HEAP_SIZE as it break ESP build. The error message is due to not finding "_heap_end", as on ESP configTOTAL_HEAP_SIZE is defined as &_heap_end - &heap_start. * Enabled stack watermark tracking for ti and st. * Updated windows config. * Better labeled memory metric data.
When using quotes, the compiler searches first in the same directory containing the current file. With this behavior, there's no way to specify another include path and tell compiler to search that first. One of the use cases is customer may want to set up our library as a submodule, and specify another include path for our config files that takes precedence over our default config directory. This commit fixes some immediate issues that are blocking this use case. Further discussions are needed for all other #include
Use angle brackets for some include
…c changes (#1386) * AFR NimBLE: Add mbedTLS support as an option to Tinycrypt and misc NimBLE changes - Adds option to use mbedTLS instead of tinycrypt for crypto computations, includes changes related to NimBLE `ble_mesh` crypto as well. - Adds few misc menuconfig options in NimBLE stack. AFR NimBLE: Fix misc warnings and return code in `ble_hs_tx_data` - Previously `ble_hs_tx_data` returned 0 irrespective of error code returned by `ble_hci_trans_hs_acl_tx`. - Minor changes in NimBLE stack to remove discard const qualifier warnings. AFR NimBLE: Misc changes in NimBLE porting layer and menuconfig option - Minor fix to remove while loop & delay while transmitting data from host to controller. - Add menuconfig option to enable predefined public-private keypair for debugging (Vol. 3, Part H, 2.3.5.6.1) - Add menuconfig option to configure NimBLE stack size * AFR NimBLE: Fix sdkconfig by adding `CONFIG_NIMBLE_SM_SC_DEBUG_KEYS` in `aws_tests` and `aws_demos`
* This is to reduce the probability of TCP timeout failures in IotMqtt_Connect().
Fix: OTA Agent State handling and internal file close function
Fix an issue when AFR is in a CMake subdirectory
fIX: Shutdown OTA agent so that it reconnects after max errors
Let vendor choose which OTA backend to enable
IotDeQueue_Count added to debugging code in commit a62c57f caused a loop unwinding assertion to fail. This commit just unrolls the loop.
* Add CMake file for lwip_osal; update mediateck project * Move lwip osal to 3rdparty folder * update project file * update cypress make file
* Add changelog for OTA * Remove trailing whitespaces in changelog
* Add eWiFiSecurityWPA2_ent into Wi-Fi Security types This commit adds eWiFiSecurityWPA2_ent into WIFISecurity structure to let vendor be able to support Wi-Fi WPA2 enterprise security in the future. * ESP WiFi port -- explicitly return error for all unsupported wifi types.
cobusve
approved these changes
Dec 17, 2019
tgsong
approved these changes
Dec 17, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
Release 201912.00
Checklist:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.