Disabled builds that have requirements not supported yet. Fixed L0 build.

pull/266/head
David Garske 2022-12-28 09:26:48 -08:00 committed by Daniele Lacamera
parent 8662f2539a
commit 005df0949d
2 changed files with 17 additions and 11 deletions

View File

@ -8,10 +8,11 @@ on:
jobs:
cypsoc6_test:
uses: ./.github/workflows/test-build.yml
with:
config-file: ./config/examples/cypsoc6.config
# DISABLED: cypsoc6.config requires cy_device_headers.h
# cypsoc6_test:
# uses: ./.github/workflows/test-build.yml
# with:
# config-file: ./config/examples/cypsoc6.config
nrf52840_test:
uses: ./.github/workflows/test-build.yml
@ -59,6 +60,12 @@ jobs:
with:
config-file: ./config/examples/stm32l0.config
# DISABLED: stm32l4-cube.config requires Cube HAL
# stm32l4_cube_test:
# uses: ./.github/workflows/test-build.yml
# with:
# config-file: ./config/examples/stm32l4-cube.config
stm32l5_nonsecure_dualbank_test:
uses: ./.github/workflows/test-build.yml
with:
@ -94,10 +101,11 @@ jobs:
with:
config-file: ./config/examples/stm32wb-delta.config
stm32wb_pka_1mb_test:
uses: ./.github/workflows/test-build.yml
with:
config-file: ./config/examples/stm32wb-pka-1mb.config
# DISABLED: stm32wb-pka-1mb.config requires STM32 HAL #include "stm32wbxx_hal.h
# stm32wb_pka_1mb_test:
# uses: ./.github/workflows/test-build.yml
# with:
# config-file: ./config/examples/stm32wb-pka-1mb.config
stm32wb_tpm_test:
uses: ./.github/workflows/test-build.yml

View File

@ -84,8 +84,6 @@
#define CPU_FREQ (24000000)
#endif
#ifndef UART_FLASH
static void uart2_pins_setup(void)
{
uint32_t reg;
@ -214,5 +212,5 @@ void main(void)
while(1)
;
}
#endif /** PLATFROM_stm32l0 **/
#endif /** PLATFROM_stm32l0 **/