summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/compiler.h
Commit message (Collapse)AuthorAgeFilesLines
* Defines inline functions as not instrumented - this is relevant for anyone ↵Gregory Nutt2014-11-121-1/+1
| | | | using instrumentation. From Lorenz Meier.
* Add basic data structures that will allow us to move named semaphore support ↵Gregory Nutt2014-09-281-1/+1
| | | | out of the OS and into the VFS (not complete).
* More trailing whilespace removalGregory Nutt2014-04-131-2/+2
|
* Add macro UNUSED to eliminate warnings about variables that are set to ↵Gregory Nutt2014-03-301-0/+4
| | | | unused values
* convert Kwikstik K40 configurations to use kconfig-frontends toolspatacongo2013-03-251-1/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5784 42af7a65-404d-4744-a932-0658087f49c3
* Fix some early z180 compile errorspatacongo2012-12-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5430 42af7a65-404d-4744-a932-0658087f49c3
* uClibc++ compiles... but it is a long way from linkingpatacongo2012-11-011-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5293 42af7a65-404d-4744-a932-0658087f49c3
* lib/math files not follow coding standard; float, double, and long double ↵patacongo2012-10-281-2/+6
| | | | | | versions in separate files to reduce size of dumb link git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5270 42af7a65-404d-4744-a932-0658087f49c3
* Add MAX11802 touchscreeen driver from Petteri Aimonenpatacongo2012-10-201-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5237 42af7a65-404d-4744-a932-0658087f49c3
* Resync new repository with old repo r5166patacongo2012-09-171-4/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5154 42af7a65-404d-4744-a932-0658087f49c3
* Header file clean-uppatacongo2012-07-171-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4948 42af7a65-404d-4744-a932-0658087f49c3
* Add support for accessing printf, sprintf, puts, etc. strings that do not ↵patacongo2011-07-011-2/+19
| | | | | | lie in the MCU data space git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3738 42af7a65-404d-4744-a932-0658087f49c3
* Fixes most integer overflows for AVRpatacongo2011-06-091-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3689 42af7a65-404d-4744-a932-0658087f49c3
* Fix hcs12 compile issuespatacongo2009-12-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2326 42af7a65-404d-4744-a932-0658087f49c3
* Add HC12 header filespatacongo2009-12-041-4/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2304 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-02-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1535 42af7a65-404d-4744-a932-0658087f49c3
* Added support for M16C small memory modelpatacongo2009-02-151-1/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1507 42af7a65-404d-4744-a932-0658087f49c3
* ez80f910200zco portpatacongo2008-12-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1436 42af7a65-404d-4744-a932-0658087f49c3
* Adding ez80 supportpatacongo2008-03-091-12/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@730 42af7a65-404d-4744-a932-0658087f49c3
* Fix errors/omissions in previous check-inpatacongo2008-02-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@701 42af7a65-404d-4744-a932-0658087f49c3
* More z8 compilation changespatacongo2008-02-121-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@671 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for z8 compilationpatacongo2008-02-111-10/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@669 42af7a65-404d-4744-a932-0658087f49c3
* Changes for Z8Encore\! compilepatacongo2008-02-111-18/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@668 42af7a65-404d-4744-a932-0658087f49c3
* *** empty log message ***patacongo2008-01-311-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@597 42af7a65-404d-4744-a932-0658087f49c3
* Z16F integration changespatacongo2008-01-311-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@595 42af7a65-404d-4744-a932-0658087f49c3
* Compiles with ZDS-IIpatacongo2008-01-091-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@540 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2008-01-091-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@537 42af7a65-404d-4744-a932-0658087f49c3
* Support C pre-processors without variable-arg macrospatacongo2008-01-091-10/+43
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@535 42af7a65-404d-4744-a932-0658087f49c3
* Adding support for the z16fpatacongo2008-01-071-16/+78
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@520 42af7a65-404d-4744-a932-0658087f49c3
* Changes for SDCC compilerpatacongo2007-12-281-9/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@453 42af7a65-404d-4744-a932-0658087f49c3
* Integrating with DM320patacongo2007-11-041-1/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@368 42af7a65-404d-4744-a932-0658087f49c3
* Fixed for CYGWIN buildpatacongo2007-09-181-5/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@346 42af7a65-404d-4744-a932-0658087f49c3
* SDCC specific changes. Z80 support; re-enable __FILE__ and __LINE__ in ↵patacongo2007-06-091-3/+7
| | | | | | assert -- might have broken the 8051/2 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@277 42af7a65-404d-4744-a932-0658087f49c3
* Define 'inline' for SDCC so that code can use the inline storage class if ↵patacongo2007-03-161-0/+2
| | | | | | not supported git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@74 42af7a65-404d-4744-a932-0658087f49c3
* Re-design vsprintf so that it does not use so much stack; handle 8051's ↵patacongo2007-03-051-0/+18
| | | | | | 2-byte generic pointers. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@38 42af7a65-404d-4744-a932-0658087f49c3
* This creates a 8051 build that can run in 24Kb of RAMpatacongo2007-03-011-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@26 42af7a65-404d-4744-a932-0658087f49c3
* Still working toward clean 8051 linkpatacongo2007-02-281-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@25 42af7a65-404d-4744-a932-0658087f49c3
* Finally, a clean SDCC compilepatacongo2007-02-271-1/+103
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@20 42af7a65-404d-4744-a932-0658087f49c3
* Progress toward clean SDCC compilationpatacongo2007-02-211-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@18 42af7a65-404d-4744-a932-0658087f49c3
* Eliminating SDCC compilation errorspatacongo2007-02-211-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@17 42af7a65-404d-4744-a932-0658087f49c3
* Eliminating GCC dependenciespatacongo2007-02-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@14 42af7a65-404d-4744-a932-0658087f49c3
* Add support for non-GCC compilerpatacongo2007-02-201-4/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@12 42af7a65-404d-4744-a932-0658087f49c3
* NuttX RTOSpatacongo2007-02-171-0/+73
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3 42af7a65-404d-4744-a932-0658087f49c3