update from Atmel Start (just loading + re-exporting the project)

Change-Id: I59b2442a95871b8052bfdfdac6d77a7207d8b70a
diff --git a/sysmoOCTSIM/hal/include/hpl_spi_m_dma.h b/sysmoOCTSIM/hal/include/hpl_spi_m_dma.h
index f481fb8..2b48300 100644
--- a/sysmoOCTSIM/hal/include/hpl_spi_m_dma.h
+++ b/sysmoOCTSIM/hal/include/hpl_spi_m_dma.h
@@ -54,6 +54,10 @@
 #define _spi_m_dma_dev_cb_type _spi_dma_dev_cb_type
 
 /**
+ * \name HPL functions
+ */
+//@{
+/**
  *  \brief Initialize SPI for access with interrupts
  *  It will load default hardware configuration and software struct.
  *  \param[in, out] dev Pointer to the SPI device instance.
@@ -168,6 +172,7 @@
  */
 int32_t _spi_m_dma_transfer(struct _spi_m_dma_dev *dev, uint8_t const *txbuf, uint8_t *const rxbuf,
                             const uint16_t length);
+//@}
 
 #ifdef __cplusplus
 }