awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesMulticore Processing

Implementation of symmetric processing and workload distribution across multiple processor cores.

Distinct from Multicore Processing Initialization: Focuses on general computational workload distribution and synchronization rather than just boot initialization or neural network optimization.

Explore 2 awesome GitHub repositories matching hardware & iot · Multicore Processing. Refine with filters or upvote what's useful.

Awesome Multicore Processing GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • raspberrypi/pico-examplesraspberrypi का अवतार

    raspberrypi/pico-examples

    3,835GitHub पर देखें↗

    This project is a reference library of firmware examples and a development framework for creating embedded C applications on the RP2040 microcontroller. It provides a collection of hardware peripheral drivers and foundational patterns for managing system resources in resource-constrained environments. The library features reference implementations for programmable I/O state machines, allowing for the creation of custom hardware-level protocols. It also provides a multicore embedded framework to distribute computational workloads across multiple processor cores using symmetric processing. The

    Provides a multicore embedded framework to distribute computational workloads across multiple processor cores using symmetric processing.

    C
    GitHub पर देखें↗3,835
  • earlephilhower/arduino-picoearlephilhower का अवतार

    earlephilhower/arduino-pico

    2,812GitHub पर देखें↗

    This project provides a development framework that enables programming Raspberry Pi Pico microcontrollers using the Arduino environment and standard C++ libraries. It serves as a unified platform for compiling, debugging, and deploying firmware to diverse hardware boards based on the RP2040 and RP2350 architectures. The framework distinguishes itself through native support for symmetric multicore execution, allowing developers to distribute independent tasks across multiple processor cores to manage complex workloads. It also includes a specialized library for USB peripheral emulation, enabli

    Supports symmetric multicore execution to distribute independent tasks across multiple processor cores.

    Ca2dparduinoarduino-pico
    GitHub पर देखें↗2,812
  1. Home
  2. Hardware & IoT
  3. Microcontroller SDKs
  4. Multicore Processing