Lorenz Meier
a10ff0fe1c
First round of testing successful - back to I2C code from Dec / Nov 2012
12 years ago
patacongo
53e8b454bf
Add configuration for Wave Share Open1788 (fragmentary)
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5537 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
patacongo
40041c8792
Refactor all lpc17xx header files (more like STM32 header file structure now)
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5534 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
patacongo
3ff155d048
Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use kconfig-frontends
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5533 42af7a65-404d-4744-a932-0658087f49c3
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.
...
This looks like it addresses the recent I2C lockup issue, unfortunately it also increases CPU consumption by ~5% for the I2C sensor bus.
12 years ago
patacongo
2f653578c6
Misc bug fixes related to NSH file execution
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5530 42af7a65-404d-4744-a932-0658087f49c3
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
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5529 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
patacongo
e9d0885500
Add logic to automatically unload module on exit; Several patches from Mike Smith
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5528 42af7a65-404d-4744-a932-0658087f49c3
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
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5527 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
patacongo
e7e1c6aee0
convert configs/sim/nsh to use kconfig-frontends
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5526 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
patacongo
a568e1e63a
Add a binary 'loader' so that builtin applications can be executed from the BINFS file system
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5525 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
patacongo
4f7967b4c6
apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5523 42af7a65-404d-4744-a932-0658087f49c3
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
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5521 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
patacongo
90a72e97d3
Implement vfork() for the MIPS32 architecture
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5520 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
patacongo
f55cabeb59
Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5519 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
patacongo
87b33d3546
Configre configs/ubw32/ostest to use kconfig-frontends
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5518 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
px4dev
5e35491a38
We can't have DMA on both I2C1 and USART2. Since we need it more for I2C, and since USART2 is going back to being ignored once I2C works, let's make the call.
...
Turn off the debug output on I2C for now.
12 years ago
px4dev
469d13fdfe
Implement serial receive DMA for the F1xx. This is not quite working right yet. Some clients work, others not so much.
12 years ago
px4dev
dadd5d01f9
Now that sem_timedwait works, we can turn on interrupt-driven I2C.
12 years ago
px4dev
c51b130f17
Enable DMA
12 years ago
px4dev
811790a14f
Checkpoint I2C slave work on IO
12 years ago
patacongo
b3f3dd123c
Use SIGCHLD with waitpid(); implemented wait() and waitid()
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5515 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
patacongo
b58281cab8
Fix a *critical* bug in the task exit logic. Implements SIGCHILD
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5513 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
px4dev
41987c7848
Recover fix for and enabling of interrupt-driven I2C.
12 years ago
px4dev
f127495caa
Manually fixup merge botches via direct comparison with NuttX r5447.
12 years ago
px4dev
6de688676d
Suppress annoying C++ ABI portability warnings
...
This suppresses an otherwise not useful warning when mixing C++ and va_list
12 years ago
patacongo
f011bd7ef6
Added a test of posix_spawn()
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5507 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
patacongo
5ac907eb39
Add spawn attribute logic which will eventually be needed to support posix_spawn()
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5501 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
patacongo
44fdf6fc7a
Add file action logic which will eventually be needed to support posix_spawn()
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5500 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
patacongo
35cc14be43
Change naming of all Stellaris pre-processor symbols from LM3S_ to LM_ to make room in the namespace for LM4F
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5498 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
patacongo
51fc8af31f
Rename LM3S files, variables, and types from lm3s_ to lm_; Rename configuration variables from CONFIG_LM3S_ to CONFIG_LM_
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5497 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
patacongo
8156a2bed1
Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5496 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
patacongo
3f4d206288
Rename arch/arm/src/lm3s to arch/arm/src/lm to allow a namespace that will include the lm4f
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5495 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
patacongo
23cc9f459c
Eliminate arch/arc/src/lm3s/lm3s_internal.h; replace with several header files
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5494 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
px4dev
c137ceba7d
Remove more redundant CMSIS pieces from here.
12 years ago
px4dev
91dba46524
Fix fallout from removing the spurious CMSIS
12 years ago
px4dev
faced6bfe3
Merge James's controllib bits into a separate library module.
...
Add a top-level mathlib header to avoid having to dig around for specific headers.
12 years ago
px4dev
43ccb257a8
Move the math library pieces out of systemlib into mathlib
12 years ago
jgoppert
23e8d0b467
Added kalman_demo. This is an attitude/position EKF example.
12 years ago
px4dev
4447282260
Integrate the interesting parts of the CMSIS 3.01 (r3p1) DSP library
12 years ago
jgoppert
84d7f19d7d
Added control library to build.
12 years ago
jgoppert
4f3b17f53b
Added math library to build.
12 years ago
Andrew Tridgell
375d3c14d7
increase the UART buffer sizes to 256
...
The most critical one is the GPS serial port receive buffer size,
which needs to be at least 128 to support the UBLOX protocol, but it
seems a good idea for people running a FMU without a IO board to
increase the UART buffer sizes generally
12 years ago
patacongo
5c572a3cb5
Add tools/configure.c and configure.bat
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5478 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
patacongo
19752b4453
The default should be CONFIG_LIB_KBDCODEC=n
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5475 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
patacongo
d0d3328d9c
Misc fixes for LM3S kconfig-frontends build
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5472 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
px4dev
b3f037e876
Forgot to save this one; more build system tweaks.
12 years ago
px4dev
eaf1d8063c
Build system updates to match the NuttX merge.
12 years ago