Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.66 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.66 KB

Lib

This folder contains the libraries developed to support the application layer.

GNSE_BSP contains the board support package APIs used to control the device on-board components.

SHTC3 contains the Temperature and Humidity sensor SHTC3 driver and support functions.

MX25R1635 contains the external 16MB external SPI flashMX25R1635 driver and support functions.

LIS2DH12 contains the AccelerometerLIS2DH12 driver and support functions.

BUZZER contains the Piezo Buzzer driver and support functions.

STM32WLxx_LoRaWAN contains the Sub GHz physical layer driver (SX1262 transceiver) and the LoRaWAN stack.

ATECC608A-TNGLORA contains the ATECC608A-TNGLORA secure element HAL and support functions.

cryptoauthlib contains Microchip support library for ATECC608A-TNGLORA.

MCU_FLASH contains HAL APIs for controlling the SOC internal flash memory.

FreeRTOS-Kernel contains the FreeRTOS kernel.

FreeRTOS-LoRaWAN contains the FreeRTOS LoRaWAN abstraction layer.

SPIFFS contains SPI flash file system library that can be used to abstract external SPI flash operation.

threadx contains threadx (AzureRTOS) kernel.