-
Notifications
You must be signed in to change notification settings - Fork 7
/
.clang-format-ignore
56 lines (56 loc) · 2.33 KB
/
.clang-format-ignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
tests/mocks/esp-idf/include/esp_crt_bundle.h
tests/mocks/esp-idf/include/esp_err.h
tests/mocks/esp-idf/include/esp_event.h
tests/mocks/esp-idf/include/esp_event_base.h
tests/mocks/esp-idf/include/esp_flash_partitions.h
tests/mocks/esp-idf/include/esp_http_client.h
tests/mocks/esp-idf/include/esp_log.h
tests/mocks/esp-idf/include/esp_ota_ops.h
tests/mocks/esp-idf/include/esp_partition.h
tests/mocks/esp-idf/include/esp_transport.h
tests/mocks/esp-idf/include/esp_transport_ws.h
tests/mocks/esp-idf/include/esp_websocket_client.h
tests/mocks/esp-idf/include/nvs.h
tests/mocks/esp-idf/include/nvs_flash.h
tests/mocks/esp-idf/src/esp_crt_bundle.c
tests/mocks/esp-idf/src/esp_err.c
tests/mocks/esp-idf/src/esp_http_client.c
tests/mocks/esp-idf/src/esp_ota_ops.c
tests/mocks/esp-idf/src/esp_websocket_client.c
tests/mocks/esp-idf/src/nvs.c
tests/mocks/freertos/include/FreeRTOSConfig.h
tests/mocks/zephyr/include/zephyr/device.h
tests/mocks/zephyr/include/zephyr/dfu/flash_img.h
tests/mocks/zephyr/include/zephyr/dfu/mcuboot.h
tests/mocks/zephyr/include/zephyr/drivers/flash.h
tests/mocks/zephyr/include/zephyr/fs/nvs.h
tests/mocks/zephyr/include/zephyr/init.h
tests/mocks/zephyr/include/zephyr/kernel.h
tests/mocks/zephyr/include/zephyr/logging/log.h
tests/mocks/zephyr/include/zephyr/logging/log_core.h
tests/mocks/zephyr/include/zephyr/net/http/client.h
tests/mocks/zephyr/include/zephyr/net/net_ip.h
tests/mocks/zephyr/include/zephyr/net/socket.h
tests/mocks/zephyr/include/zephyr/net/tls_credentials.h
tests/mocks/zephyr/include/zephyr/net/websocket.h
tests/mocks/zephyr/include/zephyr/shell/shell.h
tests/mocks/zephyr/include/zephyr/storage/flash_map.h
tests/mocks/zephyr/include/zephyr/sys/reboot.h
tests/mocks/zephyr/include/zephyr/sys/ring_buffer.h
tests/mocks/zephyr/include/zephyr/sys/time_units.h
tests/mocks/zephyr/include/zephyr/sys/util.h
tests/mocks/zephyr/include/zephyr/sys/util_macro.h
tests/mocks/zephyr/include/zephyr/sys_clock.h
tests/mocks/zephyr/include/version.h
tests/mocks/zephyr/src/device.c
tests/mocks/zephyr/src/flash.c
tests/mocks/zephyr/src/flash_img.c
tests/mocks/zephyr/src/http_client.c
tests/mocks/zephyr/src/kernel.c
tests/mocks/zephyr/src/mcuboot.c
tests/mocks/zephyr/src/nvs.c
tests/mocks/zephyr/src/reboot.c
tests/mocks/zephyr/src/ring_buffer.c
tests/mocks/zephyr/src/shell.c
tests/mocks/zephyr/src/socket.c
tests/mocks/zephyr/src/websocket.c