Classic API - Are there incompatibilites between schedulers and rtems_task_set_priority()?

2024-06-03 Thread Steinbach, Ingolf
Hi, do the all schedulers defined in ยงยง5.3 and 5.4 of the documentation (RTEMS 6, classic API) support changing the priority of an already running task? In particular, we'd like to have a task lower its priority via rtems_task_set_priority() with new_priority > *old_priority. The task in quest

RE: arm bsps: changing the float-abi to softfp

2023-04-04 Thread Steinbach, Ingolf
> There is a means if someone wants to update gcc-common-1.cfg to allow user > macro maps. [...] Thanks, Chris. I'll investigate this. Kind regards Ingolf ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

RE: arm bsps: changing the float-abi to softfp

2023-04-04 Thread Steinbach, Ingolf
Hi Sebastian. > Why would you use > this instead of -mfloat-abi=hard? For a statically linked executable > this makes little sense. My goal is to link with a 3rd party object file which had been compiled with -mfloat-abi=softfp and which cannot be recompiled. In fact, there are also other flags

arm bsps: changing the float-abi to softfp

2023-04-04 Thread Steinbach, Ingolf
Hi, we are currently using the RTEMS source builder to build the toolchain, RTEMS and a few BSPs for ARM (32bit) targets. Apparently, RTEMS generally uses -mfloat-abi=hard for all arm32 targets. Can this easily be changed to compile with -mfloat-abi=softfp instead? Or extend the multilib build