Re: how add a custom driver to RTEMS

2019-09-19 Thread Sebastian Huber
Hello Mojtaba, there is no step by step guide available. You can use the documentation available for FreeBSD and the source code itself. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Ma

Re: how add a custom driver to RTEMS

2019-09-17 Thread Mingyu Li
Hi Mojtaba, I believe the BSP guide ( https://docs.rtems.org/releases/rtems-docs-4.11.2/bsp-howto/index.html#) might help you. You can check which target (board) you are using https://docs.rtems.org/releases/rtems-docs-4.11.2/bsp-howto/makefiles.html#creating-a-new-bsp-make-customization-file . Fo

how add a custom driver to RTEMS

2019-09-16 Thread mojtaba nadi
hello I want to add a custom driver (I added two uartlite IP in PL) to RTEMS using libbsd but i can't find any documentation that explain it step by step. I wonder if any body could help me to explain how can I add a custom driver step by step. regards, Mojtaba ___