mirror of https://github.com/wolfSSL/wolfBoot.git
Disabled builds that have requirements not supported yet. Fixed L0 build.
parent
8662f2539a
commit
005df0949d
|
@ -8,10 +8,11 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
cypsoc6_test:
|
# DISABLED: cypsoc6.config requires cy_device_headers.h
|
||||||
uses: ./.github/workflows/test-build.yml
|
# cypsoc6_test:
|
||||||
with:
|
# uses: ./.github/workflows/test-build.yml
|
||||||
config-file: ./config/examples/cypsoc6.config
|
# with:
|
||||||
|
# config-file: ./config/examples/cypsoc6.config
|
||||||
|
|
||||||
nrf52840_test:
|
nrf52840_test:
|
||||||
uses: ./.github/workflows/test-build.yml
|
uses: ./.github/workflows/test-build.yml
|
||||||
|
@ -59,6 +60,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
config-file: ./config/examples/stm32l0.config
|
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:
|
stm32l5_nonsecure_dualbank_test:
|
||||||
uses: ./.github/workflows/test-build.yml
|
uses: ./.github/workflows/test-build.yml
|
||||||
with:
|
with:
|
||||||
|
@ -94,10 +101,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
config-file: ./config/examples/stm32wb-delta.config
|
config-file: ./config/examples/stm32wb-delta.config
|
||||||
|
|
||||||
stm32wb_pka_1mb_test:
|
# DISABLED: stm32wb-pka-1mb.config requires STM32 HAL #include "stm32wbxx_hal.h
|
||||||
uses: ./.github/workflows/test-build.yml
|
# stm32wb_pka_1mb_test:
|
||||||
with:
|
# uses: ./.github/workflows/test-build.yml
|
||||||
config-file: ./config/examples/stm32wb-pka-1mb.config
|
# with:
|
||||||
|
# config-file: ./config/examples/stm32wb-pka-1mb.config
|
||||||
|
|
||||||
stm32wb_tpm_test:
|
stm32wb_tpm_test:
|
||||||
uses: ./.github/workflows/test-build.yml
|
uses: ./.github/workflows/test-build.yml
|
||||||
|
|
|
@ -84,8 +84,6 @@
|
||||||
#define CPU_FREQ (24000000)
|
#define CPU_FREQ (24000000)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef UART_FLASH
|
|
||||||
|
|
||||||
static void uart2_pins_setup(void)
|
static void uart2_pins_setup(void)
|
||||||
{
|
{
|
||||||
uint32_t reg;
|
uint32_t reg;
|
||||||
|
@ -214,5 +212,5 @@ void main(void)
|
||||||
while(1)
|
while(1)
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
#endif /** PLATFROM_stm32l0 **/
|
|
||||||
|
|
||||||
|
#endif /** PLATFROM_stm32l0 **/
|
||||||
|
|
Loading…
Reference in New Issue