Sebastian Huber
5cc04d5419
bsps: Simplify build
...
All BSPs use the default fatal extension.
Update #5067 .
2024-08-23 14:54:37 +00:00
Sebastian Huber
002c6067ba
bsps: Add fatal source/code to bsp_reset()
...
Mark bsp_reset() as no-return. Use default BSP fatal handler in lm32 and m68k
BSPs. Remove empty bsp_reset() implementation.
Update #5067 .
2024-08-23 14:54:37 +00:00
Sebastian Huber
bcef89f236
Update company name
...
The embedded brains GmbH & Co. KG is the legal successor of embedded
brains GmbH.
2023-05-20 11:05:26 +02:00
Sebastian Huber
f20078acea
build: Use enabled by for defaults
...
Merge the "default" and "default-by-variant" attributes. Use an
"enabled-by" expression to select the default value based on the enabled
set. This makes it possible to select default values depending on other
options. For example you could choose memory settings based on whether
RTEMS_SMP is enabled or disabled.
The change was tested by comparing the output of
./waf bspdefaults
before and after the change.
2023-01-17 08:31:48 +01:00
Sebastian Huber
cac528f85a
build: Add reason to test state definitions
2023-01-17 08:30:21 +01:00
Chris Johns
e49a1c9b38
spec/bsps: Do not install tm27.h
...
Updates #4705
2022-08-22 08:30:00 +10:00
Sebastian Huber
42da08dd9d
build: Add cppflags, cflags, cxxflags to groups
...
Propagate the group defined cppflags, cflags, and cxxflags from parent groups
to child items through the build item context.
Update #4670 .
2022-07-04 08:29:52 +02:00
Sebastian Huber
4e530464b0
bsps: Default to CPU counter benchmark timer
...
Most BSPs which used the stubbed benachmark timer provide a CPU counter.
All BSPs provide at least a stub CPU counter. Simply use the benchmark
timer implementation using the CPU counter.
2022-01-15 19:49:41 +01:00
Sebastian Huber
2de3a6e82c
build: Use common objects item for get memory
2021-11-30 08:17:29 +01:00
Sebastian Huber
ebdfa24bff
build: Merge default-by-family into by-variant
...
Prefix the BSP family name with "bsps/" to make it distinct to the BSP
variant names.
Update #4468 .
2021-08-18 11:25:35 +02:00
Chris Johns
6f2aa8ad36
build: Use BSP family for options
...
- Optionally add support for 'default-by-family' to allow
option to be set by a family and so all related BSPs
Close #4468
2021-07-15 09:59:14 +10:00
Vijay Kumar Banerjee
c6ba8dd4e0
spec: Remove RTEMS_NETWORKING options
...
Update #3850
2021-04-07 16:15:38 -06:00
Sebastian Huber
7480c34698
bsps: Add default rtems_get_target_hash()
...
Update #4267 .
2021-02-26 09:10:09 +01:00
Sebastian Huber
f3f0370f10
build: Alternative build system based on waf
...
Update #3818 .
2020-09-14 07:11:32 +02:00