nuttx/arch/arm
raiden00pl 78c88b5e78 arch/nrf53: FLASH cache only for netcore, disable by default as it breaks rptun
After sevaral resets of the chip after programming, rptun stops working correctly.
Simple test with RPMSG UART causes a lock:

  on the netcore:
    nsh>cat /dev/ttyproxy

  on the appcore:
    nsh>echo xxx > /dev/ttyproxy

The problem doesn't occur with NRF53_FLASH_PREFETCH=n
2023-08-21 17:34:36 +08:00
..
include arch/arm: add qemu support for ARM32 2023-08-15 23:56:41 +08:00
src arch/nrf53: FLASH cache only for netcore, disable by default as it breaks rptun 2023-08-21 17:34:36 +08:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig cpuinfo:armv6: select ARCH_HAVE_CPUINFO by default 2023-08-21 17:33:50 +08:00