Commit graph

350 commits

Author SHA1 Message Date
hathach
025e40f739 fix ADC 13 bit width for esp32s2 2021-04-01 00:17:55 +07:00
hathach
d3468d3162 temporarily walkaround for tinyusb init for v4.2 2021-03-31 23:34:04 +07:00
Melissa LeBlanc-Williams
6b264af5f0 Fix I2C init for ESP32S2 2021-03-31 08:22:31 -07:00
lbernstone
c1b06cc120
Fix possible race condition in uart attach (#4569) 2020-12-01 16:36:44 +02:00
me-no-dev
a25ccb2ef7 Fix Wire.begin causing divide by zero
Fixes: https://github.com/espressif/arduino-esp32/issues/4530
2020-11-17 02:30:12 +02:00
me-no-dev
5b5b61c018 rework persist reboot 2020-11-17 02:04:56 +02:00
me-no-dev
cbafe67ee1 Fix PSRAM on S2 2020-11-17 01:13:23 +02:00
Larry Bernstone
e5555c72e5 Fix deprecated vref function 2020-11-15 12:16:02 -07:00
Me No Dev
2063a606e9
Merge branch 'master' into idf-release/v4.2 2020-11-09 17:08:38 +02:00
Pavel Melnikov
534f0810a6
fix bitWrite macro (#4507)
Fixes https://github.com/espressif/arduino-esp32/issues/4466
2020-11-09 17:08:13 +02:00
M Hotchin
28a8073069
Fix issue 4095 (#4503)
pgmspace.h missing 'pgm_get_far_address'
2020-11-08 04:55:59 +02:00
me-no-dev
70bd58b00b Update Arduino.h 2020-11-06 22:07:24 +02:00
me-no-dev
f1cbd3b74b Create esp_arduino_version.h 2020-11-06 22:02:40 +02:00
me-no-dev
78783c5183 fix psram init 2020-11-06 12:20:20 +02:00
me-no-dev
37af4c9d2f more fixes 2020-11-04 01:53:38 +02:00
me-no-dev
6ffe081fd2 Update IDF master to 357a27760 2020-11-04 01:19:29 +02:00
me-no-dev
2d0b8c7e81 Update IDF and Camera 2020-11-04 01:19:07 +02:00
me-no-dev
9a37a020d2 Fix Arduino PIN counts 2020-11-04 01:19:05 +02:00
bobobo1618
cf93d473fb Make esp32-hal-tinyusb.h conditional on tinyusb (#4155) 2020-11-04 01:19:05 +02:00
me-no-dev
1ded874ce1 Update USB.cpp 2020-11-04 01:16:22 +02:00
me-no-dev
394c32ddfc Update IDF, tools and toolchains 2020-11-04 01:16:17 +02:00
me-no-dev
86c87aaeee Some fixes 2020-11-04 01:15:33 +02:00
me-no-dev
0ac788f666 Add option to select the core used for Arduino and it's events 2020-11-04 01:15:32 +02:00
me-no-dev
9e2b2bff70 Update HardwareSerial.h 2020-11-04 01:14:42 +02:00
me-no-dev
681b1214cf Improve CDC Logging support 2020-11-04 01:11:29 +02:00
me-no-dev
1a7a928b64 Add option USB CDC to be used for Serial (starting USB early) 2020-11-04 01:11:28 +02:00
me-no-dev
8cc9e955dc Add debug output to CDC 2020-11-04 01:11:28 +02:00
me-no-dev
29e3d0e75f Handle persistent reboot better in CDC 2020-11-04 01:11:28 +02:00
me-no-dev
7f54a357a4 Change driver attach api and remove DFU from CDC 2020-11-04 01:11:28 +02:00
me-no-dev
c9ae74f012 Update TinyUSB 2020-11-04 01:11:27 +02:00
me-no-dev
ec7a51b263 Fix compilation issues 2020-11-04 01:11:27 +02:00
me-no-dev
f43352b752 Add TinyUSB HAL and CDC 2020-11-04 01:10:37 +02:00
Me No Dev
1e48761177 Fix GPIO Interrupts 2020-11-04 01:10:35 +02:00
me-no-dev
eda687069a what happened to no-stub? 2020-11-04 01:09:00 +02:00
me-no-dev
c32a9be28b what if functions are in the core? 2020-11-04 01:08:59 +02:00
me-no-dev
dc707a3121 add psram to malloc only if interrupts are not in IRAM 2020-11-04 01:07:21 +02:00
me-no-dev
b499befa9b fix psram always init 2020-11-04 01:07:21 +02:00
me-no-dev
99b5be0037 Disable IRAM ISRs and functions by default 2020-11-04 01:07:18 +02:00
me-no-dev
3397208d12 Update esp32-hal-gpio.c 2020-11-04 01:06:45 +02:00
me-no-dev
131c87b127 Update main.cpp 2020-11-04 01:06:45 +02:00
me-no-dev
87c9a8a8fa some i2c fixes 2020-11-04 01:06:44 +02:00
me-no-dev
ecc96060da fix WiFi 2020-11-04 01:04:59 +02:00
me-no-dev
a761281d8c Fix PSRAM support 2020-11-04 00:57:18 +02:00
me-no-dev
5abe013f78 Update esp32-hal-uart.c 2020-11-04 00:57:18 +02:00
me-no-dev
92aa3b5e14 Update esp32-hal-uart.c 2020-11-04 00:57:18 +02:00
me-no-dev
61132a7172 Fix Serial 2020-11-04 00:57:18 +02:00
me-no-dev
4b9f70236f Update HardwareSerial.cpp 2020-11-04 00:56:45 +02:00
me-no-dev
ce64a26ce3 Add I2C IDF Wrapper 2020-11-04 00:56:45 +02:00
me-no-dev
77015e05be fix compile errors for esp32 2020-11-04 00:56:45 +02:00
me-no-dev
0c5f0f8bf8 fix peripherals 2020-11-04 00:56:45 +02:00