]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/i2c_add_xqueue_static_allocation' into 'master'
authorJiang Jiang Jian <jack@espressif.com>
Mon, 21 May 2018 02:29:31 +0000 (10:29 +0800)
committerJiang Jiang Jian <jack@espressif.com>
Mon, 21 May 2018 02:29:31 +0000 (10:29 +0800)
commit9c53b599b2a8e22a02fa227d97ebb75eec7a2ef5
tree4642fa22eec3a5dfb6e464c012dfccc24805f0f1
parent03414b1f39ae420d0a93b5da7ecfbbf4c9d5ead9
parentf6f9f93a9dd736ed6ee0c281b5f5eb4bc47ca36c
Merge branch 'bugfix/i2c_add_xqueue_static_allocation' into 'master'

driver(i2c, rmt):  Add xQueue and xSemaphore static allocation support when intr_alloc_flag set to ESP_INTR_FLAG_IRAM.

See merge request idf/esp-idf!2335