summaryrefslogtreecommitdiff
path: root/nuttx/arch/hc
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with multilib buildpatacongo2011-08-301-1/+1
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-051-12/+4
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-111-4/+16
* Fix AVR build, Add hooks for kernel threadspatacongo2011-04-072-2/+2
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-063-5/+10
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-062-12/+12
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-031-1/+1
* Add more syscall filespatacongo2011-03-291-0/+90
* Moving toward system call infrastructurepatacongo2011-03-292-4/+9
* Correcting banked vs. non-banked issues (there are more)patacongo2011-02-266-30/+737
* Correct several m9s12x link issuespatacongo2011-02-262-1/+175
* Finish m9s12 GPIO supportpatacongo2011-02-267-74/+575
* Add beginning of m9s12x GPIO supportpatacongo2011-02-257-3/+867
* Call call to low-level UART initialization logicpatacongo2011-02-222-2/+37
* Finish m9s12x interrupt logicpatacongo2011-02-208-96/+84
* Flesh out m8s12 serial driverpatacongo2011-02-204-46/+766
* Add m9s12 serial logicpatacongo2011-02-203-4/+202
* Add more m9s12 filespatacongo2011-02-196-4/+633
* Add standard context switching functions for m9s12patacongo2011-02-185-9/+418
* More context switching logic for m9s12patacongo2011-02-184-6/+267
* More m9s12x stuffpatacongo2011-02-177-32/+568
* m9s12x context save structurepatacongo2011-02-162-5/+167
* Rename mc9s12ne64 directories and files to just m9s12patacongo2011-02-1322-100/+229
* Add network bit definitionspatacongo2011-01-211-1/+1
* Add network bit definitionspatacongo2011-01-212-15/+87
* EMAC/PHY headerspatacongo2011-01-202-0/+273
* Add IIC headerpatacongo2011-01-201-0/+108
* Control and Statuspatacongo2011-01-201-27/+113
* A/D definitionspatacongo2011-01-202-1/+237
* Reorg some headerspatacongo2010-10-289-89/+107
* Add MEBI header filepatacongo2010-10-262-8/+167
* Make MMC header file consistent with other NuttX periperhal header filespatacongo2010-10-263-132/+162
* typopatacongo2010-10-251-1/+1
* Add INT header filepatacongo2010-10-241-0/+99
* Add HCS12 SPI header filepatacongo2010-10-232-62/+176
* Add HCS12 SCI header filepatacongo2010-10-232-3/+159
* Finish TIM header filepatacongo2010-10-201-54/+121
* Add TIM header filepatacongo2010-10-191-0/+179
* Remove unused lpc17_usbinitialize()patacongo2010-09-031-2/+2
* cleanuppatacongo2010-07-231-9/+30
* Add PIM header filepatacongo2010-07-233-3/+229
* For fixes for stdint/stdbool buildpatacongo2009-12-212-4/+8
* Argument to up_udelay() should be type useconds_tpatacongo2009-12-201-1/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1622-51/+49
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-142-30/+45
* Need limits of signed and unsigned pointer-sized integerspatacongo2009-12-142-4/+6
* Add range of pointer integer typespatacongo2009-12-132-0/+10
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-132-2/+2
* Fix hcs12 compile issuespatacongo2009-12-121-1/+1
* Working on HCS12 buildpatacongo2009-12-123-2/+182