Skip to content

Commit 66c1f78

Browse files
Minimize skipped ESPHost CI tests (#2477)
1 parent f6940cc commit 66c1f78

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ The installed tools include a version of OpenOCD (in the pqt-openocd directory)
261261
* [Xoshiro-cpp](https://github.com/Reputeless/Xoshiro-cpp) is copyright (c) 2020 Ryo Suzuki and distributed under the MIT license.
262262
* [FatFS low-level filesystem](http://elm-chan.org/fsw/ff/) code is Copyright (C) 2024, ChaN, all rights reserved.
263263
* [TLSF memory manager for PSRAM from Espressif fork](https://github.com/espressif/tlsf) of [original](https://github.com/mattconte/tlsf) by Matthew Conte is copyright Matthew Conte and licensed under the MIT license.
264+
* [ESPHost library](https://github.com/Networking-for-Arduino/ESPHost) is LGPL licensed by its maintainers.
264265
265266
-Earle F. Philhower, III
266267

tests/common.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ EOL
2727
fi
2828
# Add items to the following list with "\n" netween them to skip running. No spaces, tabs, etc. allowed
2929
read -d '' skiplist << EOL || true
30-
/ESPHost/
3130
/#attic/
3231
/AvrAdcLogger/
3332
/examplesV1/

0 commit comments

Comments
 (0)