File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ Other considerations
363363 typically x86. x86 is little endian, which is typically also the case for the
364364 target architecture. If this is not the case, embedded code which works in one
365365 may not work in the other due to endianness bugs.
366- Note that Zephyr code is be written to support both big and little endian.
366+ Note that Zephyr's code should be written to support both big and little endian.
367367- WordSize: The bsim targets, as well as normal embedded targets are 32 bit
368368 targets. In the case of the bsim targets this is done by explicitly targeting
369369 x86 (ILP32 ABI) instead of x86_64. This is done purposefully to provide more
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ NRF52 simulated board (BabbleSim)
1212Overview
1313********
1414
15- To allow simulating a nRF52833 SOC a Zephyr target boards is provided: the
15+ To allow simulating a nRF52833 SOC, a Zephyr target board is provided: the
1616nrf52_bsim.
1717
1818This uses `BabbleSim `_ to simulate the radio activity, and the
Original file line number Diff line number Diff line change 11.. _nrf54l15bsim :
22
3- NRF54L15 simulated boards (BabbleSim)
4- #####################################
3+ NRF54L15 simulated board (BabbleSim)
4+ ####################################
55
66.. contents ::
77 :depth: 1
@@ -12,7 +12,7 @@ NRF54L15 simulated boards (BabbleSim)
1212Overview
1313********
1414
15- To allow simulating nRF54L15 SOCs a Zephyr target boards is provided: the
15+ To allow simulating nRF54L15 SOCs, a Zephyr target board is provided: the
1616``nrf54l15bsim/nrf54l15/cpuapp ``.
1717
1818This uses `BabbleSim `_ to simulate the radio activity, and the
@@ -35,7 +35,7 @@ on the simulated nRF54L15 SOC.
3535
3636 This simulated target does **not ** yet support targeting the cpuflpr core.
3737
38- This boards include models of some of the nRF54L15 SOC peripherals:
38+ This board includes models of some of the nRF54L15 SOC peripherals:
3939
4040* AAR (Accelerated Address Resolver)
4141* CCM (AES CCM mode encryption)
You can’t perform that action at this time.
0 commit comments