Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Release 201912.00 #1643

Merged
merged 421 commits into from
Dec 17, 2019
Merged

Release 201912.00 #1643

merged 421 commits into from
Dec 17, 2019

Conversation

qiutongs
Copy link
Contributor

@qiutongs qiutongs commented Dec 17, 2019

Description

Release 201912.00

Checklist:

  • I have tested my changes. No regression in existing tests.
  • My code is Linted.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

cyliangtw and others added 30 commits October 23, 2019 14:30
…n. (#1422)

Set ECDSA mechanism support at the PKCS #11 module level.
 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().
Tiangang Song and others added 24 commits December 13, 2019 11:28
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.
@qiutongs qiutongs changed the base branch from master to release December 17, 2019 22:15
@qiutongs qiutongs changed the title Release candidate Release 201912.00 Dec 17, 2019
@qiutongs qiutongs merged commit 8add5b9 into release Dec 17, 2019
@pavanmr94 pavanmr94 deleted the release-candidate branch February 4, 2020 02:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.