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

Change-Id: I59b2442a95871b8052bfdfdac6d77a7207d8b70a
diff --git a/sysmoOCTSIM/hal/include/hpl_spi_s_async.h b/sysmoOCTSIM/hal/include/hpl_spi_s_async.h
index 2892e2c..5647243 100644
--- a/sysmoOCTSIM/hal/include/hpl_spi_s_async.h
+++ b/sysmoOCTSIM/hal/include/hpl_spi_s_async.h
@@ -59,6 +59,10 @@
 #define _spi_s_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.
@@ -218,6 +222,7 @@
  */
 void _spi_s_async_set_irq_state(struct _spi_s_async_dev *const device, const enum _spi_async_dev_cb_type type,
                                 const bool state);
+//@}
 
 #ifdef __cplusplus
 }