feat(tools): Update Clang version to esp-17.0.1_20240419

This commit is contained in:
Alexey Gerenkov
2024-04-11 15:31:06 +03:00
parent 2bb73deff5
commit 57f61d2311
22 changed files with 405 additions and 368 deletions

View File

@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
@@ -28,3 +28,8 @@ int getentropy(void *buffer, size_t length)
return 0;
}
void newlib_include_getentropy_impl(void)
{
// Linker hook, exists for no other purpose
}