12 Open Issues Need Help Last updated: Sep 8, 2025

Open Issues Need Help

View All on GitHub
GNSS rewrite about 2 months ago
bug good first issue

Domecracker flight computer

radio documentation about 2 months ago

AI Summary: This issue requests documentation for a 'radio' component or feature. Labeled as a 'good first issue' and 'documentation', it suggests a straightforward task suitable for new contributors, likely involving the creation or improvement of documentation related to a radio input element or similar functionality.

Complexity: 1/5
documentation good first issue

Domecracker flight computer

exti documentation about 2 months ago

AI Summary: This issue requests documentation for 'exti'. Given the 'good first issue' and 'documentation' labels, it likely involves creating or improving explanatory content for this component or feature.

Complexity: 1/5
documentation good first issue

Domecracker flight computer

spi_documentation about 2 months ago

AI Summary: This issue requests the creation or improvement of documentation specifically for the Serial Peripheral Interface (SPI). Despite the lack of detail in the issue body, it is labeled as a 'good first issue', indicating it is suitable for new contributors to tackle.

Complexity: 1/5
documentation good first issue

Domecracker flight computer

dma documentation about 2 months ago

AI Summary: This GitHub issue requests the creation or improvement of documentation specifically for Direct Memory Access (DMA). Labeled as a 'good first issue,' it is intended to be an accessible task for new contributors. The issue aims to enhance the project's documentation regarding DMA, although specific details on what needs to be documented are not provided.

Complexity: 1/5
documentation good first issue

Domecracker flight computer

kernel documentation about 2 months ago

AI Summary: This issue is labeled as a 'good first issue' and focuses on kernel documentation. While specific details are missing, it likely involves a straightforward task to improve or add documentation related to the kernel, making it suitable for new contributors.

Complexity: 1/5
documentation good first issue

Domecracker flight computer

DOCUMENTATION about 2 months ago

AI Summary: This issue is designated as the master tracker for all documentation-related tasks within the project. Its primary purpose is to serve as an organizational umbrella, with all specific documentation efforts intended to be created as sub-tasks under this one. While high-level, it's also labeled as a 'good first issue' for someone to understand the documentation structure.

Complexity: 1/5
documentation good first issue

Domecracker flight computer

AI Summary: This issue requires investigating the failure cases of the DMA, SPI, and Radio drivers to ensure the system continues to function gracefully. The task involves documenting the system's state and consequences of subsequent calls after a driver failure. Additionally, any parts of the system that become non-functional after a driver failure must be made robust.

Complexity: 3/5
bug good first issue

Domecracker flight computer

AI Summary: Drivers are referencing fields and registers that are no longer defined, likely due to being written against an older version of the `mmio.h` file. The task involves either updating the driver code to align with the current `mmio.h` or adding the missing definitions to `mmio.h`, with an optional suggestion to restructure the MMIO file for better access.

Complexity: 2/5
bug good first issue

Domecracker flight computer

parameter checking about 2 months ago

AI Summary: This issue requests a comprehensive review and improvement of parameter checking throughout the codebase's "rough draft" phase. It specifically proposes replacing `TAL_ERRC_INVALID_ARG` return codes with `asserts` for parameter validation, seeking confirmation on this approach.

Complexity: 2/5
bug good first issue

Domecracker flight computer

GNSS rewrite about 2 months ago

AI Summary: The existing GNSS (Global Navigation Satellite System) implementation was developed for the incorrect hardware component and needs to be rewritten or adapted for the correct part. Further details can be found in the referenced merge request from `feat/gnss_driver_spi_dma_revamp` into `dev`.

Complexity: 2/5
bug good first issue

Domecracker flight computer

gpio.h issues about 2 months ago

AI Summary: This issue reports that the `gpio.h` functions are causing numerous errors in the recently refactored codebase, indicating a regression where they previously worked. It also suggests a structural improvement: separating the GPIO interface into a `.h` file and its implementation into a `.c` file for better code organization.

Complexity: 2/5
bug good first issue

Domecracker flight computer