We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78759e4 commit 6fe4b5fCopy full SHA for 6fe4b5f
1 file changed
ports/stm32/boards/ARDUINO_PORTENTA_H7/mpconfigboard.h
@@ -325,6 +325,8 @@ extern struct _spi_bdev_t spi_bdev;
325
#define MICROPY_HW_ETH_RMII_TXD0 (pin_G13)
326
#define MICROPY_HW_ETH_RMII_TXD1 (pin_G12)
327
328
+#define MICROPY_HW_ETH_DMA_ATTR_SECTION __attribute__((section(".dma_buffer")))
329
+
330
#define MICROPY_HW_USB_VID 0x2341
331
#define MICROPY_HW_USB_PID 0x045B
332
#define MICROPY_HW_USB_PID_CDC_MSC (MICROPY_HW_USB_PID)
0 commit comments