This Week in Beagle #12

software

Hello everyone. A typical week for development. Let’s go over everything. GitLab CI Components I have been using GitLab Package Registry for most of my projects. It allows a permanent registry to store packages and create releases, in a persistent fashion. Initially, I started with manually uploading the packages in the CI. However, this turned […]

This Week in Beagle #11

software

Hello everyone. A typical week for development. Let’s go over everything. Zephyr Ti Hal Updates A few weeks ago, I created a PR to update the Simplelink SDK version in hal_ti from 4.40.04.04 to 7.41.00.17. Now that it has been merged, hopefully, I can start working on adding Bluetooth support using the BLE5 Stack in […]

This Week in Beagle ROUND-UP: November/December ’24

software

“This Week in Beagle” is a weekly blog series by BeagleBoard.org’s own Ayush Singh that highlights significant contributions he and others are making in the open-source community. In November/December, Ayush and other community members teamed up on advances in: November 11th: Rust Imager Upgrades and Devicetree Nexus Node Schemas and Dynamic Aliasing Novembert 18th: Devicetree […]

My Week in Beagle #5

software

Hello everyone. I was busy with the Linux kernel for most of the week. Let’s go over everything. Devicetree append properties support Currently, devictree supports creating and deleting properties but not appending to existing properties. This functionality is vital for complex uses like MikroBUS. I have been working on this for a while and posted […]