57 Commits (df034330340aa1f938adbc1ed8840689ead41d89)

Author SHA1 Message Date
patacongo cc0c42dd31 Add XML RPC server plus NXWM build fixes from Max Holtzberg 13 years ago
patacongo ae33fc3ed0 Fixes for z80 compilation with SDCC toolchain. There are still a few header file and linker issues 13 years ago
patacongo 0fb57027de Changes needed for clean ez80 compile with ZDS toolchain 13 years ago
patacongo 5119467c0f Remove several unused configuration values 13 years ago
patacongo 941daa511e Add LPC31 Kconfig 13 years ago
patacongo a32f081a29 Changes to Kconfig and matching defconfig files 13 years ago
patacongo d593a95d5a Add support for multiple work queues 13 years ago
patacongo 1349b00b41 Fix workqueue assertion; STM32 power management 13 years ago
px4dev 8b0a8ddcf4 Tentative patch for work_cancel. 13 years ago
px4dev 1bee416ed4 Tentative patch for work_cancel. 13 years ago
patacongo b121fbbb00 Add configurable application entry point 13 years ago
px4dev 952f862dad Disable a possibly-bogus assertion that is bringing us a lot of grief right now. 13 years ago
patacongo f53d3ecc71 Add perror() 13 years ago
patacongo bbe3db55f2 Add some protection to the priority inheritance logic when sem_post() is called from an interrupt handler 13 years ago
patacongo ce9b97b8f5 More patches/bugfixes from Kate 13 years ago
patacongo 61fccacd85 waitpid(): Move some logic inside of a critical section 13 years ago
patacongo fe493d8bb8 Fix some list handling associated with priority inheritance 13 years ago
patacongo e207f076c9 Auto-configuration updates from Richard Cochran 13 years ago
px4dev 8a365179ea Fresh import of the PX4 firmware sources. 13 years ago
patacongo 3ec93230f3 Fix max filename size report by FAT statfs with long file names; Add missing logic to support fieldwidth and justification for %s format; Add extended help options. Default help command just shows a short list of commands. Verbose and single command help options 13 years ago
patacongo 6913926a96 Move RAMLOG driver to drivers/syslog; Add ability to output debug information to any character device or file 13 years ago
patacongo 20324504d5 atexit() and on_exit() may now be configured to support multiple exit callbacks 13 years ago
patacongo 10364c669f Lock the scheduler when starting NSH builtin applications to eliminate race conditions 13 years ago
patacongo 4ea9aa3ff1 Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory 13 years ago
patacongo 4c222bcab1 Fix a bad interrupt state in the PIC32 IDLE loop when the work queue is enabled 13 years ago
patacongo 81c4bcb9b5 Fix return values from sleep(), usleep(), and sigtimedwait(). Fix STM32 F2 I2C bug-for-bug compatibility 13 years ago
patacongo 19e5ee4c81 Fix a C++ link issue: If constant strings used only in constructor, the don't get linked into the final executable 13 years ago
patacongo 519ab1856f Fix several compiler errors that occur when CONFIG_SCHED_ONEXIT is enabled; on_exit is now used in NxWM::NxConsole to close the window with the NSH session exits 13 years ago
patacongo 0aaa3c8baf Add task switching instrumentation for missing case. Contributed by Petri Tanskanen. 13 years ago
patacongo 882448de92 Fix some warnings and fix some simulator builds 13 years ago
patacongo 87883c4b53 Configuration for Sparkfun UBW32 board 13 years ago
patacongo 3e1b2867ab Fix instrumenation in task_delete(); fix prctl parameter order 13 years ago
patacongo 305cf084d4 Add interfaces to support getting/setting of thread/task names 13 years ago
patacongo 6d6976b06e Rename some USB device files 13 years ago
patacongo 09eac48792 Fix atexit() function being called twice 13 years ago
patacongo 2e53a5cf45 Fix sched_setscheduler() return value 13 years ago
patacongo 0bb3d17f8a Kconfig update 13 years ago
patacongo 9e918288f2 Kconfig update 13 years ago
patacongo 0c9433d032 Misc STM32 OTF FS driver fixes + More Kconfig files 13 years ago
patacongo 74ed2d1e60 Updated Kconfig files from Lzyy 13 years ago
patacongo 2ac0dff544 Add kconfig documentation 13 years ago
patacongo e54df74833 Adding skeleton Kconfig files (part 1 of 2) 13 years ago
patacongo b277d5c193 Fix read() return value for the case of permissions problem 13 years ago
patacongo fb9d418f66 NFS update 13 years ago
patacongo 4bbb82261c Use const storage class on a few declarations to save SRAM 13 years ago
patacongo 3e42396a44 Updated comments; starting to implement priority protection but backed everything out but some changes to comments 13 years ago
patacongo 8bcfcd56d5 Add clock_synchronize() which may be used to re-synchonize the system time with an RTC after recovering from a low power state 13 years ago
patacongo c22a13ef4a Move file-system header files to include/nuttx/fs 13 years ago
patacongo aa37eeaa03 Minor updates for PIC32 USB device driver bugs 13 years ago
patacongo 03c2be3856 Move all non-standard, NuttX header files into include/nuttx/net 13 years ago