Hi,
I'm currently porting porting atomthreads to a new processor architecture.
http://www.venraytechnology.com/Implementations.htm

Porting went smoothly and the test suite runs. The target processor is
64bit and unfortunately the entry_param is hardwired to 32bit. So it's not
possible to pass a pointer in a clean way.

Wouldn't it be better to define a port specific ENTRY_PARAM_TYPE like
POINTER ?

That could be defaulted to uint32_t, so it won't break existing software.

Regards
Holger

Reply via email to