esp-idf/components
Ivan Grokhotkov 71f711976d unity: add option to enable 64-bit formatting support
This option is not enabled by default because many existing tests
use integer assertions to check the pointers:

   TEST_ASSERT_EQUAL(NULL, pointer)

This causes a "cast from pointer to integer of different size"
(-Wpointer-to-int-cast) warning to be generated, as Unity converts
every argument to UNITY_UINT first, and with 64-bit support enabled,
UNITY_UINT becomes a 64-bit unsigned type.
2021-05-10 18:13:35 +02:00
..
app_trace
app_update
asio
bootloader
bootloader_support
bt
cbor
cmock
coap
console
cxx
driver
efuse
esp-tls
esp32
esp32c3
esp32s2
esp32s3
esp_adc_cal
esp_common
esp_eth
esp_event
esp_gdbstub
esp_hid
esp_http_client
esp_http_server
esp_https_ota
esp_https_server
esp_hw_support
esp_ipc
esp_local_ctrl
esp_netif
esp_pm
esp_ringbuf
esp_rom
esp_serial_slave_link
esp_system
esp_timer
esp_websocket_client
esp_wifi
espcoredump
esptool_py
expat
fatfs
freemodbus
freertos
hal
heap
idf_test
jsmn
json
libsodium
log
lwip
mbedtls
mdns
mqtt
newlib
nghttp
nvs_flash
openssl
openthread
partition_table
perfmon
protobuf-c
protocomm
pthread
riscv
sdmmc
soc
spi_flash
spiffs
tcp_transport
tcpip_adapter
tinyusb
touch_element
ulp
unity unity: add option to enable 64-bit formatting support 2021-05-10 18:13:35 +02:00
usb
vfs
wear_levelling
wifi_provisioning
wpa_supplicant
xtensa