Replies: 1 comment 1 reply
-
Hi @KurtE You can create .mex file using There you can do a full setup of the GPIOs, save the .mex file, and then with the script generate .dtsi file. However, before doing all this you can start by creating the board definition with uart as the only node. This will help you test the board. Then you can go and generate the .mex and .dtsi files |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently you have support for the Teensy(PJRC) 4 and 4.1, would be nice if you also supported
the Teensy Micromod (which was designed by PJRC and Manufactured by Sparkfun).
Note: Teensy 4 and 4.1 are now also manufactured by Sparkfun. For Arduino, support for this board is contained in the same board package as all of the other Teensy boards. The main difference with this board, is the
form factor (Micromod), which pins are exposed and the size of the flash memroy.
I thought I might hack it in, but I noticed that a few of the files like:
.../zephyr/boards/pjrc/teensy4/teensy4-pinctrl.dtsi:
have comments in them like:
So, wondering if these scripts and input files still exist somewhere?
I believe a version of the python script is up at:
https://github.com/zephyrproject-rtos/hal_nxp/blob/master/mcux/scripts/pinctrl/gen_board_pinctrl.py
But no idea about the .mex file. There may be other such generated files.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions