From 17ef1503c8adc96e1874fb4bf497b7fcf6b4808a Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 8 Nov 2021 17:37:21 +0700 Subject: move tm4c132 into bsp family, add it into ci --- .github/workflows/build_arm.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index cf9246d52..e4d64826e 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -58,6 +58,7 @@ jobs: - 'stm32f7' - 'stm32h7' - 'stm32l4' + - 'tm4c123' - 'xmc4000' steps: - name: Setup Python -- cgit v1.3.1