robin
8e1ec63c99
Implement new idf-v5 I2C driver ( #677 )
...
* moved sccb to new i2c driver
* implemented val16 functions
* address to dev_handle translation
* moved new i2c driver to a seperate file
* removed old idf version warning
10 months ago
Patryk Ludwikowski
6edafc7501
fix: remove unnecessary new line in logs of driver initialization ( #500 )
...
yes - because it hurt my eyes to see logs with this one, weird empty line...
2 years ago
Wang Yu Xin
f3d04ea2c5
fix: change sccb_write return int value
3 years ago
Wang Yu Xin
ae60e38d57
feat: add sccb handle addr16_val16 reg type
3 years ago
Wang Yu Xin
77d71b03f3
feat: change sccb APIs for sharing i2c port with other devices
3 years ago
Me No Dev
9a902c4e1f
Update SCCB driver for IDF 5.x
3 years ago
yuxinwww
99fe5ae956
feat: add sccb freq option in menuconfig ( #349 )
...
In some scenarios, we need to initialize the camera sensor quickly. For example, take a few pictures after waking up from sleep mode.
The PR adds an option to set the sclk of sccb to improve sensor initialization time.
4 years ago
alic-maker
ef12131d43
fix memory leak find by unit test
4 years ago
me-no-dev
579fe966ae
Add alpha ESP32-S3 support
4 years ago
me-no-dev
acf206a62a
Add initial ESP32-S2 support
4 years ago
Me No Dev
a5ccbecf08
Add missing include for memset
5 years ago
Cedric Velandres
d70d104d3d
Update sccb.c
...
revert c09b387
and replace it with memset
5 years ago
Cedric Velandres
c09b387588
Bugfix: initialize i2c_config_t struct to zero
...
In some cases, initialization fails because some flags are not set to zero
5 years ago
jjsch-dev
31d37804c6
rebase espressif/esp32-camera and idf v4.3-dev-1197-g8bc19ba89-dirty
...
Update sensor code OV7670 to esp32_camera from 10/13/2020 and compile it with idf v4.3-dev-1197-g8bc19ba89-dirty
5 years ago
me-no-dev
0347377b67
Limit to ESP32 and remove software I2C
5 years ago
me-no-dev
af931850f4
Some 7725 fixes
5 years ago
apiesse
8d80a9c8dd
fixed code
5 years ago
apiesse
f69786ba75
reverted "SCCB configured externally"
5 years ago
apiesse
d109e5cc19
SCCB configured externally
5 years ago
jjsch-dev
fb6c27a056
try rebase
5 years ago
me-no-dev
ae32d52cc2
initial 5640 support
5 years ago
jjsch-dev
31e9904c67
Revert "add OV5640 driver"
...
This reverts commit df03701ff7
.
5 years ago
jjsch-dev
df03701ff7
add OV5640 driver
5 years ago
apiesse
c38999847b
update Kconfig to remove the need of some of the ifdef stuff in the sccb.c file and show the setting only when hardware is selected
5 years ago
apiesse
a6e2ac208e
Hardware I2C0/I2C1 for sccb communication
5 years ago
jjsch-dev
0076c3e77e
fix headers that require esp32
6 years ago
Bartlomiej Cieszkowski
fdb8aee4ae
slave_addr was not used with SCCB_HARDWARE_I2C
...
Signed-off-by: Bartlomiej Cieszkowski <bartlomiej.cieszkowski@gmail.com>
6 years ago
XiaochaoGONG
f7fed18718
adjust for non Arduino
6 years ago
me-no-dev
ab9fe91133
Add support for Hardware I2C and OV3660
6 years ago
me-no-dev
0d2547a501
Initial Import
7 years ago