This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 7a32fed5637 arch/arm/stm32h7: support for /dev/random device new 5710b5495f2 boards/avr/avrdx/breadxavr: fix path in license header new 14e446628e5 Documentation/platforms/avr: document options of keeping const vars in flash new d9269112ee7 arch/avr/avrdx: do not copy const variables into RAM new d3da5e633ce arch/avr/avrdx/avrdx_serial: make uart_ops_s structure const The 4 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: .../platforms/avr/avrdx/boards/breadxavr/index.rst | 2 + .../platforms/avr/common/constants-in-progmem.rst | 225 +++++++++++++++++++++ arch/avr/Kconfig | 1 + arch/avr/src/avr/Kconfig | 105 +++++++++- arch/avr/src/avr/Toolchain.defs | 10 + arch/avr/src/avrdx/avrdx_head.S | 55 +++++ arch/avr/src/avrdx/avrdx_serial.c | 2 +- boards/Kconfig | 1 + boards/avr/avrdx/breadxavr/scripts/breadxavr.ld | 58 +++++- 9 files changed, 449 insertions(+), 10 deletions(-) create mode 100644 Documentation/platforms/avr/common/constants-in-progmem.rst