nuttx/arch/arm
Anthony Merlino 01fabe6c67 stm32h7: Actually use the AXI SRAM as the main heap as the documentation describes.
The comments at the top of the file say this:
```
This will be automatically registered
 * - AXI SRAM is a 512kb memory area. This will be automatically registered
 *      with the system heap in up_allocate_heap, all the other memory
 *      regions will be registered in arm_addregion().
```

but the implementation was using SRAM123 instead. Furthermore, arm_addregion then re-adds SRAM123 again.
2021-04-06 22:47:20 -05:00
..
include arch: arm: stm32: Paul A. Patience: update licenses to Apache 2021-04-03 09:36:43 -05:00
src stm32h7: Actually use the AXI SRAM as the main heap as the documentation describes. 2021-04-06 22:47:20 -05:00
Kconfig stm32l5: Architecture Support for STM32L5 2021-03-16 12:04:00 -07:00