]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/lib_dport_access' into 'master'
authorJiang Jiang Jian <jack@espressif.com>
Thu, 18 May 2017 06:56:38 +0000 (14:56 +0800)
committerJiang Jiang Jian <jack@espressif.com>
Thu, 18 May 2017 06:56:38 +0000 (14:56 +0800)
commit9229902dffb2a9bc20cab52c3c1ce77b33ea09d3
tree09f3e414ddbc9c853a3d5afe610ada3eeed4b7f1
parent1ddf40feb73386df26ac51bd80aac2210229b164
parent52515d0edf30c273b24955981673b7263d9d21d8
Merge branch 'bugfix/lib_dport_access' into 'master'

component/esp32 : fix library dport access protections.

1. add esp32 library access DPORT register protections.
2. add bluetooth library access DPORT register protections.
3. change register operation(suffix/prefix) to new style.

See merge request !757