[PR #102] [CLOSED] Nan changes #187

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/102
Author: @xaeroyuan
Created: 11/25/2020
Status: Closed

Base: masterHead: nan_changes


📝 Commits (2)

📊 Changes

48 files changed (+5147 additions, -109 deletions)

View changed files

README (+27 -0)
📝 hw/adc/Kconfig (+6 -0)
hw/adc/adc_samples_simulator.c (+226 -0)
hw/adc/imx6ul_adc.c (+363 -0)
📝 hw/adc/meson.build (+2 -0)
📝 hw/arm/Kconfig (+8 -0)
📝 hw/arm/fsl-imx6ul.c (+42 -13)
📝 hw/arm/meson.build (+1 -1)
hw/arm/nano-imx6ul.c (+166 -0)
📝 hw/display/meson.build (+2 -0)
hw/display/nano_fb.c (+733 -0)
📝 hw/i2c/Kconfig (+8 -0)
📝 hw/i2c/imx_i2c.c (+4 -2)
📝 hw/i2c/meson.build (+2 -0)
hw/i2c/pcf8574.c (+138 -0)
hw/i2c/pcf8575.c (+155 -0)
📝 hw/meson.build (+1 -0)
hw/pwm/meson.build (+1 -0)
hw/pwm/nano_pwm.c (+177 -0)
📝 hw/rtc/Kconfig (+4 -0)

...and 28 more files

📄 Description

add some more hw support


🔄 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/102 **Author:** [@xaeroyuan](https://github.com/xaeroyuan) **Created:** 11/25/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `nan_changes` --- ### 📝 Commits (2) - [`675616b`](https://github.com/qemu/qemu/commit/675616bfe740917b2bf4c1fbae9285093a18e2a1) nan changes - [`7a26fdf`](https://github.com/qemu/qemu/commit/7a26fdf32c31e987b352bd1133e5b412f3976f74) fix a typo ### 📊 Changes **48 files changed** (+5147 additions, -109 deletions) <details> <summary>View changed files</summary> ➕ `README` (+27 -0) 📝 `hw/adc/Kconfig` (+6 -0) ➕ `hw/adc/adc_samples_simulator.c` (+226 -0) ➕ `hw/adc/imx6ul_adc.c` (+363 -0) 📝 `hw/adc/meson.build` (+2 -0) 📝 `hw/arm/Kconfig` (+8 -0) 📝 `hw/arm/fsl-imx6ul.c` (+42 -13) 📝 `hw/arm/meson.build` (+1 -1) ➕ `hw/arm/nano-imx6ul.c` (+166 -0) 📝 `hw/display/meson.build` (+2 -0) ➕ `hw/display/nano_fb.c` (+733 -0) 📝 `hw/i2c/Kconfig` (+8 -0) 📝 `hw/i2c/imx_i2c.c` (+4 -2) 📝 `hw/i2c/meson.build` (+2 -0) ➕ `hw/i2c/pcf8574.c` (+138 -0) ➕ `hw/i2c/pcf8575.c` (+155 -0) 📝 `hw/meson.build` (+1 -0) ➕ `hw/pwm/meson.build` (+1 -0) ➕ `hw/pwm/nano_pwm.c` (+177 -0) 📝 `hw/rtc/Kconfig` (+4 -0) _...and 28 more files_ </details> ### 📄 Description add some more hw support --- <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:10 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#187