summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-256-6/+6
* Add option to copy to RAMpatacongo2009-04-082-5/+5
* Repartition functionality in preparation for nested, pending reprioritizationpatacongo2009-03-101-3/+0
* Back out part of the last change -- that was a bad ideapatacongo2009-03-101-16/+3
* Add support for priority inheritancepatacongo2009-03-081-4/+20
* Improve console configuration settingspatacongo2009-02-192-10/+22
* Add basic LCD supportpatacongo2009-02-192-45/+91
* cosmetic renamingpatacongo2009-02-182-5/+5
* Add support for boards with no serial portspatacongo2009-02-187-29/+57
* Hook in low-level UART initpatacongo2009-02-181-0/+50
* Complete coding of M16C portpatacongo2009-02-172-6/+8
* Add M16C serial driverpatacongo2009-02-175-21/+1223
* Add low level UART support for M16Cpatacongo2009-02-154-24/+463
* Add support for nestable interruptspatacongo2009-02-153-2/+16
* Add support for M16C timer interruptpatacongo2009-02-155-2/+414
* Add M16C register dump logicpatacongo2009-02-157-34/+294
* Need to export symbolspatacongo2009-02-151-0/+12
* Add interrupt initialization logicpatacongo2009-02-152-1/+128
* Add M16C interrupt/context switch logicpatacongo2009-02-148-189/+360
* Need separate limits.h files to support M16Climits.hpatacongo2009-02-142-0/+154
* Add task register intialization logicpatacongo2009-02-1412-66/+329
* Fix assembly errorspatacongo2009-02-131-271/+85
* Move vectors to a separate file (more needed)patacongo2009-02-132-2/+292
* Fix some assembly errors (some still exist)patacongo2009-02-121-23/+29
* signal deliver is specific to SoCpatacongo2009-02-126-10/+366
* Adding M16C supportpatacongo2009-02-0910-189/+297
* M16C chip supportpatacongo2009-02-084-0/+681
* Add M16C infopatacongo2009-02-081-5/+145
* Renesas M16C supportpatacongo2009-02-073-30/+89
* Renesas M16C Supportpatacongo2009-02-073-0/+186
* Change configuration namepatacongo2008-11-132-5/+5
* Fix some hanlding of TIE and RIE interruptpatacongo2008-11-131-27/+34
* Need to clear TDRE after receiving bytepatacongo2008-11-131-38/+29
* Signal save fields should not be available if there are no signalspatacongo2008-11-131-1/+1
* No need to restore r8-r14 on return from int if no context switchpatacongo2008-11-131-5/+16
* cosmeticpatacongo2008-11-121-1/+1
* Fix several errors, mostly related to interrupt setuppatacongo2008-11-121-49/+140
* Fix error in prioritization logicpatacongo2008-11-121-2/+2
* Fixes for clean compilepatacongo2008-11-111-64/+27
* Fix typos (O instead of 0)patacongo2008-11-111-2/+2
* Fix user context savepatacongo2008-11-111-13/+16
* Correct conditional expressionpatacongo2008-11-111-1/+3
* cosmeticpatacongo2008-11-113-5/+5
* HAVE_CONSOLE was not being definedpatacongo2008-11-111-4/+3
* Fix showprogress macro (still ARM assembly)patacongo2008-11-111-3/+1
* Typos in commentspatacongo2008-11-111-2/+2
* Don't waste vector slots if features disabledpatacongo2008-11-111-109/+170
* Fix problems when debug enabledpatacongo2008-11-111-2/+1
* Fix register dump logicpatacongo2008-11-111-11/+16
* Fix several context switching bugspatacongo2008-11-113-98/+210