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

Change-Id: I59b2442a95871b8052bfdfdac6d77a7207d8b70a
diff --git a/sysmoOCTSIM/hal/include/hpl_spi_m_sync.h b/sysmoOCTSIM/hal/include/hpl_spi_m_sync.h
index 01e8fc3..38df15b 100644
--- a/sysmoOCTSIM/hal/include/hpl_spi_m_sync.h
+++ b/sysmoOCTSIM/hal/include/hpl_spi_m_sync.h
@@ -47,10 +47,14 @@
 extern "C" {
 #endif
 
-/** Uses common SPI async device driver. */
+/** Uses common SPI sync device driver. */
 #define _spi_m_sync_dev _spi_sync_dev
 
 /**
+ * \name HPL functions
+ */
+//@{
+/**
  *  \brief Initialize SPI for access without interrupts
  *  It will load default hardware configuration and software struct.
  *  \param[in, out] dev Pointer to the SPI device instance.
@@ -118,7 +122,7 @@
 int32_t _spi_m_sync_set_baudrate(struct _spi_m_sync_dev *dev, const uint32_t baud_val);
 
 /**
- *  \brief Set SPI baudrate
+ *  \brief Set SPI char size
  *  \param[in, out] dev Pointer to the SPI device instance.
  *  \param[in] char_size The character size, see \ref spi_char_size.
  *  \return Operation status.
@@ -152,6 +156,7 @@
  *  \retval >=0 Number of characters transferred.
  */
 int32_t _spi_m_sync_trans(struct _spi_m_sync_dev *dev, const struct spi_msg *msg);
+//@}
 
 #ifdef __cplusplus
 }