Searched +full:runs +full:- +full:on (Results 1 – 3 of 3) sorted by relevance
3 on:14 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/repo35 …python3 ./repo init -u https://github.com/BabbleSim/manifest.git -m nrf_hw_models_ci.xml -b master…[all …]
5 * SPDX-License-Identifier: Apache-2.09 * RADIO - 2.4 GHz Radio38 …ing reception we assume that CRCPOLY and CRCINIT are correct on both sides, and just rely on the p…39 …* On transmission we generate the correct CRC for correctness of the channel dump traces (…73 * bit on *air* (That is the Tx chain delay later for Tx, and RxChainDelay earlier for Rx)75 * Note20: The LQI value is based on a single measurement at the end of the SFD.91 * Note23: Powering off/on is not properly modeled (it is mostly ignored)98 …this main state machine there is a small state machine for handling the automatic TIFS re-enabling.100 * This TIFS machine piggybacks on the main machine and its timer.118 …* * The Phy finished the procedure, in which case we just pre-program the main state machine t…[all …]
4 * SPDX-License-Identifier: Apache-2.08 * NVMC - Non-volatile memory controller12 * UICR - User information configuration registers57 * * Allow accumulating those statistics between runs (save stats to file)65 * (and initializes them at startup and frees them on exit),142 this->NVMC_regs = &NRF_NVMC_regs[inst]; in nhw_nvmc_uicr_init()149 this->flash_op = flash_idle; in nhw_nvmc_uicr_init()150 this->timer = TIME_NEVER; in nhw_nvmc_uicr_init()152 this->flash_start_addr = flash_start_addr[inst]; in nhw_nvmc_uicr_init()153 this->flash_n_pages = flash_n_pages[inst]; in nhw_nvmc_uicr_init()[all …]