lwip-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-members] debug and assert


From: leon . woestenberg
Subject: Re: [lwip-members] debug and assert
Date: Mon, 10 Feb 2003 14:53:29 +0100

Jani,

cc.h was meant to do C compiler specific stuff
cpu.h was meant to do CPU specific stuff.

The idea was that cc.h / cpu.h could be reused across
targets / compilers.

Practise has shown that CPU and compiler are very architecture
dependent (as always in embedded systems), so the different
files are really not helping us much.

There is no problem merging this into one file.

I would suggest using arch.h as a global header for all platform
specifics.

Good work.

Leon.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]