Skip to content

Commit

Permalink
modules: hal: nordic: Update the module revision
Browse files Browse the repository at this point in the history
Update the module revision so that the following commits become
effective:

* nrfx_config: Use common mappings of Kconfig options to nrfx macros
* nrfx_config: Unify the way of enabling instances in nrfx drivers
* nrfx_config: Add missing mappings of Kconfig option symbols
* CMakeLists: Add missing inclusions of driver implementation files

The above changes require a minor correction in the nrf91/soc.h file,
so it is also modified in this commit.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
  • Loading branch information
anangl authored and carlescufi committed Sep 10, 2019
1 parent 60e7364 commit 916bf0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion soc/arm/nordic_nrf/nrf91/soc.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <generated_dts_board.h>

/* Add include for peripheral base address mappings */
#include <nrfx_config_nrf9160.h>
#include <nrfx_config.h>

#endif /* !_ASMLANGUAGE */

Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ manifest:
revision: a12d92816a53a521d79cefcf5c38b9dc8a4fed6e
path: modules/hal/cypress
- name: hal_nordic
revision: 7bf2d404d0bf7f36d77d5090b5207f8b4676776c
revision: ff3265342f2ef97b5abf4ba7d38b8011a45360f3
path: modules/hal/nordic
- name: hal_openisa
revision: be5c01f86c96500def5079bcc58d2baefdffb6c8
Expand Down

0 comments on commit 916bf0e

Please sign in to comment.