[PR #259] [CLOSED] Devel/l.bryndza/stm32timer cr split #333

Open
opened 2026-01-31 21:30:49 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/259
Author: @lucckb
Created: 12/2/2023
Status: Closed

Base: masterHead: devel/l.bryndza/stm32timer_cr_split


📝 Commits (10+)

  • 0dda0aa Fixing the basic functionality of STM32 timers
  • 8982fe7 Fixing the basic functionality of STM32 timers
  • 0c330eb Fixing the basic functionality of STM32 timers
  • d8b9604 Fixing the basic functionality of STM32 timers
  • 6a8a2d2 Fixing the basic functionality of STM32 timers
  • 3bf3c34 Fixing the basic functionality of STM32 timers
  • 7be9dda Fixing the basic functionality of STM32 timers
  • e95350c Fixing the basic functionality of STM32 timers
  • c9caf63 Fixing the basic functionality of STM32 timers
  • e889d3f Fixing the basic functionality of STM32 timers

📊 Changes

3 files changed (+189 additions, -98 deletions)

View changed files

📝 hw/arm/stm32f405_soc.c (+1 -1)
📝 hw/timer/stm32f2xx_timer.c (+171 -91)
📝 include/hw/timer/stm32f2xx_timer.h (+17 -6)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qemu/qemu/pull/259 **Author:** [@lucckb](https://github.com/lucckb) **Created:** 12/2/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `devel/l.bryndza/stm32timer_cr_split` --- ### 📝 Commits (10+) - [`0dda0aa`](https://github.com/qemu/qemu/commit/0dda0aa89fc282038bbb6d2634cdad38759a1bd3) Fixing the basic functionality of STM32 timers - [`8982fe7`](https://github.com/qemu/qemu/commit/8982fe7aafb0c3ff40e4c73a8a7cae4499289959) Fixing the basic functionality of STM32 timers - [`0c330eb`](https://github.com/qemu/qemu/commit/0c330eb677304e92352120392cc3c8d455ee28b2) Fixing the basic functionality of STM32 timers - [`d8b9604`](https://github.com/qemu/qemu/commit/d8b96048ec528da3b98059bb1eb9d82895fca38d) Fixing the basic functionality of STM32 timers - [`6a8a2d2`](https://github.com/qemu/qemu/commit/6a8a2d2ccd074705779137f48a4d66b00118e5a4) Fixing the basic functionality of STM32 timers - [`3bf3c34`](https://github.com/qemu/qemu/commit/3bf3c3449d5945b2457648467d5d1b2dc9b019ea) Fixing the basic functionality of STM32 timers - [`7be9dda`](https://github.com/qemu/qemu/commit/7be9ddaad007aa77e0d6fe15d22ab601806cbde8) Fixing the basic functionality of STM32 timers - [`e95350c`](https://github.com/qemu/qemu/commit/e95350cacdbcaf35de0ea57234cbbf9fd98f573c) Fixing the basic functionality of STM32 timers - [`c9caf63`](https://github.com/qemu/qemu/commit/c9caf6316971bff9520ad2576d53788d0e9222e7) Fixing the basic functionality of STM32 timers - [`e889d3f`](https://github.com/qemu/qemu/commit/e889d3fcff4b5002a9237be55ed041e6ccf7d760) Fixing the basic functionality of STM32 timers ### 📊 Changes **3 files changed** (+189 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `hw/arm/stm32f405_soc.c` (+1 -1) 📝 `hw/timer/stm32f2xx_timer.c` (+171 -91) 📝 `include/hw/timer/stm32f2xx_timer.h` (+17 -6) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 21:30:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#333