{"id":15102106,"url":"https://github.com/jaquba/jqbstm32_framework","last_synced_at":"2025-10-08T11:06:41.213Z","repository":{"id":297980229,"uuid":"798449705","full_name":"JAQUBA/JQBSTM32_Framework","owner":"JAQUBA","description":"Advanced STM32 framework for rapid embedded development with HAL abstraction, device drivers, and utility tools. Production-ready with PlatformIO integration.","archived":false,"fork":false,"pushed_at":"2025-08-04T07:13:48.000Z","size":3500,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-30T12:27:26.865Z","etag":null,"topics":["cubemx","embedded","framework","hal","microcontroller","platformio","stm32"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JAQUBA.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-09T19:55:54.000Z","updated_at":"2025-08-04T06:58:24.000Z","dependencies_parsed_at":"2025-06-24T11:31:24.683Z","dependency_job_id":"ff550e44-a1b2-486f-a104-4fe8f14aad3f","html_url":"https://github.com/JAQUBA/JQBSTM32_Framework","commit_stats":null,"previous_names":["jaquba/jqbstm32_framework"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JAQUBA/JQBSTM32_Framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JAQUBA%2FJQBSTM32_Framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JAQUBA%2FJQBSTM32_Framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JAQUBA%2FJQBSTM32_Framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JAQUBA%2FJQBSTM32_Framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JAQUBA","download_url":"https://codeload.github.com/JAQUBA/JQBSTM32_Framework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JAQUBA%2FJQBSTM32_Framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278931654,"owners_count":26070789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cubemx","embedded","framework","hal","microcontroller","platformio","stm32"],"created_at":"2024-09-25T18:47:16.084Z","updated_at":"2025-10-08T11:06:41.179Z","avatar_url":"https://github.com/JAQUBA.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JQBSTM32 Framework\n\n![Version](https://img.shields.io/badge/version-v1.0.0-brightgreen)\n![License](https://img.shields.io/badge/license-GPL--3.0--or--later-blue)\n![Platform](https://img.shields.io/badge/platform-STM32-green)\n![Framework](https://img.shields.io/badge/framework-PlatformIO-orange)\n![Build](https://img.shields.io/badge/build-passing-brightgreen)\n![Quality](https://img.shields.io/badge/code%20quality-A+-brightgreen)\n\n## Description\n\n**JQBSTM32 Framework v1.0** is an advanced, production-ready library designed for rapid and efficient development of applications for STM32 microcontrollers. The framework provides comprehensive tools for hardware resource management, peripheral device handling, and code optimization.\n\n### ✨ Key Features\n- **🎯 Stable API** - Ready for use in production projects\n- **⚡ High Performance** - Optimized algorithms and memory management\n- **🔧 Modularity** - Use only the components you need\n- **📚 Complete Documentation** - Detailed examples and API reference\n- **🛡️ GPL v3.0 Compliance** - Legally verified implementation\n- **🔄 Easy Integration** - Works with STM32CubeMX and PlatformIO\n\n## Features\n\n### 🔧 Hardware Abstraction Layer (HAL)\n- **Analog/ADC** - Analog-to-digital converter handling with calibration\n- **I2C** - I2C communication with multi-device support\n- **SPI** - SPI interface for high-speed communication\n- **UART** - Serial communication with RS232/RS485 support\n- **Timer/PWM** - Timer management and PWM generation\n- **GPIO** - I/O port control\n- **OneWire** - OneWire protocol for temperature sensors\n- **USB CDC** - USB communication as virtual serial port\n- **CAN/FDCAN** - CAN bus for automotive systems\n- **Flash Memory** - Internal flash memory management\n\n### 📟 Supported Devices\n- **DS18B20** - OneWire digital temperature sensors\n- **EEP24C04/EEP24C256** - I2C EEPROM memories\n- **FM25V05** - SPI FRAM memory\n- **PCF8583** - I2C real-time clock\n- **SED1520** - LCD display controller\n- **DFR0646** - Display module\n- **TMC2209** - Stepper motor driver\n\n### 🛠️ Utility Tools\n- **Modbus** - Modbus RTU/ASCII communication protocol\n- **RegisterBank** - Register bank system for configuration data\n- **MemoryBlock** - Memory block management\n- **Menu System** - Menu system for user interfaces\n- **Math Utils** - Mathematical functions\n- **Scheduler** - Advanced task scheduler\n\n## Requirements\n\n### Hardware\n- **Microcontrollers**: STM32 (almost all series)\n- **Tools**: STM32CubeMX for pin configuration\n\n### Software\n- **Platform**: PlatformIO\n- **IDE**: Visual Studio Code with PlatformIO extension\n- **Framework**: STM32Cube HAL\n- **Compiler**: GCC ARM\n\n### Operating Systems\n- Windows 10/11\n- macOS 10.15+\n- Linux (Ubuntu 18.04+)\n\n## Installation\n\n### 1. Via PlatformIO Registry\n```ini\n# platformio.ini\n[env:your_board]\nplatform = ststm32\nboard = your_stm32_board\nframework = stm32cube\nlib_deps = \n    https://github.com/JAQUBA/JQBSTM32_Framework.git\n```\n\n### 2. Local Installation\n```bash\ngit submodule add https://github.com/JAQUBA/JQBSTM32_Framework.git lib/JQBSTM32\ngit submodule update --init --recursive\n```\n\n\n## Technical Support\n\n### Bug Reports\nIssues can be reported through [GitHub Issues](https://github.com/JAQUBA/JQBSTM32_Framework/issues)\n\n### Discussions\nQuestions and discussions: [GitHub Discussions](https://github.com/JAQUBA/JQBSTM32_Framework/discussions)\n\n### Documentation\nDetailed documentation available in the `docs/` folder and on [GitHub Wiki](https://github.com/JAQUBA/JQBSTM32_Framework/wiki)\n\n## Contributing\n\nWe welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) to learn how to:\n- Report bugs\n- Propose new features\n- Create pull requests\n- Write documentation\n\n## License\n\nThis project is licensed under the **GNU General Public License v3.0** or later.\nSee the [LICENSE](LICENSE) file for detailed information.\n\n### GPL v3.0 Compliance\n- All source files contain appropriate copyright headers\n- Used standard algorithms are properly documented\n- Framework can be freely used, modified and distributed according to GPL terms\n- See [ACKNOWLEDGMENTS](ACKNOWLEDGMENTS) file for information about used standards\n\n### Note for Developers\nIf you use this framework in your project, remember that GPL v3.0 requires:\n- Making your application source code available\n- Keeping the GPL v3.0 license for the entire project\n- Including license and copyright information\n\nMore information: https://www.gnu.org/licenses/gpl-3.0.html\n\n## Authors\n\n- **JAQUBA** - Main author and maintainer\n  - GitHub: [@JAQUBA](https://github.com/JAQUBA)\n  - Email: kjakubowski0492@gmail.com\n\n**JQBSTM32 Framework** - Accelerate your STM32 project development! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaquba%2Fjqbstm32_framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaquba%2Fjqbstm32_framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaquba%2Fjqbstm32_framework/lists"}