This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from fb29f568d1 boards/arm/stm32f401rc-rs485: Add support to ST7735 LCD new 4ad0a5b30a Documentation/reference/user/02_task_scheduling: fixed function name new 958b18f25e arch/avr: fixed typo in Kconfig new 88a66f18e6 arch/avr: save RAMPZ register into thread context new cc9febb453 nuttx/compiler: replace AVR __flash qualifier with __memx for some chips new dd828c8920 arch/avr: fixed PC load on chips with more than 128kB program memory The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../reference/user/02_task_scheduling.rst | 4 +-- arch/avr/include/atmega/irq.h | 24 +++++++++++-- arch/avr/include/avr/irq.h | 23 +++++++++---- arch/avr/src/atmega/Kconfig | 3 ++ arch/avr/src/atmega/atmega_head.S | 4 ++- arch/avr/src/avr/Kconfig | 6 +++- arch/avr/src/avr/avr_initialstate.c | 6 ++++ arch/avr/src/avr/avr_registerdump.c | 5 +++ arch/avr/src/avr/avr_schedulesigaction.c | 6 ++++ arch/avr/src/avr/avr_sigdeliver.c | 3 ++ arch/avr/src/avr/excptmacros.h | 39 ++++++++++++++++++---- include/nuttx/compiler.h | 32 +++++++++++++++++- 12 files changed, 134 insertions(+), 21 deletions(-)