first and compiling freertos

This commit is contained in:
2025-07-27 19:07:40 -04:00
commit cead28fdd6
43 changed files with 2737 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#include "CH9120_Test.h"
int main()
{
Pico_ETH_CH9120_test();
}