Skip to content

Commit 4e4b831

Browse files
committed
Updated files for PlatformIO and Arduino library integration
1 parent ecb41ef commit 4e4b831

3 files changed

Lines changed: 9 additions & 17 deletions

File tree

README.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,13 @@ Supported platforms
3030

3131
Available binaries for download:
3232

33-
| Platform | Compiler | ROM (BSEC) | RAM | TYPE |
34-
|----------|----------|------------|------|------|
35-
| Cortex-ARM | ARMCC | 24.22-25.72k | 4.38k | Cortex-M0, M0+, M3, M4, M4_FPU, M7 |
36-
| Cortex-ARM | GCC | 27.22-49.45k | 4.38k | Cortex-M0, M0+, M3, M4, M4_FPU, M7 |
37-
| Cortex-ARM | IAR | 27.05k-27.73 | 4.38k | Cortex-M0, M0+, M3, M4, M4_FPU, M7 |
38-
| Cortex-A* | GCC | 28.20-33k | 4.38k | Cortex-A7, Cortex-A73 |
39-
| AVR_8bit | AVR-GCC | 56.8-57.8k | 39.61k | MegaAVR, XMEGA |
40-
| AVR_32bit | AVR-GCC | 31.99k | 4.5k | 32-bit AVR UC3 |
41-
| ESP8266 | xtensa-lx106-elf-gcc | 36.24k | 4.39k | ESP8266 |
42-
| ESP32 | xtensa-esp32-elf-gcc | 31.84k | 4.39k | ESP32 |
43-
| MSP430 | msp430-elf-gcc | 45k | 3.97k | MSP430 |
44-
| Android system-x86 | gcc | 46.93-44.72k | 4.48k | x86, x86_64 |
45-
| Android system-arm | gcc | 51.9k | 4.43k | arm, arm64 |
46-
| Raspberry PI 0 linux | arm-linux-gnueabihf-gcc | 75.36k | 4.39k | armv6-32bits |
47-
| Raspberry PI3 linux | arm-linux-gnueabihf-gcc | 75.38k | 4.39k | armv8-a-64bits |
33+
| Platform | Compiler | TYPE |
34+
|----------|----------|------|
35+
| Cortex-ARM | GCC | Cortex-M0, M0+, M3, M4, M4_FPU, M7 |
36+
| AVR_8bit | AVR-GCC | MegaAVR, XMEGA |
37+
| ESP8266 | xtensa-lx106-elf-gcc | ESP8266 |
38+
| ESP32 | xtensa-esp32-elf-gcc | ESP32 |
39+
| ESP32-S2 | xtensa-esp32s2-elf-gcc | ESP32 |
4840

4941
The library size information above doesn't include additional dependencies based on the embedded system project & platform.
5042

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "https://github.com/BoschSensortec/Bosch-BME68x-Library"
88
},
9-
"version": "1.1.2061",
9+
"version": "1.2.2200",
1010
"authors": {
1111
"name": "Bosch Sensortec",
1212
"email": "contact@bosch-sensortec.com"

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=BSEC2 Software Library
2-
version=1.1.2200
2+
version=1.2.2200
33
author=Bosch Sensortec
44
maintainer=Bosch Sensortec <contact@bosch-sensortec.com>
55
sentence=Bosch Sensortec Environmental Cluster (BSEC) Software library

0 commit comments

Comments
 (0)