summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove references to unused symbolspatacongo2009-03-011-5/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1545 42af7a65-404d-4744-a932-0658087f49c3
* Fix error in organization of vector tablepatacongo2009-03-011-64/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1544 42af7a65-404d-4744-a932-0658087f49c3
* Fix errors in handling interrupt bits on context restorepatacongo2009-02-281-9/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1541 42af7a65-404d-4744-a932-0658087f49c3
* Fix errors in handling interrupt bits on context restorepatacongo2009-02-283-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1540 42af7a65-404d-4744-a932-0658087f49c3
* Fix more overflow/truncation problems in timer setupspatacongo2009-02-284-20/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1537 42af7a65-404d-4744-a932-0658087f49c3
* Fix signal-related compilation errorspatacongo2009-02-282-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1533 42af7a65-404d-4744-a932-0658087f49c3
* Add up_putspatacongo2009-02-283-3/+83
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1532 42af7a65-404d-4744-a932-0658087f49c3
* Fixe ez80 serial setuppatacongo2009-02-282-26/+163
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1531 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-02-261-14/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1528 42af7a65-404d-4744-a932-0658087f49c3
* Fix error in calculating baud rate generation valuepatacongo2009-02-265-15/+78
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1524 42af7a65-404d-4744-a932-0658087f49c3
* Improve console configuration settingspatacongo2009-02-192-10/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1518 42af7a65-404d-4744-a932-0658087f49c3
* Add basic LCD supportpatacongo2009-02-192-45/+91
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1517 42af7a65-404d-4744-a932-0658087f49c3
* cosmetic renamingpatacongo2009-02-182-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1513 42af7a65-404d-4744-a932-0658087f49c3
* Add support for boards with no serial portspatacongo2009-02-187-29/+57
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1512 42af7a65-404d-4744-a932-0658087f49c3
* Hook in low-level UART initpatacongo2009-02-181-0/+50
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1511 42af7a65-404d-4744-a932-0658087f49c3
* Complete coding of M16C portpatacongo2009-02-172-6/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1510 42af7a65-404d-4744-a932-0658087f49c3
* Add M16C serial driverpatacongo2009-02-175-21/+1223
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1509 42af7a65-404d-4744-a932-0658087f49c3
* Add low level UART support for M16Cpatacongo2009-02-154-24/+463
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1508 42af7a65-404d-4744-a932-0658087f49c3
* Add support for nestable interruptspatacongo2009-02-153-2/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1506 42af7a65-404d-4744-a932-0658087f49c3
* Add support for M16C timer interruptpatacongo2009-02-155-2/+414
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1505 42af7a65-404d-4744-a932-0658087f49c3
* Add M16C register dump logicpatacongo2009-02-157-34/+294
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1503 42af7a65-404d-4744-a932-0658087f49c3
* Need to export symbolspatacongo2009-02-151-0/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1502 42af7a65-404d-4744-a932-0658087f49c3
* Add interrupt initialization logicpatacongo2009-02-152-1/+128
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1501 42af7a65-404d-4744-a932-0658087f49c3
* ez80Acclaim fixes from Kevin Franzenpatacongo2009-02-141-15/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1500 42af7a65-404d-4744-a932-0658087f49c3
* Add M16C interrupt/context switch logicpatacongo2009-02-148-189/+360
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1496 42af7a65-404d-4744-a932-0658087f49c3
* Need separate limits.h files to support M16Climits.hpatacongo2009-02-142-0/+154
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1495 42af7a65-404d-4744-a932-0658087f49c3
* Add task register intialization logicpatacongo2009-02-1412-66/+329
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1492 42af7a65-404d-4744-a932-0658087f49c3
* Fix assembly errorspatacongo2009-02-131-271/+85
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1490 42af7a65-404d-4744-a932-0658087f49c3
* Move vectors to a separate file (more needed)patacongo2009-02-132-2/+292
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1489 42af7a65-404d-4744-a932-0658087f49c3
* Fix some assembly errors (some still exist)patacongo2009-02-121-23/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1488 42af7a65-404d-4744-a932-0658087f49c3
* signal deliver is specific to SoCpatacongo2009-02-126-10/+366
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1487 42af7a65-404d-4744-a932-0658087f49c3
* Adding M16C supportpatacongo2009-02-0910-189/+297
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1486 42af7a65-404d-4744-a932-0658087f49c3
* M16C chip supportpatacongo2009-02-084-0/+681
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1484 42af7a65-404d-4744-a932-0658087f49c3
* Add M16C infopatacongo2009-02-081-5/+145
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1483 42af7a65-404d-4744-a932-0658087f49c3
* Renesas M16C supportpatacongo2009-02-073-30/+89
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1478 42af7a65-404d-4744-a932-0658087f49c3
* Renesas M16C Supportpatacongo2009-02-073-0/+186
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1476 42af7a65-404d-4744-a932-0658087f49c3
* X11 stuff doesn't build correctly on Cygwinpatacongo2009-02-071-2/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1474 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for z16f compilepatacongo2009-02-071-5/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1472 42af7a65-404d-4744-a932-0658087f49c3
* Add eZ80F91 EMAC driverpatacongo2008-12-124-7/+1824
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1450 42af7a65-404d-4744-a932-0658087f49c3
* Add MDC clock divisorspatacongo2008-12-121-1/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1446 42af7a65-404d-4744-a932-0658087f49c3
* Move EMAC definitions to a separate filepatacongo2008-12-112-33/+291
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1442 42af7a65-404d-4744-a932-0658087f49c3
* Add more EMAC register definitionspatacongo2008-12-091-59/+88
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1440 42af7a65-404d-4744-a932-0658087f49c3
* Need to use cygpath consistently for compilation in subdirectoriespatacongo2008-12-081-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1439 42af7a65-404d-4744-a932-0658087f49c3
* ez80f910200zco portpatacongo2008-12-084-201/+515
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1436 42af7a65-404d-4744-a932-0658087f49c3
* Add more NX name space fixupspatacongo2008-12-011-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1377 42af7a65-404d-4744-a932-0658087f49c3
* Fixed dependency problem. nutt.rel must always be rebuiltpatacongo2008-12-011-3/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1372 42af7a65-404d-4744-a932-0658087f49c3
* X reports 24 bpp depth, but wants 32 bpp size pixelspatacongo2008-11-301-7/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1363 42af7a65-404d-4744-a932-0658087f49c3
* There is at least some X11 output nowpatacongo2008-11-303-47/+63
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1361 42af7a65-404d-4744-a932-0658087f49c3
* Add CONFIG_SIM_WALLTIME optionpatacongo2008-11-302-0/+97
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1360 42af7a65-404d-4744-a932-0658087f49c3
* Add X11 simulated framebufferpatacongo2008-11-303-2/+446
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1359 42af7a65-404d-4744-a932-0658087f49c3