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

Change-Id: I59b2442a95871b8052bfdfdac6d77a7207d8b70a
diff --git a/sysmoOCTSIM/hal/include/hpl_spi_m_async.h b/sysmoOCTSIM/hal/include/hpl_spi_m_async.h
index 69dd435..8d3555e 100644
--- a/sysmoOCTSIM/hal/include/hpl_spi_m_async.h
+++ b/sysmoOCTSIM/hal/include/hpl_spi_m_async.h
@@ -60,6 +60,10 @@
 #define _spi_m_async_dev_cb_xfer_t _spi_async_dev_cb_xfer_t
 
 /**
+ * \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.
@@ -229,6 +233,7 @@
  */
 void _spi_m_async_set_irq_state(struct _spi_m_async_dev *const device, const enum _spi_m_async_dev_cb_type type,
                                 const bool state);
+//@}
 
 #ifdef __cplusplus
 }