RT-STM32F072-DISCOVERY demo with EXT does not build in stable_18.2.x Topic is solved

Report here problems in any of ChibiOS components. This forum is NOT for support.
andresv
Posts: 15
Joined: Tue Nov 29, 2016 11:09 am
Been thanked: 5 times

RT-STM32F072-DISCOVERY demo with EXT does not build in stable_18.2.x  Topic is solved

Postby andresv » Wed Jan 16, 2019 2:52 pm

chibios: stable_18.2.x aaed89b7a26183b2a8fd1a431bebf91a6d803127
app: chibios/demos/STM32/RT-STM32F072-DISCOVERY

It does not build if HAL_USE_EXT is enabled from halconf.h

Code: Select all

> make -j8
Compiling crt0_v6m.S
Compiling vectors.S
Compiling chcoreasm_v6m.S
Compiling crt1.c
Compiling hal.c
Compiling hal_st.c
Compiling hal_buffers.c
Compiling hal_queues.c
Compiling hal_mmcsd.c
Compiling hal_ext.c
Compiling hal_pal.c
In file included from ../../../os/hal/include/hal_ext.h:75:0,
                 from ../../../os/hal/include/hal.h:134,
                 from ../../../os/hal/src/hal_st.c:25:
../../../os/hal/ports/STM32/LLD/EXTIv1/hal_ext_lld.h:30:29: fatal error: hal_ext_lld_isr.h: No such file or directory
 #include "hal_ext_lld_isr.h"
                             ^
In file included from ../../../os/hal/include/hal_ext.h:75:0,
                 from ../../../os/hal/include/hal.h:134,
                 from ../../../os/hal/src/hal.c:25:
../../../os/hal/ports/STM32/LLD/EXTIv1/hal_ext_lld.h:30:29: fatal error: hal_ext_lld_isr.h: No such file or directory
 #include "hal_ext_lld_isr.h"
 
 ...

User avatar
Giovanni
Site Admin
Posts: 14455
Joined: Wed May 27, 2009 8:48 am
Location: Salerno, Italy
Has thanked: 1076 times
Been thanked: 922 times
Contact:

Re: RT-STM32F072-DISCOVERY demo with EXT does not build in stable_18.2.x

Postby Giovanni » Sat Jan 19, 2019 10:57 am

Hi,

EXTI support has been removed, now the PAL driver has callback capability and is easier to use. Int runk code the EXT driver has been removed entirely.

Giovanni


Return to “Bug Reports”

Who is online

Users browsing this forum: Bing [Bot] and 5 guests