Re: [PATCH v2] covoar: Store address-to-line info outside of DWARF

2021-06-17 Thread Chris Johns
On 17/6/21 1:01 pm, Alex White wrote: > So is this ok to push now that it is known to have an insignificant > performance > impact or is a different approach still warranted? OK to push. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.o

Re: [PATCH] libc: Added sig2str/str2sig prototypes

2021-06-17 Thread Matthew Joyce
Hi Eshan, Thanks very much for this...It's really helpful! Question on workflow: So for this example, I just apply the patch to RSB. Do I understand correctly that we need to rebuild the tool chain each and every time I make any change? (Step 7 in Vaibhav's Blog) This didn't compile, apparently b

RE: [PATCH v2 1/1] bsps/i386: Update calibration of TSC to be more accurate

2021-06-17 Thread Jan.Sommer
Thanks, I prepared tickets for master and 5. I will make sure that the link in the commit message fits the right ticket of the corresponding branch. My plan is to push that on Monday, when I am back in the office Best regards, Jan From: Joel Sherrill Sent: Wednesday, June 16, 2021 8:06 PM

[PATCH] bsps/irq: Change license to BSD-2-Clause

2021-06-17 Thread Sebastian Huber
Change license to BSD-2-Clause according to file history and re-licensing agreement. Update #3053. --- bsps/include/bsp/irq-default.h| 6 ++-- bsps/include/bsp/irq-generic.h| 42 ++- bsps/include/bsp/irq-info.h | 35 +++--- bsps/s

Re: [PATCH] bsps/irq: Change license to BSD-2-Clause

2021-06-17 Thread Gedare Bloom
ok On Thu, Jun 17, 2021 at 8:14 AM Sebastian Huber wrote: > > Change license to BSD-2-Clause according to file history and > re-licensing agreement. > > Update #3053. > --- > bsps/include/bsp/irq-default.h| 6 ++-- > bsps/include/bsp/irq-generic.h| 42 ++-

Re: New API directives to enable/disable interrupt vectors

2021-06-17 Thread Joel Sherrill
On Thu, Jun 17, 2021 at 12:40 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 16/06/2021 20:36, Gedare Bloom wrote: > > Looks like the existing irq-extension.h uses 'vector', so > > rtems_interrupt_disable_vector() is a possibility, or else > > rtems_interrupt_controller_disab

Re: New API directives to enable/disable interrupt vectors

2021-06-17 Thread Gedare Bloom
On Wed, Jun 16, 2021 at 11:40 PM Sebastian Huber wrote: > > On 16/06/2021 20:36, Gedare Bloom wrote: > > Looks like the existing irq-extension.h uses 'vector', so > > rtems_interrupt_disable_vector() is a possibility, or else > > rtems_interrupt_controller_disable_vector() is more wordy but if we

Re: [PATCH] libc: Added sig2str/str2sig prototypes

2021-06-17 Thread Eshan Dhawan
> On 17-Jun-2021, at 1:14 PM, Matthew Joyce wrote: > > Hi Eshan, > > Thanks very much for this...It's really helpful! > > Question on workflow: > So for this example, I just apply the patch to RSB. Do I understand correctly > that we need to rebuild the tool chain each and every time I make a

[PATCH] covoar/CoverageMapBase: Use reference for iteration in validAddress

2021-06-17 Thread Alex White
--- tester/covoar/CoverageMapBase.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tester/covoar/CoverageMapBase.cc b/tester/covoar/CoverageMapBase.cc index 6ca5cf7..f0b5890 100644 --- a/tester/covoar/CoverageMapBase.cc +++ b/tester/covoar/CoverageMapBase.cc @@ -121,7 +121,7

Re: [PATCH] covoar/CoverageMapBase: Use reference for iteration in validAddress

2021-06-17 Thread Chris Johns
Ok On 18/6/21 7:13 am, Alex White wrote: > --- > tester/covoar/CoverageMapBase.cc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tester/covoar/CoverageMapBase.cc > b/tester/covoar/CoverageMapBase.cc > index 6ca5cf7..f0b5890 100644 > --- a/tester/covoar/CoverageMapBase.

Re: New API directives to enable/disable interrupt vectors

2021-06-17 Thread Chris Johns
On 18/6/21 1:28 am, Gedare Bloom wrote: > On Wed, Jun 16, 2021 at 11:40 PM Sebastian Huber > wrote: >> >> On 16/06/2021 20:36, Gedare Bloom wrote: >>> Looks like the existing irq-extension.h uses 'vector', so >>> rtems_interrupt_disable_vector() is a possibility, or else >>> rtems_interrupt_contro

Re: New API directives to enable/disable interrupt vectors

2021-06-17 Thread Sebastian Huber
On 18/06/2021 03:30, Chris Johns wrote: The list does not capture things like rtems_interrupt_mask which is a typedef. The rtems_interrupt_mask is a constant object: /** * @ingroup RTEMSAPIClassicModes * * @brief This task mode constant has the same value as #RTEMS_INTERRUPT_MASK. * * @

Re: [PATCH] part of implimenting a monotonic clock in rtems part of this is not the final patch.

2021-06-17 Thread zack_on_the_speed_chanel
so I tested it with the but I have not made a new test file I'll do that soon. How do I add a new test? All the tests that test the timer functionality do work. I"m confident that all the changes I had to made to implement a monotonic clock should be there. Thanks Zack Sent with ProtonMail Se