1<?xml version="1.0" encoding="UTF-8"?> 2<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 3 <channel> 4 <title>Pigweed Blog</title> 5 <link>https://pigweed.dev/docs/blog/</link> 6 <description> 7 An informal blog where Pigweed teammates, contributors, and users can 8 share ideas and projects related to Pigweed. 9 </description> 10 <language>en-us</language> 11 <pubDate>Mon, 7 Oct 2024 08:00:00 -0700</pubDate> 12 <atom:link href="https://pigweed.dev/rss.xml" rel="self" type="application/rss+xml"/> 13 <item> 14 <title>BazelCon 2024</title> 15 <link>https://pigweed.dev/docs/blog/07-bazelcon-2024.html</link> 16 <description> 17 Pigweed team members gave talks at BazelCon 2024. 18 </description> 19 <pubDate>Fri, 13 Dec 2024 08:00:00 -0700</pubDate> 20 <guid>https://pigweed.dev/docs/blog/07-bazelcon-2024.html</guid> 21 </item> 22 <item> 23 <title>Shaping a better future for Bazel C/C++ toolchains</title> 24 <link>https://pigweed.dev/docs/blog/06-better-cpp-toolchains.html</link> 25 <description> 26 It has been a long road, but Bazel C/C++ toolchains are getting better! 27 Today's blog post unpacks Pigweed's journey of improving C/C++ 28 toolchains for the entire Bazel ecosystem. 29 </description> 30 <pubDate>Wed, 11 Dec 2024 08:00:00 -0700</pubDate> 31 <guid>https://pigweed.dev/docs/blog/06-better-cpp-toolchains.html</guid> 32 </item> 33 <item> 34 <title>C++20 coroutines without heap allocation</title> 35 <link>https://pigweed.dev/docs/blog/05-coroutines.html</link> 36 <description> 37 This blog post describes how you can use C++20 coroutines to create 38 embedded-friendly async code without writing manual state machines or 39 callbacks. 40 </description> 41 <pubDate>Mon, 7 Oct 2024 08:00:00 -0700</pubDate> 42 <guid>https://pigweed.dev/docs/blog/05-coroutines.html</guid> 43 </item> 44 <item> 45 <title>Fixed-point arithmetic as a replacement for soft floats</title> 46 <link>https://pigweed.dev/docs/blog/04-fixed-point.html</link> 47 <description> 48 We've observed a ~2x speed improvement in classification algorithms 49 and a small decrease in binary size using fixed-point without 50 sacrificing correctness. 51 </description> 52 <pubDate>Mon, 30 Sep 2024 13:47:00 -0700</pubDate> 53 <guid>https://pigweed.dev/docs/blog/04-fixed-point.html</guid> 54 </item> 55 <item> 56 <title>Pigweed SDK launch</title> 57 <link>https://pigweed.dev/docs/blog/03-pigweed-sdk.html</link> 58 <description> 59 The Pigweed team is excited to announce the launch of the first 60 preview release of the Pigweed SDK with official hardware support 61 for Raspberry Pi’s newest microprocessor products, the RP2350 and 62 Pico 2! 63 </description> 64 <pubDate>Thu, 8 Aug 2024 08:16:00 -0700</pubDate> 65 <guid>https://pigweed.dev/docs/blog/03-pigweed-sdk.html</guid> 66 </item> 67 <item> 68 <title>Feature flags in Bazel builds</title> 69 <link>https://pigweed.dev/docs/blog/02-bazel-feature-flags.html</link> 70 <description> 71 Let’s say you’re migrating your build system to Bazel. Your project 72 heavily relies on preprocessor defines to configure its code. In your 73 source files, you use these preprocessor variables to conditionally 74 compile some sections, via #ifdef. When building the same code for 75 different final product configurations, you want to set different 76 defines. How do you model this in Bazel? 77 </description> 78 <pubDate>Fri, 31 May 2024 15:54:00 -0700</pubDate> 79 <guid>https://pigweed.dev/docs/blog/02-bazel-feature-flags.html</guid> 80 </item> 81 <item> 82 <title>Kudzu</title> 83 <link>https://pigweed.dev/docs/blog/01-kudzu.html</link> 84 <description> 85 Pigweed's whimsical take on a development board. 86 </description> 87 <pubDate>Thu, 12 Oct 2023 15:14:00 -0700</pubDate> 88 <guid>https://pigweed.dev/docs/blog/01-kudzu.html</guid> 89 </item> 90 </channel> 91</rss> 92