Hi MC Potgieter,

MC Potgieter wrote:
> Thank you very much. This ptx dist seems to be very powerful and flexible.
> Good work!
>
> I almost have all the tools I require. One of the big outstanding items is
> documentation or examples for peripheral initialization and control in C.
> You have given me an example for the IO control but I still need info on
> the following:
>
> - Serial (UART)

Google for "Serial-HowTo"

> - Ethernet

Google for BSD sockets

> - Timers

At the kernel layer? Or application level? For the latter one read the POSIX 
man pages

> - Delays (builtin if any)

At the kernel layer? Or application level? For the latter one read the POSIX 
man pages

> - Threads

Application level: Read the POSIX man pages

> - Interrupts for all peripheral events

Kernel related. Why do you want bother in your application with events like 
this? They are handled in the driver.

Nothing PTXdist related. Welcome to the POSIX world.

Regards,
Juergen

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | Phone: +49-5121-206917-5128 |
Vertretung Sued/Muenchen, Germany             | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686              | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
[email protected]

Reply via email to