mirror of
https://github.com/agessaman/MeshCore.git
synced 2026-08-26 09:10:23 +00:00
New stm32_base variant for the EBYTE E22P-915MBH-SC eval kit (STM32F103C8 + external SX1262), built as a minimal KISS_NO_CRYPTO TNC. UART and USB CDC KISS envs; the USB env carries a 16-packet CDC receive queue to avoid a hardware-observed HardFault when a large host->modem KISS burst overruns the default 3-packet ring. F103 has no SubGHz peripheral, so the variant drops the SubGhz lib stm32_base otherwise pulls in for STM32WL boards. Adds both envs to the PR build CI matrix.