Re: [Tinyx-devel] TODO list for tinyx RTOS
Status: Planning
Brought to you by:
davidcohen
From: David C. <da...@gm...> - 2007-10-26 18:45:42
|
Hi, Acked, but let me add something to your e-mail. So, you can comment mine too. This first considered platform is the Philips ARM7 LPC2148. With this platform we have to implement: - ISR - startup.S (the bootloader) - UART driver (for debug on console) We have also to implement some generic stuff: - UART API - generic console - scheduler (just a working and simple sched.c) So, we can see the Tinyx running with output console on uart. The next step is to port a second plattform to validate our portable structure. We'll use the Linux kernel to guide us most of the time, but every time with a simpler code. It's good to make some initial documentation for a better explanation about the project for external users/developers. BR, David Cohen On 10/26/07, Felipe Balbi <fel...@us...> wrote: > > Hi all, > > David, we should list here all the things we wanna do with tinyx. I > can take the lead or putting all this information in a human-readable > way and push it to tinyx.git TODO file. > > This is what I think we should be doing until Dec/31: > > startup.S > kernel.c > sched.c > Generic ISRs (Interrupt Service Routines) > UART Interface > Serial "Subsystem" > > > do you ack these? > > -- > Best Regards, > > Felipe Balbi > fel...@us... > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Tinyx-devel mailing list > Tin...@li... > https://lists.sourceforge.net/lists/listinfo/tinyx-devel > |