|
| 1 | +{ |
| 2 | + "pw_alignment": { |
| 3 | + "tagline": "Natural object alignment, guaranteed", |
| 4 | + "status": "stable", |
| 5 | + "languages": [ |
| 6 | + "C++17" |
| 7 | + ] |
| 8 | + }, |
| 9 | + "pw_allocator": { |
| 10 | + "tagline": "Flexible, safe, and measurable memory allocation", |
| 11 | + "status": "unstable", |
| 12 | + "languages": [ |
| 13 | + "C++17" |
| 14 | + ], |
| 15 | + "size": "400 to 1800 bytes" |
| 16 | + }, |
| 17 | + "pw_async2": { |
| 18 | + "tagline": "Cooperative async tasks for embedded", |
| 19 | + "status": "experimental", |
| 20 | + "languages": [ |
| 21 | + "C++17" |
| 22 | + ] |
| 23 | + }, |
| 24 | + "pw_bluetooth_sapphire": { |
| 25 | + "tagline": "Battle-tested Bluetooth with rock-solid reliability", |
| 26 | + "status": "unstable", |
| 27 | + "size": "1.5 to 2 mB", |
| 28 | + "languages": [ |
| 29 | + "C++17" |
| 30 | + ] |
| 31 | + }, |
| 32 | + "pw_boot": { |
| 33 | + "tagline": "Simplified booting for C++ targets", |
| 34 | + "status": "stable", |
| 35 | + "languages": [ |
| 36 | + "C++17" |
| 37 | + ] |
| 38 | + }, |
| 39 | + "pw_build_android": { |
| 40 | + "tagline": "Utilities for using Pigweed in Android platform", |
| 41 | + "status": "unstable", |
| 42 | + "languages": [ |
| 43 | + "C++20" |
| 44 | + ] |
| 45 | + }, |
| 46 | + "pw_console": { |
| 47 | + "tagline": "Multi-purpose pluggable interactive console for dev & manufacturing", |
| 48 | + "status": "stable", |
| 49 | + "size": "N/A (host) but works best with pw_rpc on-device", |
| 50 | + "languages": [ |
| 51 | + "Python" |
| 52 | + ] |
| 53 | + }, |
| 54 | + "pw_digital_io_linux": { |
| 55 | + "tagline": "Digital I/O interface for Linux userspace", |
| 56 | + "status": "unstable", |
| 57 | + "languages": [ |
| 58 | + "C++17" |
| 59 | + ] |
| 60 | + }, |
| 61 | + "pw_emu": { |
| 62 | + "tagline": "Flexible emulators frontend", |
| 63 | + "status": "experimental", |
| 64 | + "languages": [ |
| 65 | + "Python", |
| 66 | + "CLI" |
| 67 | + ] |
| 68 | + }, |
| 69 | + "pw_env_setup_zephyr": { |
| 70 | + "tagline": "Zephyr utilities", |
| 71 | + "status": "experimental" |
| 72 | + }, |
| 73 | + "pw_format": { |
| 74 | + "tagline": "String formatting", |
| 75 | + "status": "experimental", |
| 76 | + "languages": [ |
| 77 | + "Rust" |
| 78 | + ] |
| 79 | + }, |
| 80 | + "pw_function": { |
| 81 | + "tagline": "Embedded-friendly std::function", |
| 82 | + "status": "stable", |
| 83 | + "languages": [ |
| 84 | + "C++17" |
| 85 | + ] |
| 86 | + }, |
| 87 | + "pw_fuzzer": { |
| 88 | + "tagline": "Better C++ code through easier fuzzing", |
| 89 | + "status": "unstable", |
| 90 | + "languages": [ |
| 91 | + "C++17", |
| 92 | + "C++20" |
| 93 | + ] |
| 94 | + }, |
| 95 | + "pw_grpc": { |
| 96 | + "tagline": "pw_rpc over gRPC", |
| 97 | + "status": "unstable", |
| 98 | + "languages": [ |
| 99 | + "C++17", |
| 100 | + "C++20" |
| 101 | + ] |
| 102 | + }, |
| 103 | + "pw_hdlc": { |
| 104 | + "tagline": "Simple, robust, and efficient serial communication", |
| 105 | + "status": "stable", |
| 106 | + "size": "1400 to 2600 bytes", |
| 107 | + "languages": [ |
| 108 | + "Python", |
| 109 | + "C++17", |
| 110 | + "TypeScript" |
| 111 | + ] |
| 112 | + }, |
| 113 | + "pw_json": { |
| 114 | + "tagline": "Simple, efficient C++ JSON serialization", |
| 115 | + "status": "stable", |
| 116 | + "languages": [ |
| 117 | + "C++17" |
| 118 | + ] |
| 119 | + }, |
| 120 | + "pw_kvs": { |
| 121 | + "tagline": "Lightweight, persistent key-value store", |
| 122 | + "status": "stable", |
| 123 | + "size": "~12 kB", |
| 124 | + "languages": [ |
| 125 | + "C++17" |
| 126 | + ] |
| 127 | + }, |
| 128 | + "pw_multibuf": { |
| 129 | + "tagline": "A buffer API optimized for zero-copy messaging", |
| 130 | + "status": "unstable", |
| 131 | + "languages": [ |
| 132 | + "C++17" |
| 133 | + ] |
| 134 | + }, |
| 135 | + "pw_perf_test": { |
| 136 | + "tagline": "Micro-benchmarks that are easy to write and run", |
| 137 | + "status": "unstable", |
| 138 | + "languages": [ |
| 139 | + "C++17" |
| 140 | + ] |
| 141 | + }, |
| 142 | + "pw_result": { |
| 143 | + "tagline": "Error propagation primitives: value-or-error", |
| 144 | + "status": "stable", |
| 145 | + "languages": [ |
| 146 | + "C++17" |
| 147 | + ] |
| 148 | + }, |
| 149 | + "pw_software_update": { |
| 150 | + "tagline": "Secure software delivery", |
| 151 | + "status": "experimental", |
| 152 | + "languages": [ |
| 153 | + "Python", |
| 154 | + "C++17" |
| 155 | + ] |
| 156 | + }, |
| 157 | + "pw_span": { |
| 158 | + "tagline": "std::span for C++17", |
| 159 | + "status": "stable", |
| 160 | + "languages": [ |
| 161 | + "C++17", |
| 162 | + "C++20" |
| 163 | + ] |
| 164 | + }, |
| 165 | + "pw_status": { |
| 166 | + "tagline": "Exception-free error propagation for embedded", |
| 167 | + "status": "stable", |
| 168 | + "languages": [ |
| 169 | + "C++17", |
| 170 | + "C", |
| 171 | + "Python", |
| 172 | + "Java", |
| 173 | + "TypeScript", |
| 174 | + "Rust" |
| 175 | + ] |
| 176 | + }, |
| 177 | + "pw_string": { |
| 178 | + "tagline": "Efficient, easy, and safe string manipulation", |
| 179 | + "status": "stable", |
| 180 | + "size": "500 to 1500 bytes", |
| 181 | + "languages": [ |
| 182 | + "C++17" |
| 183 | + ] |
| 184 | + }, |
| 185 | + "pw_tokenizer": { |
| 186 | + "tagline": "Compress strings to shrink logs by +75%", |
| 187 | + "status": "stable", |
| 188 | + "size": "50% reduction in log size", |
| 189 | + "languages": [ |
| 190 | + "C++", |
| 191 | + "C11", |
| 192 | + "Python", |
| 193 | + "Rust", |
| 194 | + "TypeScript", |
| 195 | + "Java" |
| 196 | + ] |
| 197 | + }, |
| 198 | + "pw_toolchain_bazel": { |
| 199 | + "tagline": "A modular toolkit for declaring C/C++ toolchains in Bazel", |
| 200 | + "status": "unstable", |
| 201 | + "languages": [ |
| 202 | + "Starlark" |
| 203 | + ] |
| 204 | + }, |
| 205 | + "pw_unit_test": { |
| 206 | + "tagline": "GoogleTest for embedded", |
| 207 | + "status": "stable" |
| 208 | + }, |
| 209 | + "pw_watch": { |
| 210 | + "tagline": "Embedded development file system watcher", |
| 211 | + "status": "stable" |
| 212 | + } |
| 213 | +} |
0 commit comments