Re: [PATCH 10/18] config: Add _Watchdog_Microseconds_per_tick

2020-02-15 Thread Sebastian Huber
On 16/02/2020 00:25, Chris Johns wrote: On 2020-02-15 03:02, Sebastian Huber wrote: Move the microseconds per tick configuration constant out of the configuration table. This is necessary to split up the confdefs.h file in easier to review pieces. Add WATCHDOG_MICROSECONDS_PER_TICK_DEFAULT a

Re: [PATCH 10/18] config: Add _Watchdog_Microseconds_per_tick

2020-02-15 Thread Chris Johns
On 2020-02-15 03:02, Sebastian Huber wrote: Move the microseconds per tick configuration constant out of the configuration table. Add WATCHDOG_MICROSECONDS_PER_TICK_DEFAULT and use it to provide a default definition of the watchdog ticks constants. What is the purpose and/or use for this chang

[PATCH 10/18] config: Add _Watchdog_Microseconds_per_tick

2020-02-14 Thread Sebastian Huber
Move the microseconds per tick configuration constant out of the configuration table. Add WATCHDOG_MICROSECONDS_PER_TICK_DEFAULT and use it to provide a default definition of the watchdog ticks constants. Update #3875. --- cpukit/Makefile.am | 1 + cpukit/include/rtems/c