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
Chris Johns
e49a1c9b38
spec/bsps: Do not install tm27.h
...
Updates #4705
2022-08-22 08:30:00 +10:00
Sebastian Huber
a0aaa394b6
build: Fix optimization flags definition order
...
OPTIMIZATION_FLAGS must be defined before /build/bsp/bspopts is processed.
Update #4670 .
2022-07-04 08:29:52 +02: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
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