Skip to content

Commit a117142

Browse files
committed
Announcements: Added announcements for the last 3 years
Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
1 parent 19c82bf commit a117142

1 file changed

Lines changed: 179 additions & 0 deletions

File tree

Announcements.md

Lines changed: 179 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,184 @@
11
## Past announcements
22

3+
### 2025/11/11 : New v3.0 BabbleSim release
4+
5+
A new release of BabbleSim has just been done (v3.0) and it is being propagated to Zephyr's manifest.
6+
Like always this release remains backwards compatible, so you can safely update to it.
7+
When / if another component requires a given BabbleSim updated version you will get to know when that component is updated.
8+
This release includes preliminary Higher Bands (5/6GHz) support.
9+
10+
11+
Release:
12+
13+
* [West](https://github.com/BabbleSim/bsim_west/commit/dcf997c28b5cc2dc21ae876b64b31ff72b786210)
14+
* [Repo](https://github.com/BabbleSim/manifest/commit/548ed9d0099db3960ff8f52c5b6c3e399c6db8c1)
15+
16+
Updates in Zephyr:
17+
18+
* https://github.com/zephyrproject-rtos/zephyr/pull/99207
19+
* https://github.com/zephyrproject-rtos/docker-image/pull/278
20+
21+
Main changes since v2.7:
22+
23+
* Phy-device v2.1 API introduced
24+
* Phy updated to use internally this v2.1 API, so channel and modem IF are updated accordingly
25+
26+
27+
### native simulator and babblesim talks on youtube
28+
29+
The native simulator talk from the OSS Europe 2025 is now on youtube:
30+
https://www.youtube.com/watch?v=umYKNDufY5E
31+
32+
You can also find on youtube the old Babblesim introduction tech talk https://www.youtube.com/watch?v=D0v3rlla9c8
33+
34+
-------------
35+
36+
### 2025/06/18 : New v2.7 BabbleSim release
37+
38+
A new release of BabbleSim has just been done (v2.7) and it is being propagated to Zephyr's manifest.
39+
Like always this release remains backwards compatible, so you can safely update to it.
40+
When / if another component requires a given BabbleSim updated version you will get to know when that component is updated.
41+
42+
This release includes some runtime performance improvements as well as preliminary HDT support.
43+
44+
Release:
45+
46+
* [West](https://github.com/BabbleSim/bsim_west/commit/2ba22a0608ad9f46da1b96ee5121af357053c791)
47+
* [Repo](https://github.com/BabbleSim/manifest/commit/3d80646f340fee03f485680b943dee967dca32c2)
48+
49+
Updates in Zephyr:
50+
51+
* https://github.com/zephyrproject-rtos/zephyr/pull/91846
52+
* https://github.com/zephyrproject-rtos/docker-image/pull/246
53+
54+
Main changes since v2.6:
55+
56+
* ext_2G4_phy_v1: Runtime performance optimizations
57+
* ext_2G4_libPhyComv1: Add BT LE HDT support
58+
* ext_2G4_channel_Indoorv1: Add BT LE HDT support
59+
60+
-------------
61+
62+
### 2025/05/16 : New minor v2.6 BabbleSim release
63+
64+
A minor release of BabbleSim has just been done (v2.6) and it is being propagated to Zephyr's manifest.
65+
Like always this release remains backwards compatible, so you can safely update to it.
66+
When / if another component requires a given BabbleSim updated version you will get to know when that component is updated.
67+
In this case, the changes provide some general improvements.
68+
69+
Release:
70+
71+
* [West](https://github.com/BabbleSim/bsim_west/commit/193b8ba94cdc6ecbc3bb7fe80b87dee456e5eab0)
72+
* [Repo](https://github.com/BabbleSim/manifest/commit/d68b86757d98572b56b82400bacaa5fafeb95bbb)
73+
74+
Updates in Zephyr:
75+
76+
* https://github.com/zephyrproject-rtos/zephyr/pull/90012
77+
* https://github.com/zephyrproject-rtos/docker-image/pull/231
78+
79+
Main changes since v2.5:
80+
81+
* ext_2G4_phy_v1: Now supports DISCONNECTS during abort re-evaluations,
82+
* ext_2G4_phy_v1: Also support bitrates multiple of 250Kbps and 333Kbps
83+
84+
-------------
85+
86+
### 2025/01/20 : New minor v2.5 BabbleSim release
87+
88+
New minor v2.5 BabbleSim release
89+
A minor release of BabbleSim has just been done (v2.5) and it is being propagated to Zephyr and the NCS manifest.
90+
91+
Like always this release remains backwards compatible, so you can safely update to it. When / if another component requires a given BabbleSim updated version you will get to know when that component is updated.
92+
In this case, the changes enable the nRF54 CRACEN HW models.
93+
94+
Release:
95+
96+
* [West](https://github.com/BabbleSim/bsim_west/commit/a88d3353451387ca490a6a7f7c478a90c4ee05b7)
97+
* [Repo](https://github.com/BabbleSim/manifest/commit/fe42582630d9093854de2208b592ceaa49bd7e1c)
98+
99+
Updates in Zephyr and NCS:
100+
101+
* https://github.com/zephyrproject-rtos/zephyr/pull/84236
102+
* https://github.com/zephyrproject-rtos/docker-image/pull/219
103+
* https://github.com/nrfconnect/sdk-nrf/pull/18264
104+
105+
Main changes since v2.4:
106+
107+
* libRandv2: New API to fill buffers & Wextra warning fixes
108+
* libCryptov1: Add new AES-ECB API
109+
110+
-------------
111+
112+
### 2024/09/02 : New minor v2.4 BabbleSim release
113+
114+
A minor release of BabbleSim has just been done (v2.4) and it is being propagated to Zephyr and the NCS manifest.
115+
Like always this release remains backwards compatible, so you can safely update to it.
116+
When / if another component requires a given BabbleSim updated version you will get to know when that component is updated.
117+
Release:
118+
119+
* [West](https://github.com/BabbleSim/bsim_west/commit/1f242f4ed7fc141fdfcfeca8d21c6d9e801179d7)
120+
* [Repo](https://github.com/BabbleSim/manifest/commit/a816ffd4825c394cd2d4e071bcbee75d830d4f39)
121+
122+
Updates in Zephyr and NCS:
123+
124+
* https://github.com/zephyrproject-rtos/zephyr/pull/80510
125+
* https://github.com/zephyrproject-rtos/docker-image/pull/215
126+
* https://github.com/nrfconnect/sdk-nrf/pull/18264
127+
128+
-------------
129+
130+
### 2024/09/02 : New Babblesim release (v2.3)
131+
132+
There has been a minor release update to Babblesim (v2.3) which includes new APIs in the libCrypto library which are used by the nRF54L HW models.
133+
This release is, as always, backwards compatible with previous releases so you can safely update to it.
134+
135+
Zephyr's manifest points now to this release, and eventually this change will be downmerged to NCS.
136+
137+
If you are getting bsim from Zephyr's manifest, in your Zephyr workspace, in Zephyr's latest main, do:
138+
139+
```
140+
west update
141+
cd ${BSIM_OUT_PATH}
142+
make everything
143+
```
144+
145+
If you are getting bsim using the repo manifest, tracking the main manifest master branch, you can just do:
146+
147+
```
148+
cd ${BSIM_OUT_PATH}
149+
repo sync
150+
make everything
151+
```
152+
153+
If you do not update the bsim installation, but use updated HW models, the HW models (in zephyr.exe) will give you a runtime warning as they fall back to the old libCrypto API.
154+
If you do not use the nRF54L CCM model, this is harmless.
155+
156+
If you use it, you will encounter CCM encryption errors depending on module configuration (specially for 802.15.4).
157+
158+
-------------
159+
160+
### 2024/03/13 : Coded Phy support added to BabbleSim and nRF HW models
161+
162+
Coded Phy is now supported in BabbleSim, the [nRF HW models](https://github.com/babbleSim/ext_NRF_hw_models),
163+
and will soon be also in [Zephyr's simulated targets](https://github.com/zephyrproject-rtos/zephyr/pull/70158)
164+
Note that using this functionality requires updating the simulator itself to the latest version.
165+
166+
Notes:
167+
168+
* For the Phy:
169+
* Changes in the Phy will result in random draw changes. That is, you may see bit or synchronization errors change between this version of the Phy and a previous version with all being equal.
170+
* There has been a correction in the bit error calculation. The BER is now capped to 50%
171+
* If you have your own modem performance models, note there has been an API change in the Phy-modem IF, as now the model digital performance gets also the coding rate as parameter.
172+
* v2 channel activity dumps are now enabled (v1 dumps are still produced). v2 have more information than v1 dumps.
173+
174+
-------------
175+
176+
### 2023/09/29 : nRF5340 models added
177+
178+
The [nRF HW models](https://github.com/babbleSim/ext_NRF_hw_models) now include models of the nRF5340, and a
179+
[target board has been added in Zephyr](https://docs.zephyrproject.org/latest/boards/native/nrf_bsim/doc/nrf5340bsim.html)
180+
which can be used to target either the cpuapp or cpunet cores, or build images using both.
181+
3182
-------------
4183

5184
### 2023/03/10 : West manifest added

0 commit comments

Comments
 (0)