1556 Commits (5d92e0195fde9905d8d92fb22e41b52ce6b3f523)

Author SHA1 Message Date
patacongo 888306f728 Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JP 12 years ago
patacongo f914a90556 apps/examples/nettest and poll: Complete Kconfig files 12 years ago
patacongo ad65a04617 Convert configs/olimex-lpc1766stk/nettest to use kconfig-frontends 12 years ago
px4dev 379ed0a092 Trivial compile fix. 12 years ago
px4dev 51c47769f8 Restore the correct handling of the ACK flag at read completion. 12 years ago
patacongo 63f8c0a954 Add option to used keyboard CODEC in apps/examples/keypadtest 12 years ago
patacongo 340a72b7cd Add logic to retain child task exit status if so configured 12 years ago
patacongo f86f863834 Add single-wire UART support to STM32 serial driver 12 years ago
patacongo b10238efee Missed changed from last lpc1788 check-in 12 years ago
patacongo 3cb33101a9 Add lpc178x_iocon.h from Rommel Marcelo 12 years ago
patacongo 336f91b4e6 lpc1788 update from Rommel Marcelo; Beginning of logic to retain child exit status 12 years ago
patacongo 7dad51762d Use of BASEPRI to control ARM interrupts is now functional 12 years ago
patacongo 9375b285f2 More logic to use BASEPRI to control interrupts -- still doesn't work 12 years ago
patacongo 4742f55507 Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ARMv7-M architectures 12 years ago
patacongo e504d643fc Beginning of support for LCD1602 12 years ago
Simon Wilks ecd01dc2e8 We aren't using RS485 but single wire. 12 years ago
patacongo 41b7f883e5 LM3S OpenOCD configuration from Jose Pablo Carballo 12 years ago
patacongo aa88fc315e poll was not checking if the socket was still connected 12 years ago
Andrew Tridgell 96fa586589 px4: enable APPS_BINDIR support 12 years ago
Andrew Tridgell 724252768c stdio: added vdprintf() for printf to a file descriptor 12 years ago
patacongo 70cab4d797 Centralize TCP loss-of-connection bit twiddling 12 years ago
patacongo 28a0cf4aa0 Yet another repair for the previouis botched recvfrom() fix; Fix telnet driver: It needs to break out of the read loop if 0 (meaning not conneced) of a value < 0 (an error) is encountered. 12 years ago
patacongo 598b4b2879 Minor tweak to last bugfix 12 years ago
patacongo 1094575ce5 Fix a bug where recv[from]() would hang when remote host gracefully closed connection 12 years ago
patacongo 070651221f Add split package logic to improve TCP send performance with delayed ACKs 12 years ago
Lorenz Meier a10ff0fe1c First round of testing successful - back to I2C code from Dec / Nov 2012 12 years ago
Lorenz Meier c15093bb55 Bringing back old I2C code, just temporary workaround 12 years ago
patacongo 53e8b454bf Add configuration for Wave Share Open1788 (fragmentary) 12 years ago
patacongo eb1e5b46af Add vectors for the LPC1788 - from Rommel Marcelo 12 years ago
patacongo a79a2bfbd6 More LPC1788 register definitions from Rommel Marcelo 12 years ago
patacongo 40041c8792 Refactor all lpc17xx header files (more like STM32 header file structure now) 12 years ago
patacongo 3ff155d048 Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use kconfig-frontends 12 years ago
patacongo 55b9700d59 STM32 I2C changes from Mike Smith 12 years ago
px4dev bc35bb23dd HOTFIX: disable interrupt-driven I2C mode, configure pessimistic I2C timeout, correct handling of the NAK generation for I2C master reads. 12 years ago
patacongo 76753ad9cb Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib_ps.c to sched/task_posixspawn.c; Move libc/spawn/spawn.h to include/nuttx/spawn.h 12 years ago
patacongo 2f653578c6 Misc bug fixes related to NSH file execution 12 years ago
patacongo 19e43efe23 NSH will now run files from the file system; Add logic to unload and clean-up after running a task from a file system; Extensions to builtin apps from Mike Smith 12 years ago
patacongo e9d0885500 Add logic to automatically unload module on exit; Several patches from Mike Smith 12 years ago
px4dev 8685f63c72 Some gentle massaging to get things building again. 12 years ago
patacongo caeef71797 Change the way thread priority is handled in binfmt/ to better match the way that priority is set up for the builtin tasks 12 years ago
patacongo e7e1c6aee0 convert configs/sim/nsh to use kconfig-frontends 12 years ago
patacongo a568e1e63a Add a binary 'loader' so that builtin applications can be executed from the BINFS file system 12 years ago
patacongo 38efdf0ce3 Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_builtin.c to binfmt/libbuiltin/libbuiltin_utils.c 12 years ago
patacongo 4f7967b4c6 apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c 12 years ago
patacongo 77efc9f9cd BINFS now supports open, close, and FIOC_FILENAME ioctl 12 years ago
px4dev ab0459c1f4 Pass the absolute path to the compiler/assembler so that error messages include enough information for an IDE to find the file. 12 years ago
Lorenz Meier 07114f0a32 Windows build fix attempt 12 years ago
patacongo fcb316906d Implement redirection of output from NSH builtin commands to a file in a mounted volume 12 years ago
patacongo 90a72e97d3 Implement vfork() for the MIPS32 architecture 12 years ago
patacongo f55cabeb59 Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli) 12 years ago