Angus Gratton
|
c1eef95ec1
|
Merge branch 'bugfix/test_fp_switch' into 'master'
esp32: use semaphore in FP switch test, raise worker task priority
See merge request espressif/esp-idf!7526
|
2020-02-11 12:05:04 +08:00 |
|
David Cermak
|
50588ff3f7
|
esp-compiler: add designated init macros to make esp configuration pattern viable under C++
|
2020-02-10 19:40:28 +01:00 |
|
David Cermak
|
d8da662dec
|
ESP-NETIF: Add unit test for additional API
|
2020-02-10 19:40:23 +01:00 |
|
David Cermak
|
02cdef086f
|
ESP-NETIF: easier creation for WiFi interfaces with custom parameters
Closes https://github.com/espressif/esp-idf/issues/4611
Closes IDFGH-2523
|
2020-02-10 14:22:07 +01:00 |
|
Ivan Grokhotkov
|
7304651320
|
esp32: use semaphore in FP switch test, raise worker task priority
|
2020-02-10 13:36:43 +01:00 |
|
Angus Gratton
|
c5d05b5c4f
|
Merge branch 'feature/usb_support4soc' into 'master'
Added usb registers structures
See merge request espressif/esp-idf!6811
|
2020-02-10 18:00:39 +08:00 |
|
Ivan Grokhotkov
|
f11b8f14c7
|
Merge branch 'feature/support_enc28j60' into 'master'
Added ENC28J60 Example
Closes IDFGH-2295
See merge request espressif/esp-idf!6877
|
2020-02-10 17:18:38 +08:00 |
|
Ivan Grokhotkov
|
70d99fa986
|
Merge branch 'bugfix/stage_two_bootloader_linking' into 'master'
Fixes accessing some files from 2nd part of the bootloader.
See merge request espressif/esp-idf!7531
|
2020-02-10 17:13:12 +08:00 |
|
Andrei Gramakov
|
4e8b4b9e49
|
soc: add USB peripheral register definitions, hal level, reg map, etc
|
2020-02-10 08:33:39 +00:00 |
|
Angus Gratton
|
59c39173f2
|
Merge branch 'feature/mqtt_unit_test' into 'master'
mqtt: basic set of unit tests, modify example tests to check ssl connect
See merge request espressif/esp-idf!7393
|
2020-02-10 15:10:56 +08:00 |
|
Supreet Deshpande
|
2bf329eb2c
|
Fixes accessing some files from 2nd part of the bootloader.
|
2020-02-10 12:34:18 +05:30 |
|
morris
|
9e59be1aab
|
ethernet: add enc28j60 example
|
2020-02-10 12:56:14 +08:00 |
|
Henry Gilbert
|
eda07acc81
|
Add ENC28J60 Ethernet Driver
Merges https://github.com/espressif/esp-idf/pull/4435
|
2020-02-10 12:56:14 +08:00 |
|
Ivan Grokhotkov
|
966f4227ad
|
Merge branch 'refactor/simplify_console_examples' into 'master'
console: simplify console examples
Closes IDF-1110
See merge request espressif/esp-idf!7040
|
2020-02-10 04:18:58 +08:00 |
|
Konstantin Kondrashov
|
daa9c30c8e
|
rmt/esp32s2: Update RMT: reg, struct, LL and test_utils/ref_clock.c
|
2020-02-09 20:03:31 +08:00 |
|
Ivan Grokhotkov
|
4bfd0b961b
|
Merge branch 'fix/spi_on_esp32s2' into 'master'
spi: support esp32s2
See merge request espressif/esp-idf!7432
|
2020-02-09 19:45:16 +08:00 |
|
Ivan Grokhotkov
|
e5cb972c3a
|
Merge branch 'bugfix/fix_esp32s2_flash_rw' into 'master'
flash(esp32s2): fix setting address field in spi user mode.
See merge request espressif/esp-idf!7380
|
2020-02-09 18:05:22 +08:00 |
|
Mahavir Jain
|
577abc4472
|
Merge branch 'bugfix/newlib_nano_lib_linking' into 'master'
esp_rom: link newlib nano from ROM only if SPIRAM cache workaround is disabled
See merge request espressif/esp-idf!7527
|
2020-02-08 12:48:12 +08:00 |
|
Ivan Grokhotkov
|
98bb3772e0
|
soc: spi_flash LL fixes
|
2020-02-07 16:18:31 +01:00 |
|
Wangjialin
|
aaf119e930
|
flash(esp32s2): fix setting address field in spi user mode.
|
2020-02-07 16:10:51 +01:00 |
|
suda-morris
|
75cadc2e41
|
console: simplify examples
1. simplify console examples
2. add "quit" command
3. support console command overwrite
4. add API reference
|
2020-02-07 20:15:06 +08:00 |
|
Mahavir Jain
|
3803b17048
|
esp_rom: link newlib nano from ROM only if SPIRAM cache workaround is disabled
|
2020-02-07 16:17:25 +05:30 |
|
David Cermak
|
3ecb731c23
|
mqtt: example test to check connection with different ssl parameters
|
2020-02-07 10:35:40 +01:00 |
|
David Cermak
|
b8e47eb56f
|
mqtt: add basic set of unit tests
|
2020-02-07 10:35:40 +01:00 |
|
Ivan Grokhotkov
|
13623ef430
|
Merge branch 'feature/esp32s2_image_version' into 'master'
bootloader_support: add esp_chip_id_t value for ESP32-S2
See merge request espressif/esp-idf!7521
|
2020-02-07 16:43:21 +08:00 |
|
Angus Gratton
|
613c4e985f
|
Merge branch 'doc/multi_target' into 'master'
docs: Multi target build support
Closes IDF-523
See merge request espressif/esp-idf!6791
|
2020-02-07 15:20:53 +08:00 |
|
Angus Gratton
|
f91080637c
|
Merge branch 'bugfix/part_gen_subtype_fix' into 'master'
partition_table: Fix subtype in gen_esp32part.py
Closes IDFGH-2646
See merge request espressif/esp-idf!7508
|
2020-02-07 14:31:02 +08:00 |
|
Angus Gratton
|
eb85cfb9f6
|
docs: Temporarily mark RF calibration chapter as ESP32 only
Can be re-enabled once ESP32-S2 calibration support is added
|
2020-02-07 16:37:45 +11:00 |
|
Angus Gratton
|
11fac8637a
|
docs: Resolve doxygen & Sphinx warnings
|
2020-02-07 16:37:45 +11:00 |
|
Shubham Kulkarni
|
e1c0fb0c62
|
log: Check for ISR context and use proper API to get Tick Count
|
2020-02-07 04:49:53 +00:00 |
|
Ivan Grokhotkov
|
0d69ed8620
|
bootloader_support: add esp_chip_id_t value for ESP32-S2
|
2020-02-06 19:50:14 +01:00 |
|
boarchuz
|
d0eb6c9701
|
Fix subtype in PartitionTable.find_by_type
Fix ptype->subtype
Closes https://github.com/espressif/esp-idf/pull/4723
|
2020-02-06 08:48:35 +01:00 |
|
Angus Gratton
|
fec005ec15
|
Merge branch 'bugfix/nvs_missing_get' into 'master'
NVS: Fixed missing implementations for string/blob
See merge request espressif/esp-idf!7492
|
2020-02-06 14:31:16 +08:00 |
|
Angus Gratton
|
fda4efa300
|
Merge branch 'bugfix/rtc_wdt_timeout' into 'master'
soc/esp32s2: Fix setting timeout for RTC_WDT. ESP32-S2 uses 90KHz instead of 150kHz
See merge request espressif/esp-idf!7499
|
2020-02-06 14:27:35 +08:00 |
|
Angus Gratton
|
bd9cb9a307
|
Merge branch 'bugfix/spiffs_case_when_use_mtime_is_not_set' into 'master'
spiffs: Fix for case when CONFIG_SPIFFS_USE_MTIME is not defined
See merge request espressif/esp-idf!7496
|
2020-02-06 14:26:42 +08:00 |
|
Angus Gratton
|
34b1ea9b3d
|
Merge branch 'feature/netif_ppp_authtype_none' into 'master'
esp-netif: PPPoS fixes
Closes IDFGH-2553 and IDFGH-2548
See merge request espressif/esp-idf!7488
|
2020-02-06 14:14:43 +08:00 |
|
Angus Gratton
|
98618333a1
|
Merge branch 'bugfix/wps_config_init' into 'master'
WPS_CONFIG_INIT_DEFAULT(type) error
See merge request espressif/esp-idf!7311
|
2020-02-06 14:04:31 +08:00 |
|
Konstantin Kondrashov
|
739eb05bb9
|
esp32: add implementation of esp_timer based on TG0 LAC timer
Closes: IDF-979
|
2020-02-06 14:00:18 +08:00 |
|
Mahavir Jain
|
f515db1a3e
|
Merge branch 'bugfix/fix_ota_with_chunked_servers' into 'master'
Fixed OTA with chunked servers
See merge request espressif/esp-idf!7457
|
2020-02-05 16:54:01 +08:00 |
|
Mahavir Jain
|
229b599494
|
Merge branch 'bugfix/remove_cjson_test_file_from_cmake_build' into 'master'
cJSON: include only source file objects for cmake build
See merge request espressif/esp-idf!7498
|
2020-02-05 16:46:29 +08:00 |
|
KonstantinKondrashov
|
47a5d14e59
|
soc/esp32s2: Fix setting timeout for RTC_WDT. ESP32-S2 uses 90KHz instead of 150kHz
|
2020-02-05 15:16:28 +08:00 |
|
Shubham Kulkarni
|
ba31458347
|
OTA: Fixed OTA with chunked servers and added example_test with chunked server
|
2020-02-05 11:56:37 +05:30 |
|
Mahavir Jain
|
e366b6ac21
|
cJSON: include only source file objects for cmake build
Test file can cause build issues in some cases, since it has its own main() function
|
2020-02-05 11:14:23 +05:30 |
|
KonstantinKondrashov
|
e85e99189f
|
spiffs: Fix for case when CONFIG_SPIFFS_USE_MTIME is not defined
Closes: 2c793cef06
|
2020-02-05 03:00:22 +08:00 |
|
Ivan Grokhotkov
|
50466a5e4f
|
Merge branch 'bugfix/esp32s2_ldscripts' into 'master'
esp32s2: LD script fixes/improvements and re-enable SystemView examples
Closes IDF-1357, IDF-1354, and IDF-1346
See merge request espressif/esp-idf!7431
|
2020-02-05 02:09:29 +08:00 |
|
Mahavir Jain
|
0b8f17e618
|
Merge branch 'nimble/bugfix_ble_hs_hci_rx_evt' into 'master'
NimBLE: Update submodule to fix bug in `ble_hs_hci_rx_evt`
See merge request espressif/esp-idf!7494
|
2020-02-04 19:35:50 +08:00 |
|
Ivan Grokhotkov
|
41631587f8
|
Merge branch 'feature/esp32s2_brownout' into 'master'
esp32s2: add brownout detector support
Closes IDF-751
See merge request espressif/esp-idf!7428
|
2020-02-04 17:00:46 +08:00 |
|
Prasad Alatkar
|
bc7ce8e584
|
Update NimBLE submodule to fix bug in ble_hs_hci_rx_evt
|
2020-02-04 12:27:47 +05:30 |
|
Jakob Hasse
|
e228a2102d
|
Fixed missing implementations
|
2020-02-03 17:18:21 +01:00 |
|
Angus Gratton
|
6d2fa2e0f1
|
Merge branch 'feature/support_app_update_ut_for_s2_chip' into 'master'
app_update(s2): Enable app_update UTs
Closes IDF-1007
See merge request espressif/esp-idf!7415
|
2020-02-03 14:56:23 +08:00 |
|