micropython/ports
Damien George 982ffdee7e stm32/mboot/Makefile: Revert change to BOARD_DIR that removed abspath.
This reverts the change from ce2058685b.

Without abspath, the build artefacts (object files) for boards with source
files are placed outside the build directory, because the BOARD_DIR
variable starts with "..".  For the list of source files added to SRC_C,
none of them can start with "..".  The usual fix for that would be to make
the files relative to the top of the MicroPython repo (because of the vpath
rule), eg ports/stm32/boards/$(BOARD).  But then the $(wildcard ...)
pattern won't find files in this directory.

So abspath is necessary, although it will prevent building when there is a
space in the path.  A better solution for spaces needs to be found.

Signed-off-by: Damien George <damien@micropython.org>
2024-01-25 11:30:14 +11:00
..
bare-arm
cc3200
embed embed: Fix alloca include for FreeBSD and NetBSD. 2024-01-05 01:03:25 -06:00
esp32 ports: Fix handling of paths containing spaces in Makefiles. 2024-01-24 10:43:18 +11:00
esp8266
mimxrt ports: Fix handling of paths containing spaces in Makefiles. 2024-01-24 10:43:18 +11:00
minimal
nrf nrf: Fix _start() build issue with CMSIS 5.9.0. 2024-01-22 12:40:16 +11:00
pic16bit
powerpc
qemu-arm
renesas-ra renesas-ra/boards/ARDUINO_PORTENTA_C33: Fix the RTC clock source. 2024-01-21 00:19:20 +11:00
rp2 ports: Fix handling of paths containing spaces in Makefiles. 2024-01-24 10:43:18 +11:00
samd samd/mcu/samd21: Enable MICROPY_STACK_CHECK on SAMD21. 2024-01-08 23:24:39 +11:00
stm32 stm32/mboot/Makefile: Revert change to BOARD_DIR that removed abspath. 2024-01-25 11:30:14 +11:00
unix
webassembly
windows
zephyr