Re: RSB Deployment

2017-11-24 Thread Chris Johns
On 25/11/17 8:29 am, Jacob Saina wrote: > Here's my new understanding -- stop me if I've got anything wrong. > > (from <>/rsb/rtems) Doing > > ../source-builder/sb-set-builder  --without-kernel --jobs=none > --prefix=/d/opt/rtems/4.11 4.11/rtems-arm > > will build RSB (without the kernel, si

Re: RSB Deployment

2017-11-24 Thread Jacob Saina
Here's my new understanding -- stop me if I've got anything wrong. (from <>/rsb/rtems) Doing ../source-builder/sb-set-builder --without-kernel --jobs=none --prefix=/d/opt/rtems/4.11 4.11/rtems-arm will build RSB (without the kernel, single threaded) in ./build, then install it at the prefix

Re: An issue with ARM interrupts revisits.

2017-11-24 Thread Sebastian Huber
On 23/11/17 18:25, Mr. Andrei Chichak wrote: One question though, where can I tap into the OS to figure out what priorities my ISRs are actually using? If there is something odd with the encoding that ST uses for priorities, I could actually be fighting an issue with CubeMX for F7 that is caus