Re: Is most drivers interfaces should be driver or application specific?

2022-09-16 Thread Sebastian Huber
On 14.09.22 11:55, Y. HB wrote: Hello all. I'm writing drivers ( like ADC ) for tms570 on RTEMS. To my understanding for now, there are two ways to implement non common interface drivers. 1. write a specific driver.h/.c pair to be called like PWM driver inside bsps/arm/beagle/ 2. use I/O Mana

Re: How can I use --with-rtems-bspopts properly?

2022-09-16 Thread Y. HB
Well Just only use `TMS570_USE_HWINIT_STARTUP=1 ARM_TMS570LC4357=1 BSP_MINIMUM_TASK_STACK_SIZE=2048` after configure will make the configuration. I thought --with-rtems-bspopts should do it. On Fri, Sep 16, 2022 at 5:45 PM Y. HB wrote: > Hello, > > I am working on tms570 bsp > > I want to chang

How can I use --with-rtems-bspopts properly?

2022-09-16 Thread Y. HB
Hello, I am working on tms570 bsp I want to change some bspopts , but I cannot get the default value overridden via --with-rtems-bspopts, what correct way should I do? I used following command to configure RTEMS bsp ../../rtems-master/configure OTHER-OPTIONS --with-rtems-bspopts="TMS570_USE_HW