patacongo opened a new pull request #425: z20X:  Continued development of the 
W25 Bootloader.
URL: https://github.com/apache/incubator-nuttx/pull/425
 
 
   Kconfig files.  Repartition some functionality.  Bootloader support will 
need to be provided in logic under arch/z80/src/ez80 so the critical 
configuration selections were moved the Kconfig file there.
   
   arch/z80/src/ez80/ez80_i2c.h:  Rename arch/z80/src/ez80/ez80f91_i2c.h.  It 
is sharable by both ez80f91 and ez80f92.
   
   arch/z80/src/ez80/:  Add logic to perform an additional level of interrupt 
redirection.  This is necessary because the the interrupt handling is part of 
the loader FLASH-based logic.  In order to share interrupts with the program 
loaded into RAM by the loader, another layer or redirection is required to get 
control to the interrupt handlers in the loaded program.  See 
ez809f2_loader.asm and ez80f92_program.asm
   
   boards/z80/ez80/z20x/scripts:  Reduce size of the interrupt re-direction 
buffer from 1Kb to 512b.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to