Re: [PATCH 1/1] Adding QEP driver to Beaglebone bsp

2020-08-23 Thread Chris Johns
On 23/8/20 7:51 pm, James Fitzsimons wrote: > On Sat, 22 Aug 2020 at 20:41, Chris Johns > wrote: > > On 21/8/20 8:01 pm, James Fitzsimons wrote: > ... > > + > > + > > +typedef void (*bbb_eqep_timer_callback)(BBB_PWMSS); > > What is BBB_PWMSS used

Re: [GSoC 2020]: Need help in writing sed alternative in Python for RSB recipes

2020-08-23 Thread Chris Johns
On 23/8/20 8:08 am, Mritunjay Sharma wrote: > [Good news and Update]:  > > Thank you so much Chris! Your advice to search for macros using --trace solved > the problem of hard coding! > It took two complete days to figure out this beautiful thing but it is every > worth it. Well done, that looks

Re: [GSoC 2020]: Need help in writing sed alternative in Python for RSB recipes

2020-08-23 Thread Chris Johns
On 24/8/20 12:38 am, Heinz Junkes wrote: > But shouldn't the dependencies for the RTEMS basic installation > be taken into account. Dependences are normally checked by the application, package or tool being built. In the case of EPICS it should check for a suitable RTEMS, libbsd etc and configure

Re: [GSoC 2020]: Need help in writing sed alternative in Python for RSB recipes

2020-08-23 Thread Heinz Junkes
Hallo Mritunjay, that sounds good. But shouldn't the dependencies for the RTEMS basic installation be taken into account. Maybe I don't understand the purpose of the source-builder. But I thought that the necessary rtems-modules (compiler for architecture, libbsd, etc.) are checked and if somet

Re: [PATCH 1/1] Adding QEP driver to Beaglebone bsp

2020-08-23 Thread James Fitzsimons
Hi Chris, On Sat, 22 Aug 2020 at 20:41, Chris Johns wrote: > On 21/8/20 8:01 pm, James Fitzsimons wrote: > ... > > + > > + > > +typedef void (*bbb_eqep_timer_callback)(BBB_PWMSS); > > What is BBB_PWMSS used for as an argument? > The BBB_PWMSS argument is provided to the user call back function