Searched +full:build +full:- +full:hw +full:- +full:models (Results 1 – 3 of 3) sorted by relevance
1 name: Build HW models14 build-hw-models:15 name: "Build HW models"16 runs-on: ubuntu-latest19 - name: Install dependencies21 sudo apt-get install gcc-multilib binutils23 - name: Get PR28 - name: Fetch dependencies30 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 …]
1 # Models of the nRF5xxxx SOCs HW peripherals3 This repo contains models of the nRF5x HW peripherals and some replacement nrfx8 These models include models of peripherals for an11 <br> Note that for these models use case an nRF52833 is very similar to other13 , so even if you are developing for another variant in that series these models may be enough for15 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 the20 "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 …]
5 * SPDX-License-Identifier: Apache-2.09 * PPI - Programmable peripheral interconnect122 { (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 …]