Gregory Nutt
|
3edec35c51
|
Add flow control support to the STM32 serial driver; Fix some issues with UART2 and 5. From Lorenz Meier and Mike Smith
|
2013-06-06 14:49:14 -06:00 |
Gregory Nutt
|
0e37ec1bfc
|
Add NSRF42L01 driver. From Laurent Latil
|
2013-06-01 08:03:55 -06:00 |
Gregory Nutt
|
4748599a43
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
Gregory Nutt
|
7554d2888e
|
Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add some missing .gitignore files
|
2013-05-30 14:45:31 -06:00 |
Gregory Nutt
|
47bbf54f11
|
Optimize request buffer sizes in the serial USB drivers so that we avoid so many NULL packets and so that the OUT request buffer size is exactly the max packet size.
|
2013-05-29 12:30:37 -06:00 |
Gregory Nutt
|
6d3a292f02
|
Fix null packet handling in the PIC32 USB device driver. This is a critical bug fix for PIC32. Add support for the USB monitor to the Sure-PIC32MX configuration
|
2013-05-28 13:36:01 -06:00 |
Gregory Nutt
|
f2cb0540a5
|
Verified the sure-pic32mx/usbnsh configuration
|
2013-05-27 14:10:34 -06:00 |
Gregory Nutt
|
b97a816998
|
The SLCD driver is now fully functional for Sure PIC32MX board
|
2013-05-27 11:39:13 -06:00 |
Gregory Nutt
|
157789e373
|
Rename SLCD geometry tructure to attributes; Move MAX contrast to attributes. Add attribute and ioctl commands to get and set SLCD brightness
|
2013-05-27 07:26:59 -06:00 |
Gregory Nutt
|
a3c1949963
|
Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. Re-organization of files in configs/pcblogic-pic32mx/src
|
2013-05-25 11:53:49 -06:00 |
Gregory Nutt
|
afa905fc15
|
Audio subystem update from Ken Pettit. Plus moved some header files
|
2013-05-21 13:13:05 -06:00 |
Gregory Nutt
|
5b86207177
|
Add audio/ sub-syste, include/nuttx/audio.h interface, and drivers/audio/vs1053.c driver to NuttX. From Ken Pettit
|
2013-05-19 15:12:28 -06:00 |
Gregory Nutt
|
b80707ea78
|
Add support for R61505U LCD controller on HY-mini STM32v board
|
2013-05-16 14:06:16 -06:00 |
Gregory Nutt
|
88c0911fb1
|
Various changes and bigfixes for problems detected by CppCheck
|
2013-05-09 14:23:34 -06:00 |
Gregory Nutt
|
84b2c77a63
|
configs/mikroe-stm32f4: Add new configurations plus support for the MIO283QT2 display from Ken Pettit
|
2013-05-07 14:34:09 -06:00 |
Gregory Nutt
|
337680e346
|
mio283qt2.c: Need select/deselect LCD in setpower method; hwinitialize did not deselect LCD
|
2013-05-06 08:34:53 -06:00 |
Gregory Nutt
|
345c592258
|
Fixed to M25P driver from Ken Pettit plus some documentation updates
|
2013-05-03 17:17:14 -06:00 |
Gregory Nutt
|
8757465df2
|
Replace CONFIG_MTD_SMART in MTD drivers with other conditions
|
2013-05-03 14:32:08 -06:00 |
Gregory Nutt
|
72179b7773
|
Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).
|
2013-05-03 12:52:33 -06:00 |
Gregory Nutt
|
4f15d37b62
|
Add support for the byte write method to MTD partition logic; Beef up the MTD partition test -- and fix resulting bugs detected
|
2013-05-02 08:07:42 -06:00 |
Gregory Nutt
|
9ead6cadff
|
Fix typo in configuration variables: MP25P should M25P
|
2013-05-01 12:04:39 -06:00 |
Gregory Nutt
|
1099eabe3d
|
Cosmetic update to comments
|
2013-05-01 11:42:36 -06:00 |
Gregory Nutt
|
99c2cfc168
|
Add an optional byte-oriented write method to the MTD interface
|
2013-05-01 10:59:57 -06:00 |
Gregory Nutt
|
ba52f8d3ec
|
Misc changes for clean built od mikroe-stm32f4 configurations
|
2013-05-01 09:21:13 -06:00 |
Gregory Nutt
|
25d5706ca3
|
SMART block driver plus changes to M25P and RAM drivers needed for SMART support
|
2013-04-30 19:10:54 -06:00 |
Gregory Nutt
|
5d4af79ea0
|
Incorporate comments from Ken Petit
|
2013-04-30 17:02:34 -06:00 |
Gregory Nutt
|
f9be47ead2
|
Add configuration and example to test MTD partitions
|
2013-04-30 15:54:02 -06:00 |
Gregory Nutt
|
4d4ece78af
|
Add MTD partition support plus fix some typos in comments
|
2013-04-30 12:37:34 -06:00 |
Gregory Nutt
|
420ca1b256
|
configs/freedom-kl25z: Change references to NuTiny to Freedom KL25Z
|
2013-04-25 20:09:15 -06:00 |
Gregory Nutt
|
b630e6a153
|
Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless CONFIG_DEBUG and CONFIG_SERIAL_TIOCSERGSTRUCT are defined
|
2013-04-25 15:52:48 -06:00 |
Gregory Nutt
|
f9b9875952
|
Various Kconfig files still have references to CONFIG_ variables. Some in harmless comments, some in config definionts which is not harmless. All removed
|
2013-04-25 15:52:00 -06:00 |
Gregory Nutt
|
37da13321c
|
kconfig2html: Perform HTL conversions and add hyperlinks for dependency expressions
|
2013-04-21 11:01:46 -06:00 |
Gregory Nutt
|
3f52b0fbb6
|
Yet more kconfg2html logic
|
2013-04-20 17:29:10 -06:00 |
Gregory Nutt
|
fc4c714523
|
Add support for the FM25V01 part
|
2013-04-18 16:12:37 -06:00 |
Gregory Nutt
|
3e6b7a33f2
|
Fix some naming and comments associated with the Open1788 touchscreen
|
2013-04-15 11:25:08 -06:00 |
Gregory Nutt
|
ad2ebf1dd8
|
Convert olimex-lpc17stk configuration to use the kconfig-frontends tools; Fix some compile errors in the pl2303 USB device driver
|
2013-04-12 08:38:52 -06:00 |
Gregory Nutt
|
b841dac0be
|
Minor clean-up while debugging the Open1788 touchscreen
|
2013-04-12 08:37:20 -06:00 |
Gregory Nutt
|
db78b76102
|
Mostly updates and corrections to .gitignore files
|
2013-04-04 15:39:50 -06:00 |
Gregory Nutt
|
23db0682b7
|
Clone svn:ignore directory atributed to .gitignore files
|
2013-04-04 14:27:29 -06:00 |
patacongo
|
e1daee1930
|
Several fixes for LPC1788 GPIO
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5813 42af7a65-404d-4744-a932-0658087f49c3
|
2013-04-03 19:35:21 +00:00 |
patacongo
|
e1e8f4debe
|
SSP driver fixes for the LPC178x; Fixes for Open1788 touchscreen driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5812 42af7a65-404d-4744-a932-0658087f49c3
|
2013-04-02 16:36:19 +00:00 |
patacongo
|
0bfa1b75e2
|
Add support for STM32 F427/437 chips. From Mike Smith
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5807 42af7a65-404d-4744-a932-0658087f49c3
|
2013-04-01 13:43:31 +00:00 |
patacongo
|
d9992b32c7
|
LPC17 LCD driver is code complete and in need of testing
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5788 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-26 20:06:53 +00:00 |
patacongo
|
ebf9960deb
|
convert Kwikstik K40 configurations to use kconfig-frontends tools
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5784 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-25 17:33:41 +00:00 |
patacongo
|
f6206367fb
|
More ST5767 LCD files missed in last commit
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5773 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-22 14:31:48 +00:00 |
patacongo
|
5e9fb81e0d
|
Add an ST7567 LCD driver for ZKIT-ARM-1769
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5772 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-22 14:30:54 +00:00 |
patacongo
|
730dc3e202
|
Add missing implementation of O_NONBLOCK for serial writes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5755 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-18 16:04:29 +00:00 |
patacongo
|
18ca1965b6
|
AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration converted to use kconfig-frontends tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5726 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-10 19:31:10 +00:00 |
patacongo
|
1ef904003e
|
Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap to allocae stacks
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5725 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-10 15:32:33 +00:00 |
patacongo
|
1c52dce216
|
More changes for a kernel-mode allocator (more to be done)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5724 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-09 21:12:20 +00:00 |