Skip to content

Commit 867d3c1

Browse files
committed
categories - add SDR category
1 parent a2f2185 commit 867d3c1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/boot/categories.toml

+8
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,14 @@ Crates used to model or construct models for some activity, e.g. to.\
500500
simulate a networking protocol.\
501501
"""
502502

503+
[software-defined-radio]
504+
name = "Software-defined radio"
505+
description = """
506+
Crates related to Software-defined radio where components that have been \
507+
traditionally implemented in hardware are instead implemented \
508+
by means of software.\
509+
"""
510+
503511
[template-engine]
504512
name = "Template engine"
505513
description = """

0 commit comments

Comments
 (0)