Searched refs:sample (Results 1 – 25 of 54) sorted by relevance
123
/Renode-v1.15.3-c57714d/tools/csv2resd/ |
D | resd.py | 128 def add_sample(self, sample): argument 129 self.samples.append({'sample': sample}) 138 …return sum(len(data_block_sample_frequency(self.sample_type).build(sample)) for sample in self.sam… 152 def add_sample(self, sample, timestamp): argument 153 self.samples.append({'sample': sample, 'timestamp': timestamp}) 161 …return sum(len(data_block_sample_arbitrary(self.sample_type).build(sample)) for sample in self.sam…
|
/Renode-v1.15.3-c57714d/scripts/single-node/ |
D | xtensa.resc | 5 machine LoadPlatformDescription @platforms/cpus/xtensa-sample-controller.repl 13 …sysbus LoadELF @https://dl.antmicro.com/projects/renode/xtensa-sample-controller-zephyr-hello-worl…
|
D | sam4s.resc | 2 :description: This script runs Zephyr shell sample on a SAM4S series platform.
|
D | sltb004a.resc | 2 # This script runs the Gecko SDK baremetal CLI sample on the SLTB004A platform in Renode
|
D | stm32l072.resc | 2 :description: This script runs the Zephyr shell_module sample on STM32L0 Discovery (B-L072Z-LRWAN1).
|
D | qomu.resc | 2 :description: This script runs Zephyr RTOS "Shell module" sample on a Qomu board.
|
D | quickfeather.resc | 2 :description: This script runs Zephyr RTOS "Dining philosophers" sample on a QuickFeather board.
|
D | litex_vexriscv_tock.resc | 2 :description: This script runs Tock's cxx_hello sample on LiteX/VexRiscv
|
D | miv.resc | 2 :description: This script runs Zephyr RTOS shell sample on a Mi-V RISC-V board.
|
D | cortex-r52.resc | 2 :description: This script runs the Zephyr philosophers sample on a 32-bit ARM Cortex-R52.
|
D | arduino_uno_r4_minima.resc | 2 :description: This script runs Zephyr shell sample on Arduino Uno R4 Minima board
|
D | cortex-a53.resc | 2 :description: This script runs the Zephyr hello_world sample on a 64-bit ARM Cortex-A53.
|
D | sifive_fe310.resc | 2 :description: This script runs Zephyr RTOS shell sample on SiFive-FE310 platform.
|
D | stm32f4_tock.resc | 2 :description: This script runs the Tock cxx_hello sample on STM32F4 Discovery.
|
/Renode-v1.15.3-c57714d/scripts/complex/hci_uart/ |
D | hci_uart.resc | 9 # mesh sample 11 # heart rate peripheral sample
|
/Renode-v1.15.3-c57714d/tests/platforms/ |
D | QuarkC1000.robot | 9 [Documentation] Runs Zephyr's 'hello_world' sample on Quark C1000 platform. 19 …[Documentation] Runs modified Zephyr's 'hello_world' sample on Quark C1000 platform. Thi… 48 [Documentation] Runs Zephyr's 'shell' sample on Quark C1000 platform. 65 [Documentation] Runs Zephyr's 'basic/button' sample on Quark C1000 platform. 85 [Documentation] Runs antmicro's 'sensor/lm74' sample on Quark C1000 platform. 101 …[Documentation] Runs Zephyr's 'net/echo' sample on Quark C1000 platform with external EN…
|
D | xtensa.robot | 8 …Execute Command machine LoadPlatformDescription @platforms/cpus/xtensa-sample-contro… 63 Test Zephyr hello_world sample 65 … sysbus LoadELF @https://dl.antmicro.com/projects/renode/xtensa-sample-controller-zephyr-…
|
D | ambiq-apollo4.robot | 196 Wait For Line On Uart ADC#0 sample read=681, measured voltage=197.0 mV 197 Wait For Line On Uart ADC#1 sample read=1363, measured voltage=395.0 mV 198 Wait For Line On Uart ADC#2 sample read=2729, measured voltage=792.0 mV 199 Wait For Line On Uart ADC#3 sample read=4092, measured voltage=1188.0 mV 205 Wait For Line On Uart ADC#0 sample read=681, measured voltage=197.0 mV 206 Wait For Line On Uart ADC#1 sample read=0, measured voltage=0.0 mV 207 Wait For Line On Uart ADC#2 sample read=3445, measured voltage=1000.0 mV 208 Wait For Line On Uart ADC#3 sample read=4092, measured voltage=1188.0 mV
|
/Renode-v1.15.3-c57714d/tests/peripherals/ |
D | LIS2DW12.robot | 73 # because the actual sample is kept until it is overwritten by a new sample. 126 …# Run for an additional second to allow RESD stream to finish before setting an actual sample to a… 127 # Otherwise set sample will be overridden by the one fed from RESD. 199 # 3 more HF sample periods, staying at the low frequency 201 Acceleration Should Be 0 31 # the last low-frequency sample repeating 209 # 3 more HF sample periods, staying at the high frequency 211 Acceleration Should Be 1 31 # the last high-frequency sample repeating
|
D | LSM330.robot | 33 # (this is how the original Arduino sample works) 49 # (this is how the original Arduino sample works)
|
D | angle_rotated.data | 8 # Arduino Nano 33 BLE board (rotated and inverted channels, each sample repeated 5 times)
|
D | circle_rotated.data | 8 # Arduino Nano 33 BLE board (rotated and inverted channels, each sample repeated 5 times)
|
/Renode-v1.15.3-c57714d/scripts/complex/litex_i2s/ |
D | README.rst | 8 By default, the demo runs the simulation for 3.2 virtual seconds in order to copy a 3s sample conta… 12 * $input_file - an input sound sample (in the format described above).
|
/Renode-v1.15.3-c57714d/scripts/complex/arduino_nano/ |
D | nrf52840_arduinoIDE_integration.resc | 15 echo "Now load the TensorFlow Lite magic_wand sample compiled for Arduino NANO 33 BLE using Arduino…
|
/Renode-v1.15.3-c57714d/scripts/complex/coverage/ |
D | kendryte_k210_coverage.resc | 4 $bin=@https://dl.antmicro.com/projects/renode/kendryte_k210--coverage-sample-riscv64.elf-s_21808-bc…
|
123