Skip to content

bugfix: esp32: allows QIO and QOUT flash modes #152370

bugfix: esp32: allows QIO and QOUT flash modes

bugfix: esp32: allows QIO and QOUT flash modes #152370

Triggered via pull request October 1, 2024 19:08
Status Failure
Total duration 2m 27s
Artifacts 1

compliance.yml

on: pull_request
Run compliance checks on patch series (PR)
2m 19s
Run compliance checks on patch series (PR)
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 1 warning, and 2 notices
POINTER_LOCATION: soc/espressif/common/include/hexdump.h#L10
soc/espressif/common/include/hexdump.h:10 "(foo*)" should be "(foo *)"
Run compliance checks on patch series (PR)
Process completed with exit code 2.
Run compliance checks on patch series (PR): Checkpatch.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details. POINTER_LOCATION: "(foo*)" should be "(foo *)" File:soc/espressif/common/include/hexdump.h Line:10
Run compliance checks on patch series (PR)
Process completed with exit code 1.
Run compliance checks on patch series (PR): ClangFormat.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details. You may want to run clang-format on this change: - const uint8_t *data = (const uint8_t*) packet; + const uint8_t *data = (const uint8_t *)packet; File:soc/espressif/common/include/hexdump.h Line:11 You may want to run clang-format on this change: - ets_printf("%s %08X: ", str, base+n); + ets_printf("%s %08X: ", str, base + n); File:soc/espressif/common/include/hexdump.h Line:20
You may want to run clang-format on this change: soc/espressif/common/include/hexdump.h#L11
soc/espressif/common/include/hexdump.h:11 - const uint8_t *data = (const uint8_t*) packet; + const uint8_t *data = (const uint8_t *)packet;
You may want to run clang-format on this change: soc/espressif/common/include/hexdump.h#L20
soc/espressif/common/include/hexdump.h:20 - ets_printf("%s %08X: ", str, base+n); + ets_printf("%s %08X: ", str, base + n);

Artifacts

Produced during runtime
Name Size
compliance.xml
744 Bytes