-
Notifications
You must be signed in to change notification settings - Fork 7.8k
boards: fk723m1_zgt6: initial support #94299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
d2d254f
to
01f8090
Compare
The Zephyr fk723m1_zgt6 board configuration supports the following hardware | ||
features: | ||
|
||
+-------------+------------+-------------------------------------+ | ||
| Interface | Controller | Driver/Component | | ||
+=============+============+=====================================+ | ||
| NVIC | on-chip | nested vector interrupt controller | | ||
+-------------+------------+-------------------------------------+ | ||
| UART | on-chip | serial port | | ||
+-------------+------------+-------------------------------------+ | ||
| PINMUX | on-chip | pinmux | | ||
+-------------+------------+-------------------------------------+ | ||
| GPIO | on-chip | gpio | | ||
+-------------+------------+-------------------------------------+ | ||
| RTC | on-chip | counter | | ||
+-------------+------------+-------------------------------------+ | ||
| I2C | on-chip | i2c | | ||
+-------------+------------+-------------------------------------+ | ||
| SPI | on-chip | spi | | ||
+-------------+------------+-------------------------------------+ | ||
| PWM | on-chip | pwm | | ||
+-------------+------------+-------------------------------------+ | ||
| ETHERNET | on-chip | ethernet | | ||
+-------------+------------+-------------------------------------+ | ||
| RNG | on-chip | True Random number generator | | ||
+-------------+------------+-------------------------------------+ | ||
| Backup SRAM | on-chip | Backup SRAM | | ||
+-------------+------------+-------------------------------------+ | ||
| RTC | on-chip | rtc | | ||
+-------------+------------+-------------------------------------+ | ||
| FDCAN | on-chip | CAN-FD Controller | | ||
+-------------+------------+-------------------------------------+ | ||
|
||
Other hardware features are not yet supported on this Zephyr port. | ||
|
||
The default configuration can be found in the defconfig files: | ||
:zephyr_file:`boards/fanke/fk723m1_zgt6/fk723m1_zgt6_defconfig` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replace with hw directive block
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I took the line from some other index.rst. I hope it is correct like this.
Add the FK723M1-ZGT6 V1.0 board based on the stm32h723zgt6. Signed-off-by: Paul Wedeck <[email protected]>
|
This pr adds the FK723M1-ZGT6 V1.0 board.