262 Commits (45a4bcb6efc323ad9b8b434e9cd30dbe41ded29f)

Author SHA1 Message Date
px4dev 7f22811afb Fix <termios.h> for c++ use (cannot mark speed const) 12 years ago
px4dev 1f2ad5029a Improved termios support for the STM32 UART driver. Also add a little more termios processing to the generic serial layer. Implement FIONREAD. 12 years ago
patacongo 90b0f6d2bc Implement pause() 12 years ago
patacongo 7a68d93999 Fix typo introduced into many Makefiles with last changes 12 years ago
patacongo cc099195b8 Patches 7-9 from Petteri Aimonen 12 years ago
patacongo d3ac724c7b Changes to get a clean ez80 build using the ZDS 5.1.1 toolchain 12 years ago
patacongo 169012eca9 STM32 OTG FS fix from Petteri Aimonen; Finish off some UG-2864AMBAG01 test logic 12 years ago
patacongo c9750ef39f Add UG-2864AMBAG01 initialization for use on STM32F4Discovery 12 years ago
patacongo 44b76a4244 Add driver for Univision UG-2864AMBAG01 12 years ago
patacongo f6de06f9f9 Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gong 12 years ago
patacongo 9583fa1abd Relay example from Darcy Gong 12 years ago
patacongo bae3b4f954 Several small things 12 years ago
patacongo f5776dec9f uClibc++ compiles... but it is a long way from linking 12 years ago
patacongo eb26187767 Add __cxa_atexit(); atexit() is now built on top of on_exit() 12 years ago
patacongo a5b189950e Add support for ferror(), feof(), and clearerr() 12 years ago
patacongo 5022f81174 Add documentation for the binary loader 12 years ago
patacongo b48508c844 C++ static destructors work with ELF load too now 12 years ago
patacongo 5681b615ec C++ constructors work with ELF load now 12 years ago
patacongo 71fad980c5 Finish implemention of ELF loader static constructor support. Still some issues. 12 years ago
patacongo 0e190d4cf7 lib/math files not follow coding standard; float, double, and long double versions in separate files to reduce size of dumb link 12 years ago
patacongo 7f2512627e Rename elf.h to elf32.h; Additional ELF loader changes 12 years ago
patacongo 247e94d02a Add an ARM ELF header file 12 years ago
patacongo a6e577e3c4 More ELF loader changes 12 years ago
patacongo 9c65fe23b2 Finishes basic coding of ELF file support 12 years ago
patacongo c0a46ad696 Add x86 ELF support 12 years ago
patacongo 630862cd04 A little more ELF loader logic 12 years ago
patacongo a91b6552cd A little more ELF loader logic 12 years ago
patacongo fb0aa16107 A little more ELF loader logic 12 years ago
patacongo e2018e4d30 A little more ELF loader logic 12 years ago
patacongo 8a2348d18d Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/ 12 years ago
patacongo bd76ec3dc0 Flesh out include/elf.h 12 years ago
patacongo 1bd66e95f8 Add framework to support loadable ELF modules (not much logic in place yet) 12 years ago
patacongo f44266675e Several bugfixes contributed by Petteri Aimonen 12 years ago
patacongo 736ac8982a Add MAX11802 touchscreeen driver from Petteri Aimonen 12 years ago
patacongo 860e5f0524 The termios c_speed field cannot be 'const' 12 years ago
patacongo 7dc357a4e6 STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controller 13 years ago
patacongo 2981943392 Resync new repository with old repo r5166 13 years ago
patacongo 57623d42eb Resync new repository with old repo r5166 13 years ago
px4dev 01e52526cf Turn off function instrumentation for inline functions; thanks Greg. 13 years ago
patacongo c09094ccfc Add W25 FLASH driver; Use attribute definitions in nuttx/compiler.h 13 years ago
patacongo cfa24e37d6 Some ENC28J60-related fixes 13 years ago
patacongo 7c82cf6924 Fix ENC28J60 chip enable issue 13 years ago
patacongo 2c2ba7f0c5 Missed one file in last checking; Gran allocator alignment decoupled from granule size 13 years ago
patacongo 0fb57027de Changes needed for clean ez80 compile with ZDS toolchain 13 years ago
patacongo 2aa4af7139 Remove executable property from source and make files 13 years ago
patacongo f6ca2227e3 USB device drivers: Add hooks to to use common, external DMA buffer allocation implementation.. 13 years ago
patacongo eac15a4720 Fix MMC/SD support for Wildfire board; Granule allocator can now be used from intrrupt handler 13 years ago
patacongo 675f37494a Misc ENC28J60 fixes 13 years ago
patacongo 7bb74973bd Fixes for granule allocator 13 years ago
patacongo 594b34a356 Update to granule allocator; Update to ENC28j60 driver 13 years ago