57 Commits (03d58e9b003473b6def90e88ce82ea401155b536)

Author SHA1 Message Date
patacongo 03c2be3856 Move all non-standard, NuttX header files into include/nuttx/net 13 years ago
patacongo bdd5e8adcb Add a test to verify that FPU registers are properly saved and restored on context switches. 13 years ago
patacongo 35a1f247c4 Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes some complex logic needs to execute when closing file descriptors and this needs to happen early while the task is still healthy 13 years ago
patacongo ed4ee27f70 Numerous cosmetic changes while debugging a telnet driver issue 13 years ago
patacongo 695341cc6d Fix buffer full test in generic CAN driver (plus fixes to comments) 13 years ago
patacongo 157bef0d3d Fix an issue for architectures where interrupt numbers and vector numbers do not match 1-to-1 13 years ago
patacongo 8f88c268c2 Fix an PIC32 error in scheduling of signal handlers 13 years ago
patacongo add995c32e Completes coding of the PWM module 13 years ago