mirror of
https://github.com/apache/nuttx.git
synced 2026-09-14 22:50:25 +00:00
This is a supplement to the patch:1936126210a56b6d1b033d6d940669413dd6e1b0 Due to the automatic wrapping of MTD devices during the open() process, the legacy registration methods ftl_initialize() and bchdev_register() are no longer required for MTD device registration for user code. So we have adjusted the registration method for MTD devices in nuttx/boards, replacing the previous approach using ftl_initialize() with register_mtddriver(). |
||
|---|---|---|
| .. | ||
| Makefile | ||
| sam4e-ek.h | ||
| sam_ads7843e.c | ||
| sam_appinit.c | ||
| sam_at25.c | ||
| sam_boot.c | ||
| sam_buttons.c | ||
| sam_ethernet.c | ||
| sam_hsmci.c | ||
| sam_ili9325.c | ||
| sam_ili9341.c | ||
| sam_leds.c | ||
| sam_spi.c | ||
| sam_udp.c | ||
| sam_usbmsc.c | ||