Re: [PATCH] spec/cpukit: Omit Cortex-M from libdebugger build

2023-08-17 Thread Kinsey Moore
On Wed, Aug 16, 2023 at 9:42 PM Chris Johns wrote: > On 17/8/2023 6:30 am, Kinsey Moore wrote: > > The current ARM support in libdebugger does not cover Cortex-M series > > cores since it requires support for CP14 system register accessor > > instructions. Cortex-M series cores support debug moni

Re: [PATCH rtems-tools] tester/report: Apply test excludes to fatal-error

2023-08-17 Thread Kinsey Moore
On Wed, Aug 16, 2023 at 9:47 PM Chris Johns wrote: > On 17/8/2023 7:36 am, Kinsey Moore wrote: > > Before the fatal-error test result type was introduced, minimum.exe was > > classified as an invalid test since it lacked a proper test header and > > trailer. This applies the test exclusions to al

Re: Status of CAN API?

2023-08-17 Thread Gedare Bloom
Hi Phil, On Wed, Aug 9, 2023 at 6:38 AM Philip Kirkpatrick wrote: > > Hello, > > Some people on our team here at Reflex are preparing to implement some CAN > drivers. Specifically for TMS570 and for ZynqMP-RPU (side note my latest > patch for that on Jun 29th is still sitting there unreviewed)

Re: [PATCH] spec/cpukit: Omit Cortex-M from libdebugger build

2023-08-17 Thread Kinsey Moore
On Thu, Aug 17, 2023 at 7:11 AM Kinsey Moore wrote: > On Wed, Aug 16, 2023 at 9:42 PM Chris Johns wrote: > >> On 17/8/2023 6:30 am, Kinsey Moore wrote: >> > The current ARM support in libdebugger does not cover Cortex-M series >> > cores since it requires support for CP14 system register accesso

Re: [PATCH] spec/cpukit: Omit Cortex-M from libdebugger build

2023-08-17 Thread Chris Johns
On 18/8/2023 7:01 am, Kinsey Moore wrote: > On Thu, Aug 17, 2023 at 7:11 AM Kinsey Moore > wrote: > > On Wed, Aug 16, 2023 at 9:42 PM Chris Johns > wrote: > > On 17/8/2023 6:30 am, Kinsey Moore wrote: > > The curr

Re: [PATCH rtems-tools] tester/report: Apply test excludes to fatal-error

2023-08-17 Thread Chris Johns
On 17/8/2023 10:43 pm, Kinsey Moore wrote: > On Wed, Aug 16, 2023 at 9:47 PM Chris Johns > wrote: > > On 17/8/2023 7:36 am, Kinsey Moore wrote: > > Before the fatal-error test result type was introduced, minimum.exe was > > classified as an invalid test since