From ec38ffc3105ec3eb68dc3db53a9fcdc6f40d7e9c Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 13 Jan 2026 09:09:49 -1000 Subject: [PATCH] [libretiny] Regenerate boards, enable Cortex-M4 atomics, and consolidate platform code --- tests/components/libretiny/test.ln882x-ard.yaml | 11 ----------- tests/components/libretiny/test.rtl87xx-ard.yaml | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/tests/components/libretiny/test.ln882x-ard.yaml b/tests/components/libretiny/test.ln882x-ard.yaml index 039a261016..fa33431b92 100644 --- a/tests/components/libretiny/test.ln882x-ard.yaml +++ b/tests/components/libretiny/test.ln882x-ard.yaml @@ -1,13 +1,2 @@ logger: level: VERBOSE - -esphome: - on_boot: - - lambda: |- - int x = 100; - x = clamp(x, 50, 90); - assert(x == 90); - x = clamp_at_least(x, 95); - assert(x == 95); - x = clamp_at_most(x, 40); - assert(x == 40); diff --git a/tests/components/libretiny/test.rtl87xx-ard.yaml b/tests/components/libretiny/test.rtl87xx-ard.yaml index 039a261016..fa33431b92 100644 --- a/tests/components/libretiny/test.rtl87xx-ard.yaml +++ b/tests/components/libretiny/test.rtl87xx-ard.yaml @@ -1,13 +1,2 @@ logger: level: VERBOSE - -esphome: - on_boot: - - lambda: |- - int x = 100; - x = clamp(x, 50, 90); - assert(x == 90); - x = clamp_at_least(x, 95); - assert(x == 95); - x = clamp_at_most(x, 40); - assert(x == 40);