[PATCH 01/23] sapi: Use rtems_config*_get_microseconds_per_tick
Ralf Corsepius
ralf.corsepius at rtems.org
Tue Nov 6 16:38:21 UTC 2012
On 11/06/2012 04:39 PM, Sebastian Huber wrote:
> On 11/06/2012 04:25 PM, Gedare Bloom wrote:
>> Can you provide some background on this patch series?
>
> Most of them are simple clean-ups. The important (and potentially
> controversial) change is the last one:
>
> The Configuration is now read-only and must be statically initialized
> via confdefs.h or similar.
Actually, this change doesn't worry me. It's a step into the right
direction.
What worries me, is you replacing configuration variables
(Configuration.xxxx) with functions (configuration_get_xxxx).
This raises questions about backward compatiblity and the steps your
changes impose on implementors of non-public BSPs.
Ralf
More information about the devel
mailing list