summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/tms570/obj.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/tms570: Add TMS570LC4357 BSP variantsSebastian Huber2024-01-151-0/+2
| | | | Update #4982.
* bsp/tms570: Add linkcmds.memorySebastian Huber2024-01-151-1/+0
| | | | | | | Remove obsolete tms570ls3137_hdk_with_loader BSP variant. With the new memory origin/size build options this variant is no longer required. Update #4982.
* bsp/tms570: Add bsp_restart()Sebastian Huber2024-01-151-0/+1
| | | | Update #4982.
* bsp/tms570: Remove empty <bsp/tms570-vim.h>Sebastian Huber2024-01-151-1/+0
| | | | Update #4982.
* bsp/tms570: Remove empty <bsp/tms570-sci.h>Sebastian Huber2024-01-151-1/+0
| | | | Update #4982.
* bsp/tms570: Remove empty <bsp/tms570-rti.h>Sebastian Huber2024-01-151-1/+0
| | | | Update #4982.
* bsp/tms570: Enable cache manager implementationSebastian Huber2023-12-061-1/+2
|
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* bsp/tms570: Fix TMS570_USE_HWINIT_STARTUPSebastian Huber2022-09-201-1/+0
| | | | Make sure only one module is built which defines bsp_start_hook_0().
* spec/bsps: Do not install tm27.hChris Johns2022-08-221-1/+0
| | | | Updates #4705
* build: Use common objects item for get memorySebastian Huber2021-11-301-1/+0
|
* Fixes for TMS570 BSPRobin Mueller2021-07-201-1/+1
| | | | | | | | | When compiling the lwIP port for the TMS570, there were issues with the BSP. Headers are expected in a folder named ti_herc which did not exist. This fixes the issue. Furthermore, there were multiple warnings about define redefinitions. This was fixed as well.
* bsps: Add default rtems_get_target_hash()Sebastian Huber2021-02-261-0/+1
| | | | Update #4267.
* build: Alternative build system based on wafSebastian Huber2020-09-141-0/+100
Update #3818.