codebje opened a new pull request #2860:
URL: https://github.com/apache/incubator-nuttx/pull/2860


   ## Summary
   
   A small number of issues prevent successful builds of arch z80, chip eZ80. 
Most are compile-time problems, typos and the like, though the change to 
`irq.h` is required to correctly initialise a new task's register area - 
without this change the init task starts with interrupts disabled.
   
   ## Impact
   
   The eZ80 sub-arch can build (with Clang) and run at least as far as the 
application entry point being invoked.
   
   ## Testing
   
   Built with the ZDS-II toolchain under WIne to check modifications didn't 
conflict with ZDS builds - some further changes are required to build under 
ZDS-II as files outside the z80 arch subtree are not all C89 compliant.
   
   Built with Clang (modified build system not included in this patch) and 
executed successfully on a custom eZ80 board.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to