This is an automated email from the ASF dual-hosted git repository.

marko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from 7d2b35d  [DO NOT MERGE] Support for one shot polling mode  (#1637)
     new 2333550  HAL: Create the hal_gpio_deinit() prototype
     new efd19cc  HAL: implement the hal_gpio_deinit() for stm32 MCUs
     new f8f3754  HAL: implement the hal_gpio_deinit() for nrf51/52 MCUs
     new 36004f1  HAL: fix - use HAL_GPIO_INDEX to know the pin number
     new 11a9c21  HAL: remove useless DIRCLR
     new 9acf80b  HAL: update typo prototype
     new 7143020  HAL: fix deinit for nrf51xxxx
     new 4835a31  Merge pull request #1630 from ygaklk/hal_gpio_deinit

The 8521 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 hw/hal/include/hal/hal_gpio.h          |  9 +++++++++
 hw/mcu/nordic/nrf51xxx/src/hal_gpio.c  | 14 ++++++++++++++
 hw/mcu/nordic/nrf52xxx/src/hal_gpio.c  | 21 +++++++++++++++++++++
 hw/mcu/stm/stm32_common/src/hal_gpio.c | 14 ++++++++++++++
 4 files changed, 58 insertions(+)

Reply via email to