@@ -78,18 +78,34 @@ This repository contains...
7878
7979[ ` boot_stub ` ] ( apps/boot_stub ) : Mynewt Bootloader Stub
8080
81- [ ` adc_stm32f1 ` ] ( libs/adc_stm32f1 ) : Mynewt Driver for ADC on STM32F1
81+ [ ` adc_stm32f1 ` ] ( libs/adc_stm32f1 ) : Mynewt Driver for ADC on STM32 F103 (Blue Pill). Used by ` temp_stm32 ` internal temperature sensor.
8282
83- [ ` custom_sensor ` ] ( libs/custom_sensor ) : Custom Sensor Definitions
83+ [ ` adc_stm32l4 ` ] ( libs/adc_stm32l4 ) : Mynewt Driver for ADC on STM32 L476. Used by ` temp_stm32 ` internal temperature sensor.
8484
85- [ ` esp8266 ` ] ( libs/esp8266 ) : Mynewt Driver for ESP8266
85+ [ ` bc95g ` ] ( libs/bc95g ) : Mynewt Driver for Quectel BC95 NB-IoT module
86+
87+ [ ` buffered_serial ` ] ( libs/buffered_serial ) : Buffered Serial Library used by ` bc95g ` NB-IoT driver and ` gps_l70r ` GPS driver
88+
89+ [ ` custom_sensor ` ] ( libs/custom_sensor ) : Custom Sensor Definitions for Raw Temperature and Geolocation
90+
91+ [ ` esp8266 ` ] ( libs/esp8266 ) : Mynewt Driver for ESP8266 WiFi module
92+
93+ [ ` gps_l70r ` ] ( libs/gps_l70r ) : Mynewt Driver for Quectel L70-R GPS module
8694
8795[ ` hmac_prng ` ] ( libs/hmac_prng ) : HMAC pseudorandom number generator with entropy based on internal temperature sensor
8896
97+ [ ` low_power ` ] ( libs/low_power ) : Low Power functions for STM32 F103 (Blue Pill)
98+
99+ [ ` mynewt_rust ` ] ( libs/mynewt_rust ) : Helper functions for hosting Rust on Mynewt
100+
89101[ ` nrf24l01 ` ] ( libs/nrf24l01 ) : Mynewt Driver for nRF24L01
90102
91103[ ` remote_sensor ` ] ( libs/remote_sensor ) : Mynewt Driver for Remote Sensor
92104
105+ [ ` rust_app ` ] ( libs/rust_app ) : Stub library that will be replaced by the compiled Rust application and Rust crates
106+
107+ [ ` rust_libcore ` ] ( libs/rust_libcore ) : Stub library that will be replaced by the Rust Core Library
108+
93109[ ` semihosting_console ` ] ( libs/semihosting_console ) : Mynewt Console for Arm Semihosting
94110
95111[ ` sensor_coap ` ] ( libs/sensor_coap ) : Sensor CoAP Library
@@ -98,6 +114,10 @@ This repository contains...
98114
99115[ ` temp_stm32 ` ] ( libs/temp_stm32 ) : Mynewt Driver for Internal Temperature Sensor on STM32
100116
117+ [ ` temp_stub ` ] ( libs/temp_stub ) : Mynewt Driver for Stub Temperature Sensor that returns a fixed value
118+
119+ [ ` tiny_gps_plus ` ] ( libs/tiny_gps_plus ) : TinyGPS++ Library ported from Arduino. Used by ` gps_l70r ` GPS driver.
120+
101121[ ` scripts ` ] ( scripts ) : Install, build and deploy scripts
102122
103123[ ` .vscode ` ] ( .vscode ) : Visual Studio Code macros for install, build and deploy
0 commit comments