Skip to content

Tags: BabbleSim/base

Tags

v1.15.3

Toggle v1.15.3's commit message
libPhyComv1: Update version file to 1.15.3

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>

v1.15.2

Toggle v1.15.2's commit message
device_time_monitor version: Increase to 1.15.2

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>

v1.15.1

Toggle v1.15.1's commit message
libPhyComv1: Update version file to 1.15.1

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>

v1.15

Toggle v1.15's commit message
libRandv2: Update version file to 1.15

To reflect new added API

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>

v1.14.2

Toggle v1.14.2's commit message
libPhyComv1 & libUtilv1: Update version file to 1.14.2

Both of these modules got minor patches/fixes since
the last patch release.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>

v1.14.1

Toggle v1.14.1's commit message
libRand: bs_rand_main: Make functions declarations prototypes

Add an explicit (void) to functions without parameters,
in their declarations, this makes them actual prototypes
which tells the compiler they get no arguments,
instead of an unknown number of arguments.
This avoid possible build warnings, and possible
missaligments in the callers.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>

v1.14

Toggle v1.14's commit message
lib*: Bump version to v1.14

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>

v1.13

Toggle v1.13's commit message
lib*: Bump version to v1.13

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>

v1.12

Toggle v1.12's commit message
libUtilv1: Bump version to v1.12

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>

v1.11

Toggle v1.11's commit message
libUtil: Bugfix on bs_results error case

On a "Couldn't create results folder" error, the code
would likely segfault while printing the error message.
Fix it.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>