patacongo
|
b920eef4d5
|
Eliminate warnings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@142 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-24 15:57:00 +00:00 |
patacongo
|
e003907c5c
|
Move to the configs subdirectory
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@127 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-23 02:29:35 +00:00 |
patacongo
|
c4f4bee7d5
|
Create configs/ dir; separate board configuration from processor architecture
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@126 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-23 02:25:54 +00:00 |
patacongo
|
871c6aa098
|
Remove duplicated instruction
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@124 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-23 00:27:05 +00:00 |
patacongo
|
c43e030b35
|
This platform does not need rrload format
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@122 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-22 19:15:18 +00:00 |
patacongo
|
800e1cccae
|
Completes initial DM320 bringup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@120 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-22 16:08:49 +00:00 |
patacongo
|
7b02aa235b
|
Cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@119 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-22 16:07:23 +00:00 |
patacongo
|
451503eeb5
|
Progress with DM320
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@117 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-21 23:06:29 +00:00 |
patacongo
|
94f151c66b
|
This achieves successful DM320 boot with a minimal system
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@115 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-21 20:02:52 +00:00 |
patacongo
|
aa51edc8d3
|
Added support for POSIX timers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@111 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-21 17:21:26 +00:00 |
patacongo
|
cd6d8c9e52
|
Restructure header files for POSIX compliance; eliminate compile warnings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@107 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-20 16:51:12 +00:00 |
patacongo
|
3bc44395cf
|
Follow naming convention
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@106 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-19 23:22:11 +00:00 |
patacongo
|
b0a94c65a8
|
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@105 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-19 22:45:58 +00:00 |
patacongo
|
63c5b01cee
|
Fix typos
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@101 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-19 21:40:52 +00:00 |
patacongo
|
da99e7811c
|
Typo in naming
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@98 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-19 16:39:30 +00:00 |
patacongo
|
55efbdf250
|
Must preserve the value of errno; it can be changed by signal handling
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@95 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-19 16:38:16 +00:00 |
patacongo
|
ddec0e391a
|
Interrupts must be disabled in all low level context switches
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@89 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-19 14:22:43 +00:00 |
patacongo
|
be6b34d86f
|
Cannot use dbg() macro in middle of context switch if output is to console driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@88 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-19 14:21:39 +00:00 |
patacongo
|
6d9006c0f5
|
Fix typo in name
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@86 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-17 22:46:37 +00:00 |
patacongo
|
09998e40cc
|
Add special handling for idle task stack dump
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@85 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-17 22:45:58 +00:00 |
patacongo
|
2242704cf6
|
Add test of roundrobin scheduler (still does not work)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@81 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-17 21:32:21 +00:00 |
patacongo
|
82422bbec6
|
Added serial console driver for dm320
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@79 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-17 14:52:46 +00:00 |
patacongo
|
45a923be6c
|
Move common parts of C5471 into drivers/ so it can be used by other platforms.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@75 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-16 22:07:14 +00:00 |
patacongo
|
34415a3108
|
Initial version
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@68 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-16 15:52:58 +00:00 |
patacongo
|
5414a30484
|
Add C5471 watchdog driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@66 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-16 00:42:02 +00:00 |
patacongo
|
747295f1a8
|
Added opendir, readdir, closedir, etc.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@62 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-14 22:41:09 +00:00 |
patacongo
|
5be8e1a2f4
|
Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphores
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@61 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-14 18:58:21 +00:00 |
patacongo
|
613f809f5d
|
8052 context switch/interrupt integration; pthread arg setup changed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@60 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-13 23:03:12 +00:00 |
patacongo
|
d56d9ecde2
|
8051 integration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@59 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-13 14:08:18 +00:00 |
patacongo
|
b0304de8a4
|
Fixed 8051 printf bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@57 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-11 21:16:56 +00:00 |
patacongo
|
e4f42d8949
|
task_create now accepts variable number of arguments; 8051 bringup changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@56 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-11 17:37:47 +00:00 |
patacongo
|
df3e9d1db5
|
Add to nsh, add limits.h, gets, strtok, strtok_r
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@54 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-10 14:42:30 +00:00 |
patacongo
|
89b91918d9
|
Fix IRQ-related bugs, fix serial read logic, add fgets
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@51 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-10 00:17:29 +00:00 |
patacongo
|
43f4608432
|
C5471 documentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@49 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-09 17:23:25 +00:00 |
patacongo
|
34ecdea56a
|
Finished C5471 Integration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@48 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-09 17:22:55 +00:00 |
patacongo
|
fd34c0c113
|
Debug instrumentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@47 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-09 15:27:47 +00:00 |
patacongo
|
e0f2dd1408
|
C5471 timer interrupts and timing functions are working
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@46 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-09 00:58:44 +00:00 |
patacongo
|
a3455d2a77
|
Fixed some interrupt-related bugs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@45 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-08 22:34:02 +00:00 |
patacongo
|
9a3efb5f8d
|
Fix c5471 signal handling + deallocation bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@44 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-08 18:34:11 +00:00 |
patacongo
|
a7478ff0d4
|
Add support for onboard LEDs; Fix serial bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@43 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-08 15:23:56 +00:00 |
patacongo
|
c55287ab0e
|
Working with c5471 interrupts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@42 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-07 23:34:48 +00:00 |
patacongo
|
44117a7ecc
|
c5471 bringup changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@41 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-07 17:42:58 +00:00 |
patacongo
|
f7545bec74
|
Basic 8052 context switching is working
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@39 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-06 21:34:32 +00:00 |
patacongo
|
d2f7a7e151
|
Re-design vsprintf so that it does not use so much stack; handle 8051's 2-byte generic pointers.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@38 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-05 20:38:39 +00:00 |
patacongo
|
d62a01ebfa
|
Fix some interrupt handling issues
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@37 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-05 14:38:43 +00:00 |
patacongo
|
eaa8134b71
|
Add comment
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@36 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-04 20:34:48 +00:00 |
patacongo
|
6061949bc5
|
Add capability to manager memory in discontiguous regions.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@35 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-04 15:23:22 +00:00 |
patacongo
|
7b93c5cd57
|
Add logic to initialize timer 2
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@34 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-03 19:17:15 +00:00 |
patacongo
|
b41f8cccc4
|
Fix stack addressing
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@33 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-02 23:34:42 +00:00 |
patacongo
|
58720009d9
|
8051 is getting closer. Still have to setup timer and uart.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@32 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-02 22:44:29 +00:00 |