brentru
|
2c1592f8fb
|
working with esp32v2
|
2022-03-01 13:14:30 -05:00 |
|
Brent Rubell
|
40afeb2a0a
|
Merge pull request #222 from brentru/github-ci-updates
Update CI for ESP32, ESP8266
|
2022-02-28 09:45:50 -05:00 |
|
brentru
|
451bc3b2ad
|
use correct build directory
|
2022-02-25 16:39:22 -05:00 |
|
brentru
|
78694d758a
|
remove old step?
|
2022-02-25 16:37:44 -05:00 |
|
brentru
|
a352c2ef1f
|
zip esp32 build artifacts
|
2022-02-25 16:32:03 -05:00 |
|
brentru
|
6f5b44f20d
|
release via non-example folder
|
2022-02-25 16:15:54 -05:00 |
|
brentru
|
2da7952e33
|
add zip archive dir
|
2022-02-25 16:07:01 -05:00 |
|
brentru
|
50df891e8f
|
append littlefs to littlefs platforms
|
2022-02-25 15:43:39 -05:00 |
|
Brent Rubell
|
266669801a
|
Merge pull request #219 from adafruit/remove-old-drivertype
Remove unused I2CDriver properties and memory fixes
|
2022-02-23 17:45:53 -05:00 |
|
brentru
|
e3db3e4bc7
|
erase-remove only for espressif
|
2022-02-23 16:39:48 -05:00 |
|
brentru
|
df25fbf1e5
|
remove old iter loop commented out
|
2022-02-23 16:23:30 -05:00 |
|
brentru
|
fc74377eb2
|
adding prints
|
2022-02-23 14:02:58 -05:00 |
|
brentru
|
6bd30691c4
|
testing removing pointers from the vector and erasing
|
2022-02-23 13:57:04 -05:00 |
|
brentru
|
da2bb71750
|
use ptrs to objects to mirror adafruit_sensor, release memory when deinitialized and delete objects from vector completely. deinits shouldnt set variables
|
2022-02-23 13:13:38 -05:00 |
|
brentru
|
5472d4cb31
|
free objects
|
2022-02-23 11:37:52 -05:00 |
|
brentru
|
af686f0690
|
use getter/setter within I2C_driver for I2CAddress, fill
|
2022-02-22 15:13:56 -05:00 |
|
brentru
|
2e1682d15f
|
Revert "remove unecessary sensorAddress() getter, make the address public"
This reverts commit 994edeff7e.
|
2022-02-22 15:08:09 -05:00 |
|
brentru
|
5eff48f23e
|
Revert "make isInitialized public instead, too"
This reverts commit cbf285bfa4.
|
2022-02-22 15:08:07 -05:00 |
|
brentru
|
ef5b5fa3a9
|
Revert "remove isinitalized method"
This reverts commit e3062964bd.
|
2022-02-22 15:08:04 -05:00 |
|
brentru
|
e3062964bd
|
remove isinitalized method
|
2022-02-22 14:27:19 -05:00 |
|
brentru
|
cbf285bfa4
|
make isInitialized public instead, too
|
2022-02-22 13:07:33 -05:00 |
|
brentru
|
994edeff7e
|
remove unecessary sensorAddress() getter, make the address public
|
2022-02-22 12:59:13 -05:00 |
|
brentru
|
43d5adc7c8
|
remove driverType, unused in the refactored i2c driver and unnecessary for adding an i2c driver.
|
2022-02-22 12:53:02 -05:00 |
|
lady ada
|
498a4612c1
|
shh!
|
2022-02-11 22:01:14 -05:00 |
|
Brent Rubell
|
97586d1202
|
Merge pull request #218 from adafruit/build-8266-files
Fix GitHub CI - Build and release ESP8266 artifacts
|
2022-02-11 12:53:50 -05:00 |
|
brentru
|
46c5fb819a
|
fix generation file name
|
2022-02-11 12:45:12 -05:00 |
|
brentru
|
d37ed150c0
|
build/*?
|
2022-02-11 12:14:28 -05:00 |
|
brentru
|
86f5a495a9
|
list within examples?
|
2022-02-11 12:04:57 -05:00 |
|
brentru
|
890aab4499
|
list build artifacts
|
2022-02-11 11:59:01 -05:00 |
|
brentru
|
dfb34de8db
|
release file for 8266, upload and rename artifacts
|
2022-02-11 11:57:24 -05:00 |
|
Brent Rubell
|
26f8d12ad0
|
Update README.md
Add ESP8266!
|
2022-02-11 10:28:55 -05:00 |
|
Brent Rubell
|
5988c4d8ee
|
Merge pull request #217 from adafruit/add-esp8266-provisioning
Add LittleFS provisioning for ESP32 and 8266
|
2022-02-11 10:26:20 -05:00 |
|
brentru
|
c5749c2d66
|
doxy
|
2022-02-11 10:17:40 -05:00 |
|
brentru
|
7b2dbc6008
|
clang!
|
2022-02-11 10:10:06 -05:00 |
|
brentru
|
fb2c750adf
|
passes on esp32s2 feather locally
|
2022-02-11 10:02:43 -05:00 |
|
brentru
|
da4bbc7f68
|
use updated PIN_I2C_POWER, not older INVERTED for esp32s2 feather
|
2022-02-10 15:17:56 -05:00 |
|
brentru
|
80aceb82f1
|
fix include guard
|
2022-02-10 15:03:14 -05:00 |
|
brentru
|
78fc12d94d
|
include guards around littlefs.h
|
2022-02-10 14:52:18 -05:00 |
|
brentru
|
28a61bc31a
|
add docstrings, exists() check within parsing instead
|
2022-02-10 14:22:41 -05:00 |
|
brentru
|
2086841818
|
remove references to ESP32_nvs, force littlefs
|
2022-02-10 14:13:49 -05:00 |
|
brentru
|
f7303f131b
|
swap ESP32 nvs to LittleFS
|
2022-02-10 13:37:26 -05:00 |
|
brentru
|
b9e0c29a66
|
Merge remote-tracking branch 'adafruit/master' into add-esp8266-provisioning
|
2022-02-10 13:29:02 -05:00 |
|
Brent Rubell
|
7cf0581ab1
|
Merge pull request #212 from adafruit/refactoring-sensors-generic
WIP: I2C Generic Sensor Refactor
|
2022-02-04 10:11:45 -05:00 |
|
brentru
|
4d777303a2
|
fill deinit response
|
2022-02-03 14:58:34 -05:00 |
|
brentru
|
cff648c842
|
fix disabling the temp when we were supposed to disable the humidity, remove virtual implementations of setting period from older ahtx driver
|
2022-02-03 14:18:29 -05:00 |
|
brentru
|
36a236dfcc
|
bump lib ver
|
2022-02-03 14:03:42 -05:00 |
|
brentru
|
dd0dfd02da
|
send wippersnapper_i2c_v1_BusResponse_BUS_RESPONSE_DEVICE_INIT_FAIL on i2c device init failure
|
2022-02-03 13:00:12 -05:00 |
|
brentru
|
9392149b63
|
clang
|
2022-02-02 16:46:58 -05:00 |
|
brentru
|
2946140542
|
fix not publishing I2CDeviceInitRequests list payloads!
|
2022-02-02 16:36:52 -05:00 |
|
brentru
|
ed4b5a8419
|
remove BME680 as we're not using it YET! no tech debt :)
|
2022-02-02 13:32:54 -05:00 |
|