bors[bot]
c7f750a880
Merge #19566 #19570
...
19566: tests: move sys related applications to their own tests/sys/ folder r=aabadie a=aabadie
19570: boards/p-l496g-cell02: fix UART_DEV(2) configuration r=aabadie a=gschorcht
### Contribution description
This PR fixes the configuration of `UART_DEV(2)`. RX and TX pin were reversed in configuration. The TX pin is connected to PB6 instead of PG10 and the RX pin is connected to PG10 instead of PB6, see [schematic](https://www.st.com/content/ccc/resource/technical/layouts_and_diagrams/schematic_pack/group2/f5/28/1b/e1/55/12/4d/3c/mb1261-cell02-b06-schematic/files/mb1261-cell02-b06-schematic.pdf/jcr:content/translations/en.mb1261-cell02-b06-schematic.pdf ), page 14.
### Testing procedure
The UART interface at STMOD+ or PMOD connector should work.
### Issues/PRs references
Co-authored-by: Alexandre Abadie <alexandre.abadie@inria.fr>
Co-authored-by: Gunar Schorcht <gunar@schorcht.net>
2023-05-10 13:02:19 +00:00
31ac82030e
makefiles/app_dirs.inc.mk: add tests/sys subdirectory
2023-05-10 10:33:33 +02:00
d6914573b6
makefiles/app_dirs.inc.mk: add tests/bench subdirectory
2023-05-10 09:49:39 +02:00
db5ea456bd
makefiles/app_dirs.inc.mk: add tests/periphs subdirectory
2023-05-06 15:29:49 +02:00
aaf5468082
makefiles/app_dirs.inc.mk: add tests/pkgs subdirectory
2023-05-06 07:55:00 +02:00
Teufelchen1
bb76f13757
tests/drivers: move all driver tests into own folder
2023-05-04 12:45:07 +02:00
Cenk Gündoğan
7aa499d5f1
make: use $(MAKE) instead of direct make
call
2020-07-03 12:03:06 +02:00
Sören Tempel
24d71f9d15
makefiles: Add the fuzzing/ directory to APPLICATION_DIRS
...
This should ensure that fuzzing applications are build by the CI.
2020-04-17 17:11:15 +02:00
Gaëtan Harter
45e611d765
makefiles/app_dirs.inc.mk: Calculate 'BOARDS' value only once
...
Evaluate BOARDS only once before going in all directories.
This uses the target specific 'export BOARDS ?=' to export the variable
with its value without evaluating during parsing.
2019-06-07 16:32:04 +02:00
Gaëtan Harter
79814b6ca9
makefiles/app_dirs.inc.mk: target to list supported applications/boards
...
Slow implementation to list all supported boards.
It is adapted from what `.murdock` does without the `toolchain` handling.
2019-05-27 17:21:39 +02:00
Gaëtan Harter
d21b03fe54
makefiles/app_dirs.inc.mk: declare info-applications .PHONY
2019-05-27 17:21:39 +02:00
2c1091da54
makefiles: add bootloaders to the list of applications
2019-04-23 14:29:50 +02:00
de64a85b74
makefiles: app_dirs.inc.mk initial commit
...
This helper Makefile is supposed to unify finding folders with
applications that can be built.
2018-09-05 12:03:09 +02:00