Re: [PATCH] rtems: Add bindings for languages other than C/C++

2021-11-18 Thread Joel Sherrill
Being picky, this doesn't add bindings. It adds real bodies so other languages have something to bind to. This is certainly needed for Ada and there would need to be Ada code to implement the bindings. Patch is ok otherwise --joel On Thu, Nov 18, 2021, 9:55 AM Sebastian Huber < sebastian.hu...@e

[PATCH] rtems: Add bindings for languages other than C/C++

2021-11-18 Thread Sebastian Huber
Add bindings for languages other than C/C++ for rtems_scheduler_get_processor() and rtems_scheduler_get_processor_maximum(). --- cpukit/rtems/src/schedulergetprocessor.c| 54 + cpukit/rtems/src/schedulergetprocessormax.c | 54 + spec/build/cpukit/librtem