GUI
f849afb5ca
[DM/FEATURE] Support hardware mailbox (#9599)
* [DM/FEATURE] Support hardware mailbox
* [MAILBOX/PIC] Add PIC Mailbox drivers.
The mailbox device(s) may be instantiated in one of three equivalent way:
Device Tree node, eg.:
```dts
interrupt-controller@0 {
interrupt-controller;
#interrupt-cells = <1>;
};
pic_mailbox@10000 {
compatible = "rt-thread,pic-mailbox";
reg = <0x10000 0x100>;
position = <0>;
interrupts = <34>;
peer-interrupts = <35>;
uid = <0>;
#mbox-cells = <1>;
};
```
Signed-off-by: GuEe-GUI <2991707448@qq.com>
2024-11-25 11:00:04 +08:00
..
2024-11-22 16:59:37 +08:00
2024-11-25 11:00:04 +08:00
2024-11-24 11:34:30 +08:00
2024-11-04 22:02:59 -05:00
2024-11-03 10:08:45 +08:00
2024-11-21 21:46:47 -05:00
2024-11-17 11:59:37 -05:00
2024-07-11 11:00:04 +08:00
2023-10-30 08:24:55 -04:00
2024-11-18 13:53:25 +08:00
2024-11-24 11:29:28 +08:00
2024-02-23 17:49:15 +08:00
2024-06-20 14:40:42 +08:00
2021-06-28 15:33:14 +08:00