Re: rtems-docs fail to build

2022-08-12 Thread Joel Sherrill
On Fri, Aug 12, 2022 at 1:06 AM Chris Johns wrote: > On 12/8/2022 6:10 am, Joel Sherrill wrote: > > > > Subject says it. This is the error and a git bisect which points to Chris > > updating the arm section of the user guide. I don't see the issue > looking at the > > patch. > > > > From f028448e

Re: Binary CPU / Thread information.

2022-08-12 Thread Sam Price
Is there a preferred api style, or just mimic the linux kernel task? https://docs.huihoo.com/doxygen/linux/kernel/3.7/structtask__struct.html FreeRTOS has https://www.freertos.org/a00021.html#xTaskGetTickCount vxworks has a spy interface. https://www.ecb.torontomu.ca/~courses/ee8205/Data-Sheets/T

rtems-central: Error trying to add FACE POSIX Timer Behavior

2022-08-12 Thread Joel Sherrill
Hi I've just attached the patch as a work in progress since spec2modules.py is unhappy with what I've done so far. I'd appreciate some guidance. I checked that spec2modules.py ran OK before my changes. I added a group-face and hope I did that much right. But something is wrong. Help appreciated.

Re: rtems-docs fail to build

2022-08-12 Thread Chris Johns
On 13/8/2022 1:24 am, Joel Sherrill wrote: > On Fri, Aug 12, 2022 at 1:06 AM Chris Johns > wrote: > I will also push a change to the pdflatex build that sets the TEXINPUTS > env > variable to include some sphinx latex support that was being silently > ignored. >