patacongo
|
e1524dfb75
|
Change all values in all limits.h for all architectures to signed decimal; the hex values were not sign extending appropriate in most uses
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4911 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-05 23:45:57 +00:00 |
|
patacongo
|
c3bf18ef6e
|
More Kconfig stuff
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4623 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-17 00:24:19 +00:00 |
|
patacongo
|
a571bad413
|
Extend the USB device/class interface: Add parameters to pass the EP0 OUT data that should accompany the OUT SETUP request
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4595 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-12 16:30:48 +00:00 |
|
patacongo
|
6945aafc4e
|
Include libgcc.a inside of the group of recursively linked libraries in all Makefiles
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4573 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-08 13:03:26 +00:00 |
|
patacongo
|
330b89ca0e
|
Add kconfig documentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-06 16:45:52 +00:00 |
|
patacongo
|
4b8c0c41c8
|
Adding skeleton Kconfig files (part 1 of 2)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4564 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-06 15:49:35 +00:00 |
|
patacongo
|
d7d60dba35
|
Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CONFIG_PM is not defined
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4502 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-22 14:07:45 +00:00 |
|
patacongo
|
34b7ebdf68
|
Move serial header files to include/nuttx/serial
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4500 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-21 19:47:23 +00:00 |
|
patacongo
|
2fe4ad52f8
|
Move file-system header files to include/nuttx/fs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-21 18:01:07 +00:00 |
|
patacongo
|
d14fbab225
|
Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4417 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-23 18:42:36 +00:00 |
|
patacongo
|
bb9efbfe7e
|
Fix a small RAM log bug (the RAM log still does not work)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4385 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-12 20:27:49 +00:00 |
|
patacongo
|
72272887a4
|
Fix some typos and compilation errors introduced in the last checkin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4384 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-12 02:53:01 +00:00 |
|
patacongo
|
7b343bf7fe
|
Add logic to re-direct debug output to a sysloggin device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4381 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-11 14:20:40 +00:00 |
|
patacongo
|
e69cbad010
|
Add logic so that a RAM log can be used in place of a console device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4380 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-11 03:50:52 +00:00 |
|
patacongo
|
e94dcdf625
|
Candidate fix for the libboard.a dependency problem (from Mike Smith)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4346 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-29 20:07:16 +00:00 |
|
patacongo
|
8967c65008
|
Fix issue with multilib build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3926 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-30 12:49:24 +00:00 |
|
patacongo
|
03faf1cc17
|
Add an 'export' target to the NuttX top-level Makefile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3771 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-11 22:52:51 +00:00 |
|
patacongo
|
65d6076e48
|
Fix SPI SD card detect logic; Fix AVR USB device interrupt initialization
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3740 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-02 16:45:04 +00:00 |
|
patacongo
|
3af8169e0a
|
Add termios header files; add files missed in last commit
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3739 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-01 22:23:54 +00:00 |
|
patacongo
|
e6c8a184b9
|
Add support for accessing printf, sprintf, puts, etc. strings that do not lie in the MCU data space
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3738 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-01 19:08:04 +00:00 |
|
patacongo
|
d90cb60c0c
|
AVR build warnings; minor USB fix
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3729 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-21 02:05:59 +00:00 |
|
patacongo
|
a06d4256e4
|
Add a USB mass storage example for AVR
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3727 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-20 19:07:22 +00:00 |
|
patacongo
|
82c03c7054
|
Add an AVR USB driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3726 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-20 16:26:12 +00:00 |
|
patacongo
|
3c1c6af255
|
Preparing for AVR USB driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3725 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-20 02:35:20 +00:00 |
|
patacongo
|
58a68260c3
|
Fix an error that caused interrupts to become disabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3724 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-18 20:02:40 +00:00 |
|
patacongo
|
fe7a627a50
|
Update documents and comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3723 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-18 15:49:59 +00:00 |
|
patacongo
|
f7d232bdfe
|
Add logic to measure AVR stack usage
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3722 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-18 13:22:36 +00:00 |
|
patacongo
|
a542f92647
|
Fix AVR clock setup; add SPI driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3721 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-17 22:03:20 +00:00 |
|
patacongo
|
5ead03feb7
|
Use USART TX state consistently
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3720 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-17 18:22:23 +00:00 |
|
patacongo
|
118cb2e385
|
AT90USB port is basically functional
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3715 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-16 19:34:48 +00:00 |
|
patacongo
|
98411610ce
|
Back out earlier change.. AVR vectors should be jmp not rjmp
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3713 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-16 16:58:30 +00:00 |
|
patacongo
|
73117a2357
|
Fix off-by-one stack pointer reference
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3712 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-16 15:29:27 +00:00 |
|
patacongo
|
6da51f74a6
|
Fix SRAM data position
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3711 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-16 14:28:18 +00:00 |
|
patacongo
|
318bb9755b
|
Make room for the noinit section before the heap
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3710 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-15 23:54:25 +00:00 |
|
patacongo
|
251b8f9788
|
Fix another jmp vs rjmp in vector table
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3709 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-15 22:47:30 +00:00 |
|
patacongo
|
790d8ad7c1
|
Fix ATMega128 build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3708 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-15 21:15:57 +00:00 |
|
patacongo
|
0077d0a70d
|
AVR: Need to use rjmp, not jmp, in vector table
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3707 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-15 20:43:32 +00:00 |
|
patacongo
|
2552ab4cb1
|
Need to control watchdog timer on AT90USB
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3706 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-15 19:47:06 +00:00 |
|
patacongo
|
4a22bac640
|
More corrections to AVR assembly macros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3705 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-15 18:34:21 +00:00 |
|
patacongo
|
0cad779b3e
|
Fix some AVR context save errors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3704 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-15 17:23:48 +00:00 |
|
patacongo
|
02e2da2f03
|
Fix AVR parity setup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3703 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-15 16:09:23 +00:00 |
|
patacongo
|
91301ff3d8
|
Amber Web Server updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3702 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-13 17:51:17 +00:00 |
|
patacongo
|
91b1e37ee3
|
Fix AVR uart bugs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3700 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-13 01:42:21 +00:00 |
|
patacongo
|
fe9849bb99
|
Add hello configuratin for AVR
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3699 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-13 00:06:09 +00:00 |
|
patacongo
|
80332ad2e9
|
Finsh AVR serial drivers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3696 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-11 16:45:31 +00:00 |
|
patacongo
|
ae98c3c63e
|
Add ATMega128 configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3695 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-11 14:53:56 +00:00 |
|
patacongo
|
23f58da312
|
More serial driver stuff for AVR
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3694 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-11 01:40:25 +00:00 |
|
patacongo
|
de50ea79f9
|
Restructuring AVR serial drivers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3693 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-11 00:48:01 +00:00 |
|
patacongo
|
64142a1ea1
|
Clean up AVR timer setup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3692 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-10 23:09:23 +00:00 |
|
patacongo
|
4321a2a272
|
Handle differences between AVR and AVR32 stacks
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3690 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-09 21:40:21 +00:00 |
|
patacongo
|
cfe6ed9671
|
Fixes most integer overflows for AVR
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3689 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-09 21:21:29 +00:00 |
|
patacongo
|
db4a213355
|
This finishes ALL AVR assembly language
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3685 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-08 23:30:39 +00:00 |
|
patacongo
|
84f35843f2
|
More logic for the AVR port
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3684 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-08 21:10:47 +00:00 |
|
patacongo
|
9801377f7d
|
More AVR context switching logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3683 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-08 18:10:55 +00:00 |
|
patacongo
|
afbfd492af
|
Add basic context switching logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3682 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-08 16:22:50 +00:00 |
|
patacongo
|
7bd5768988
|
First AVR compile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3681 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-07 23:37:59 +00:00 |
|
patacongo
|
fef4ba3fcd
|
More AVR build fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3680 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-07 23:02:34 +00:00 |
|
patacongo
|
f7ead3cd72
|
Setting up AVR build environment
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3679 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-07 21:09:02 +00:00 |
|
patacongo
|
56d4c4583a
|
Add AT90USB configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3678 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-07 19:06:07 +00:00 |
|
patacongo
|
b747fdbe76
|
Add AT90USB support and AVR vector/startup logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3677 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-07 17:15:56 +00:00 |
|
patacongo
|
417683a4a9
|
Add directory structure for AVR and ATMEGA
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3651 42af7a65-404d-4744-a932-0658087f49c3
|
2011-05-31 13:41:11 +00:00 |
|
patacongo
|
ea1594a398
|
Add resource.h and fixed frequently cloned typo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3642 42af7a65-404d-4744-a932-0658087f49c3
|
2011-05-24 19:11:47 +00:00 |
|
patacongo
|
33400b311d
|
Add directory structure to support PIC32
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3579 42af7a65-404d-4744-a932-0658087f49c3
|
2011-05-08 21:38:47 +00:00 |
|
patacongo
|
a98febc6b2
|
Add kernel mode hooks and reminders for other architectures
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3484 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-08 18:42:26 +00:00 |
|
patacongo
|
1001d1f35e
|
Fix AVR build, Add hooks for kernel threads
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3477 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-07 01:54:59 +00:00 |
|
patacongo
|
bd12973b36
|
current_regs should be volatile; add support for nested interrupts; enable interrupts during syscall processing
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3475 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-06 23:01:06 +00:00 |
|
patacongo
|
c0e7e4c2ff
|
Remove user_initialize(); Make sure all integer types are signed that need to be
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3474 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-06 17:48:56 +00:00 |
|
patacongo
|
0df702514b
|
Pass __KERNEL__ define (or not) to all makes to handle small differences in user-/kernel-builds
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3459 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-03 18:42:33 +00:00 |
|
patacongo
|
b76ccc6361
|
Add basic syscall logic for i486 and AVR32
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3437 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-30 00:50:16 +00:00 |
|
patacongo
|
e54aa41778
|
Add more syscall files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3436 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-29 12:35:11 +00:00 |
|
patacongo
|
4d215e34ca
|
Moving toward system call infrastructure
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3435 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-29 00:07:02 +00:00 |
|
patacongo
|
eca79de436
|
Progress debugging serial driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3078 42af7a65-404d-4744-a932-0658087f49c3
|
2010-11-06 02:42:59 +00:00 |
|
patacongo
|
6c12d52e7a
|
Fix console init link probllem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3076 42af7a65-404d-4744-a932-0658087f49c3
|
2010-11-05 04:38:39 +00:00 |
|
patacongo
|
a2ff9013bb
|
The AVR32 port now passes the OS test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3075 42af7a65-404d-4744-a932-0658087f49c3
|
2010-11-05 03:48:09 +00:00 |
|
patacongo
|
017ed0b582
|
Fix excepion handling reg save
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3074 42af7a65-404d-4744-a932-0658087f49c3
|
2010-11-05 02:18:32 +00:00 |
|
patacongo
|
2b04ad72ee
|
Update some comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3073 42af7a65-404d-4744-a932-0658087f49c3
|
2010-11-05 00:29:37 +00:00 |
|
patacongo
|
eeb7e5a294
|
Add NSH configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3072 42af7a65-404d-4744-a932-0658087f49c3
|
2010-11-03 02:01:40 +00:00 |
|
patacongo
|
780464c28d
|
Fixes timer interrupts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3071 42af7a65-404d-4744-a932-0658087f49c3
|
2010-11-03 00:38:55 +00:00 |
|
patacongo
|
e977b06239
|
Need to wait not busy in another place
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3070 42af7a65-404d-4744-a932-0658087f49c3
|
2010-11-02 12:32:32 +00:00 |
|
patacongo
|
ed36c6caff
|
It took me a long time to figure out that the board has no 32KHz crystal
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3069 42af7a65-404d-4744-a932-0658087f49c3
|
2010-11-02 03:30:11 +00:00 |
|
patacongo
|
d8d7e07913
|
Missing quote
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3068 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-31 22:46:33 +00:00 |
|
patacongo
|
0e2dce184a
|
comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3067 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-31 18:03:48 +00:00 |
|
patacongo
|
aefdf9657f
|
Some context switch fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3066 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-31 17:08:05 +00:00 |
|
patacongo
|
aae7a25702
|
Fix heap allocation and RTC not-busy wait
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3065 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-31 15:56:47 +00:00 |
|
patacongo
|
1f0b0d223e
|
Basic serial console now works
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3064 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-31 14:06:59 +00:00 |
|
patacongo
|
c5da65f014
|
Debug typo fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3063 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-31 01:10:24 +00:00 |
|
patacongo
|
9945bf0356
|
Fix conditional compilation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3062 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-30 19:17:40 +00:00 |
|
patacongo
|
c2ff2adeae
|
Early debug changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3061 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-30 18:25:10 +00:00 |
|
patacongo
|
2ddd9aa263
|
Fix big-time naming error -- what was I thinking?
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3058 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-30 00:40:53 +00:00 |
|
patacongo
|
30f2743926
|
Fix a signal trampoline bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3053 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-27 01:46:08 +00:00 |
|
patacongo
|
baab0da46b
|
Finish clocking logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3040 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-18 21:57:10 +00:00 |
|
patacongo
|
6bfb2c9270
|
Fix compile errors with debug enabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3039 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-18 16:14:31 +00:00 |
|
patacongo
|
6b9bd4758e
|
Completes USB definitions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3036 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-18 15:13:31 +00:00 |
|
patacongo
|
78a239b4e1
|
More USB definitions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3035 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-18 14:04:00 +00:00 |
|
patacongo
|
2e09e53c33
|
More USB definitions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3034 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-17 23:35:55 +00:00 |
|
patacongo
|
df54819b28
|
More USB definitions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3033 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-17 19:44:54 +00:00 |
|
patacongo
|
09ee213f4e
|
More USB register definitions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3032 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-17 18:54:44 +00:00 |
|
patacongo
|
89916e830f
|
Make irq init function a weak function
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3031 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-17 17:41:28 +00:00 |
|
patacongo
|
d872538195
|
Add button logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3030 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-17 17:38:40 +00:00 |
|
patacongo
|
08bc87f9cf
|
Add LED logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3027 42af7a65-404d-4744-a932-0658087f49c3
|
2010-10-17 00:42:01 +00:00 |
|