modules: hal: nordic: Update the module revision
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>
This commit is contained in:
parent
60e7364c09
commit
916bf0e682
2 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
||||
|
|
2
west.yml
2
west.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue