Angus Gratton
|
adfc06a530
|
Merge branch 'master' into feature/esp32s2beta_merge
|
2019-09-20 10:28:37 +10:00 |
|
Angus Gratton
|
438d513a95
|
Merge branch 'master' into feature/esp32s2beta_merge
|
2019-09-16 16:18:48 +10:00 |
|
Angus Gratton
|
9d19f4fc8e
|
driver docs: Fix some doxygen warnings
|
2019-09-13 14:30:06 +10:00 |
|
Angus Gratton
|
f406d020d8
|
driver: Remove features deprecated pre-IDF V4.0
|
2019-09-13 09:44:07 +10:00 |
|
Michael (XIAO Xufeng)
|
76a3a5fb48
|
ci: disable unavailable tests for esp32s2beta
|
2019-09-04 10:53:25 +10:00 |
|
Angus Gratton
|
0c88ef3232
|
driver: Fix UART interrupt handle read bug
|
2019-09-04 10:53:25 +10:00 |
|
Michael (XIAO Xufeng)
|
eb158e9a22
|
ci: disable UTs for esp32s2beta without runners
|
2019-09-04 10:53:25 +10:00 |
|
Michael (XIAO Xufeng)
|
3b39e60f97
|
driver: remove unused drivers for esp32s2beta
|
2019-09-04 10:53:25 +10:00 |
|
Michael (XIAO Xufeng)
|
9baa7826be
|
fix unit test and examples for s2beta
|
2019-09-04 10:53:25 +10:00 |
|
Martin Thierer
|
3bb42d0736
|
spi: Put argument of macro SPI_SWAP_DATA_TX/RX in parentheses
Close https://github.com/espressif/esp-idf/pull/3996
|
2019-09-03 15:21:23 +08:00 |
|
Angus Gratton
|
ff5cb217fe
|
Merge branch 'bugfix/unicore_config_prevent_ipc_code' into 'master'
ipc: prevent code getting pulled in for unicore configuration
See merge request espressif/esp-idf!5795
|
2019-08-30 16:26:47 +08:00 |
|
Mahavir Jain
|
ebe53416ad
|
ipc: prevent code getting pulled in for unicore configuration
|
2019-08-28 12:47:08 +05:30 |
|
Angus Gratton
|
8d8d4a57e1
|
Merge branch 'bugfix/reset_periph_modules' into 'master'
driver: Add a reset before enabling if a module is off
Closes IDF-188
See merge request espressif/esp-idf!4843
|
2019-08-26 16:38:23 +08:00 |
|
liu zhifu
|
003a9872b7
|
esp_wifi: wifi support new event mechanism
1. WiFi support new event mechanism
2. Update examples to use new event mechanism
|
2019-08-20 09:39:51 +00:00 |
|
Angus Gratton
|
0a0bb09585
|
Merge 'master' into feature/esp32s2beta_update
|
2019-08-20 13:55:23 +10:00 |
|
Angus Gratton
|
6990a7cd54
|
Merge branch 'master' into feature/esp32s2beta_update
|
2019-08-19 15:03:43 +10:00 |
|
Angus Gratton
|
848465da90
|
driver: Check ledc config result in PCNT tests
|
2019-08-15 06:53:46 +00:00 |
|
Angus Gratton
|
1dd2f3e07b
|
driver: ledc: Fix low/high speed parameter setting
Fix regression introduced in 2e8c85d8ff
|
2019-08-15 06:53:46 +00:00 |
|
Angus Gratton
|
ee6b1399aa
|
Merge branch 'feature/exclude_rom_from_example_header_files' into 'master'
exclude rom headers in examples
Closes IDF-557
See merge request espressif/esp-idf!5051
|
2019-08-15 10:50:01 +08:00 |
|
Angus Gratton
|
367ecc2d60
|
Merge branch 'refactor/timerg_in_test' into 'master'
timer_group: refactoring to avoid direct register access in the ISR
See merge request espressif/esp-idf!5656
|
2019-08-14 15:32:16 +08:00 |
|
Angus Gratton
|
18c5cfadae
|
Fix function prototypes
|
2019-08-13 17:14:16 +10:00 |
|
suda-morris
|
b1497f2187
|
exclude rom headers in examples
1. avoid including rom headers directly in examples
2. add common API interface for CRC calculation in esp_common component
|
2019-08-13 11:10:22 +08:00 |
|
Angus Gratton
|
2f56116db2
|
Cleanup of previous merge commit
|
2019-08-12 16:57:40 +10:00 |
|
Konstantin Kondrashov
|
9a669bfbb9
|
rmt/driver: Add module reset before enabling
|
2019-08-09 17:09:56 +08:00 |
|
Konstantin Kondrashov
|
a418b603d0
|
pcnt/driver: Add module reset before enabling
|
2019-08-09 17:09:56 +08:00 |
|
Konstantin Kondrashov
|
5c560e0cd1
|
sdmmc_host/driver: Add module reset before enabling
|
2019-08-09 17:09:56 +08:00 |
|
Konstantin Kondrashov
|
437228e947
|
i2s/driver: Add module reset before enabling
|
2019-08-09 17:09:56 +08:00 |
|
Konstantin Kondrashov
|
d064cd485c
|
can/driver: Add module reset before enabling
|
2019-08-09 17:09:56 +08:00 |
|
Konstantin Kondrashov
|
c082d13075
|
uart/driver: Add module reset before enabling
This commit prevents infinite restarts caused due to an interrupt flag
was left uncleared.
Closes: https://github.com/espressif/esp-idf/issues/1981
Closes: IDF-188
|
2019-08-09 17:09:56 +08:00 |
|
Michael (XIAO Xufeng)
|
264ffbeb14
|
timer_group: use the LL
|
2019-08-09 13:46:31 +08:00 |
|
Michael (XIAO Xufeng)
|
c02981a99b
|
timer_group: support interrupt LL and some utility functions in ISR
|
2019-08-09 13:46:30 +08:00 |
|
chenjianqiang
|
a97fe5615f
|
feat(timer): refator timer group driver (partly pick)
|
2019-08-09 13:46:29 +08:00 |
|
Angus Gratton
|
c1e3e1cd9a
|
Merge branch 'bugfix/fix_ledc_clock_select_bug' into 'master'
driver(ledc): fixed ledc clock selection bug
See merge request espressif/esp-idf!3612
|
2019-08-08 13:56:21 +08:00 |
|
Angus Gratton
|
04ae56806c
|
Merge branch 'master' into feature/esp32s2beta_update
|
2019-08-08 15:26:58 +10:00 |
|
Angus Gratton
|
24d26fccde
|
Merge branch 'master' into feature/esp32s2beta_update
|
2019-08-08 13:44:24 +10:00 |
|
Michael (XIAO Xufeng)
|
3fd896fe64
|
sdio_slave: update version read from CCCR to 2.0
|
2019-08-07 17:10:34 +08:00 |
|
morris
|
1877a9fcd8
|
Merge branch 'feature/esp32s2beta_rtc_driver' into 'feature/esp32s2beta'
Feature/esp32s2beta rtc driver
See merge request espressif/esp-idf!5243
|
2019-08-07 14:43:17 +08:00 |
|
fuzhibo
|
572084821b
|
add Comment for touchpad
|
2019-08-07 11:39:17 +08:00 |
|
kooho
|
2e8c85d8ff
|
driver(ledc): fixed ledc clock selection bug.
|
2019-08-06 16:11:18 +08:00 |
|
Michael (XIAO Xufeng)
|
26fc858ea4
|
spi_common: remove deprecated spi_common_periph_claim macros
|
2019-08-05 09:26:47 +00:00 |
|
fuzhibo
|
fbb0687b97
|
1.update touch driver; 2.update adc/dac driver; 3.add temp sensor driver;
|
2019-08-05 16:21:18 +08:00 |
|
fuzhibo
|
bf79e9d70a
|
Driver: gpio and rtcio dirver update
|
2019-08-05 16:21:18 +08:00 |
|
fuzhibo
|
b055bff580
|
1.update touch driver; 2.update adc/dac driver; 3.add temp sensor driver;
|
2019-08-05 16:21:18 +08:00 |
|
fuzhibo
|
83e00cf643
|
Driver: gpio and rtcio dirver update
|
2019-08-05 16:21:18 +08:00 |
|
kooho
|
2139ca668d
|
Update I2S driver for esp32s2beta.
|
2019-08-05 16:05:16 +08:00 |
|
Anton Maklakov
|
75c0066f93
|
Fix remaining -Wstrict-prototypes warnings
|
2019-08-01 16:28:56 +07:00 |
|
Anton Maklakov
|
afbaf74007
|
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
|
2019-08-01 16:28:56 +07:00 |
|
redchenjs
|
ff325e84b6
|
Bugfix(i2s): fixed i2s left/right channels swapped issue.
The right channel data is in the high position, so the I2S_TX_MSB_RIGHT & I2S_RX_MSB_RIGHT bits should be set.
Merges https://github.com/espressif/esp-idf/pull/3717
closes https://github.com/espressif/esp-idf/issues/3399
|
2019-07-31 17:58:23 +08:00 |
|
kooho
|
f98e7bbccf
|
Update LEDC, PCNT,Timer_Group driver for esp32s2beta.
|
2019-07-31 16:03:22 +08:00 |
|
Angus Gratton
|
eae6f5a1d6
|
Merge branch 'feature/esp32s2beta_rmt_driver' into 'feature/esp32s2beta'
Driver(RMT): Update RMT driver for esp32s2beta
See merge request espressif/esp-idf!5227
|
2019-07-30 18:21:59 +08:00 |
|