forked from espressif/esp-idf
-
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
pull #1
Merged
chipweinberger
merged 25 commits into
chipweinberger:user/chip/more-secondary-console-choices
from
espressif:master
Oct 14, 2022
Merged
pull #1
chipweinberger
merged 25 commits into
chipweinberger:user/chip/more-secondary-console-choices
from
espressif:master
Oct 14, 2022
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
- unreachable code - uninitialized values - missing return checks
This commit moves the FPU unit tests to the correct directory so that they are built by the unit tests app.
…flag' # Conflicts: # examples/bluetooth/bluedroid/ble/ble_ancs/sdkconfig.defaults.esp32c2 # examples/bluetooth/bluedroid/ble/ble_compatibility_test/sdkconfig.defaults.esp32c2 # examples/bluetooth/bluedroid/ble/ble_eddystone/sdkconfig.defaults.esp32c2 # examples/bluetooth/bluedroid/ble/ble_hid_device_demo/sdkconfig.defaults.esp32c2 # examples/bluetooth/bluedroid/ble/ble_ibeacon/sdkconfig.defaults.esp32c2 # examples/bluetooth/bluedroid/ble/ble_spp_client/sdkconfig.defaults.esp32c2 # examples/bluetooth/bluedroid/ble/ble_spp_server/sdkconfig.defaults.esp32c2 # examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/sdkconfig.defaults.esp32c2 # examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/sdkconfig.defaults.esp32c2 # examples/bluetooth/bluedroid/ble/gatt_client/sdkconfig.defaults.esp32c2 # examples/bluetooth/bluedroid/ble/gatt_security_client/sdkconfig.defaults.esp32c2 # examples/bluetooth/bluedroid/ble/gatt_security_server/sdkconfig.defaults.esp32c2 # examples/bluetooth/bluedroid/ble/gatt_server/sdkconfig.defaults.esp32c2 # examples/bluetooth/bluedroid/ble/gatt_server_service_table/sdkconfig.defaults.esp32c2 # examples/bluetooth/bluedroid/ble/gattc_multi_connect/sdkconfig.defaults.esp32c2 # examples/bluetooth/bluedroid/ble_50/ble50_security_client/sdkconfig.defaults.esp32c2 # examples/bluetooth/bluedroid/ble_50/ble50_security_server/sdkconfig.defaults.esp32c2 # examples/bluetooth/bluedroid/ble_50/multi-adv/sdkconfig.defaults.esp32c2 # examples/bluetooth/bluedroid/ble_50/peroidic_adv/sdkconfig.defaults.esp32c2 # examples/bluetooth/bluedroid/ble_50/peroidic_sync/sdkconfig.defaults.esp32c2
This commit refactors the existing FPU unit tests as follows - Rename them from coproc to FPU - Reorganize test placement - Make existing tests work on both IDF and SMP FreeRTOS - Update test documentation - Remove old "test_float_in_isr.c"
spi_lcd: support CS active high Closes IDFGH-8415 See merge request espressif/esp-idf!20518
…o 'master' i2s: fix tx incomplete auto clear Closes IDFGH-8416 See merge request espressif/esp-idf!20536
lwip: Document 32 bit NTP timestamp converstion to 64b time_t Closes IDF-5956 and IDF-5592 See merge request espressif/esp-idf!20283
Fix Coverity Reported Warning in HTTP server and client See merge request espressif/esp-idf!20521
…ster' BLE: Cleanup Bluedroid example sdkconfig.defaults Closes BT-1939 See merge request espressif/esp-idf!19226
Nimble: Added check to deregister stack callback with controller during stack deinit See merge request espressif/esp-idf!20421
FreeRTOS: Refactor FPU unit tests See merge request espressif/esp-idf!20526
vfs, spi_flash: re-enable unit tests for C2 Closes IDF-5137 and IDF-5139 See merge request espressif/esp-idf!20444
esp_rom: update esp_rom_caps.h See merge request espressif/esp-idf!20565
158d5b0
into
chipweinberger:user/chip/more-secondary-console-choices
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.