Home
last modified time | relevance | path

Searched +full:build +full:- +full:hw +full:- +full:models (Results 1 – 3 of 3) sorted by relevance

/nrf_hw_models-3.6.0/.github/workflows/
Dbuild.yml1 name: Build HW models
14 build-hw-models:
15 name: "Build HW models"
16 runs-on: ubuntu-latest
19 - name: Install dependencies
21 sudo apt-get install gcc-multilib binutils
23 - name: Get PR
28 - name: Fetch dependencies
30 git clone -b v2.8.0 --depth=1 https://github.com/NordicSemiconductor/nrfx ${NRFX_BASE}
33 wget https://storage.googleapis.com/git-repo-downloads/repo
[all …]
/nrf_hw_models-3.6.0/docs/
DREADME.md1 # Models of the nRF5xxxx SOCs HW peripherals
3 This repo contains models of the nRF5x HW peripherals and some replacement nrfx
8 These models include models of peripherals for an
11 <br> Note that for these models use case an nRF52833 is very similar to other
13 , so even if you are developing for another variant in that series these models may be enough for
15 It is the intention that models of other nordic SOCs will be included in the future.
17 These models library is intended to be used as an extension to the
20 "Using these models without the native simulator" below.
22 When compiling this component using the provided Makefile (not with Zephyr's build system),
42 These models can be used directly with
[all …]
/nrf_hw_models-3.6.0/src/HW_models/
DNRF_PPI.c5 * SPDX-License-Identifier: Apache-2.0
9 * PPI - Programmable peripheral interconnect
122 { (void*)&((NRF_UART_Type *)&NRF_UARTE_regs[0])->TASKS_SUSPEND, nhw_uarte0_TASKS_SUSPEND},
129 { (void*)&((NRF_UART_Type *)&NRF_UARTE_regs[1])->TASKS_SUSPEND, nhw_uarte1_TASKS_SUSPEND},
606 // 20 TIMER0->EVENTS_COMPARE[0] RADIO->TASKS_TXEN in set_fixed_channel_routes()
608 ppi_ch_tasks[20].tep_f = nhw_RADIO_TASK_TXEN; //RADIO->TASKS_TXEN in set_fixed_channel_routes()
610 // 21 TIMER0->EVENTS_COMPARE[0] RADIO->TASKS_RXEN in set_fixed_channel_routes()
612 ppi_ch_tasks[21].tep_f = nhw_RADIO_TASK_RXEN; //RADIO->TASKS_RXEN in set_fixed_channel_routes()
614 // 22 TIMER0->EVENTS_COMPARE[1] RADIO->TASKS_DISABLE in set_fixed_channel_routes()
616 ppi_ch_tasks[22].tep_f = nhw_RADIO_TASK_DISABLE; //RADIO->TASKS_DISABLE in set_fixed_channel_routes()
[all …]