Gregory Nutt
|
c5d613dc6a
|
Updated to hymini-stm32v configuration from Laurent Latil
|
2013-05-15 16:33:49 -06:00 |
|
Gregory Nutt
|
9de230d9a3
|
Fix STM32 F1 DMA register definitions. From Laurent Latil.
|
2013-05-15 16:11:16 -06:00 |
|
Gregory Nutt
|
8447e76779
|
Clean up of pirelli-dpl10/nsh_highram configuration
|
2013-05-15 08:29:04 -06:00 |
|
Gregory Nutt
|
f4414470d2
|
hymini-stm32v: Updated README file
|
2013-05-14 08:39:03 -06:00 |
|
Gregory Nutt
|
afa05e4c9b
|
hymini-stm32v: Remove nx and nxlines configurations
|
2013-05-14 08:32:13 -06:00 |
|
Gregory Nutt
|
708a46fb25
|
hymini-stm32v: Add OS test and USB/NSH configuration; Add card detect interrupt support
|
2013-05-14 08:26:40 -06:00 |
|
Gregory Nutt
|
d6887c178b
|
configs/hymini-stm32v converted nsh and nsh2 configs to use kconfig-frontends tools; Also converted to use the common SSD1289 driver
|
2013-05-14 08:19:20 -06:00 |
|
Gregory Nutt
|
7e8d1dff8c
|
Default NxWidgets and NxWM priorities should be 100 not 50 to be consistent with other default priorities
|
2013-05-12 14:31:41 -06:00 |
|
Gregory Nutt
|
70f0b986f7
|
Changes to get the Mikroe STM32F4 touchscreen working from Ken Pettit
|
2013-05-11 16:04:47 -06:00 |
|
Gregory Nutt
|
2072052db9
|
Update Olimex-LPC1766STK scripts to use OpenOCD-0.7.0
|
2013-05-10 10:37:45 -06:00 |
|
Gregory Nutt
|
88c0911fb1
|
Various changes and bigfixes for problems detected by CppCheck
|
2013-05-09 14:23:34 -06:00 |
|
Gregory Nutt
|
c9fcc7eef4
|
Fix typo is STM32 ADC driver for F2 and F4: ADC not ACD
|
2013-05-08 21:45:46 -06:00 |
|
Gregory Nutt
|
44dc7c713b
|
Fix for lpc17xx i2c single byte read timeout error problem from M.Kannan
|
2013-05-08 06:57:55 -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
|
24368a6581
|
STM32 option to disable sleep to prevent disconnection of debugger
|
2013-05-07 14:10:34 -06:00 |
|
Gregory Nutt
|
5441512bd2
|
Documentation updates
|
2013-05-07 08:55:28 -06:00 |
|
Gregory Nutt
|
fae527deef
|
The Kinetis GPIO logic had some of the same issues as did the Kinetis L
|
2013-05-06 11:49:28 -06:00 |
|
Gregory Nutt
|
7628d3aa57
|
Fixes LEDs on the Freedom KL25Z board
|
2013-05-06 11:07:53 -06:00 |
|
Gregory Nutt
|
09cefd5308
|
Oops.. this change should not have been in the last commit
|
2013-05-06 08:59:53 -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
|
b2633df551
|
Fix error introduced in Pirelli DPL10 configuration of last checkin
|
2013-05-05 11:22:24 -06:00 |
|
Gregory Nutt
|
f1298f03a1
|
Convert configs/pirelli_dpl10/nsh_highram to use the kconfig-frontends tools
|
2013-05-05 10:38:02 -06:00 |
|
Gregory Nutt
|
ca5641f2d7
|
Make Pirelli-DLP10 a true board configuration; Calypso no compiles without errors
|
2013-05-05 09:10:47 -06:00 |
|
Gregory Nutt
|
4ac0990853
|
Add configuration for the Pirelli DP10 phone
|
2013-05-04 17:57:02 -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
|
b934926bd2
|
Repartitioning of header files for Kinetis L
|
2013-05-02 09:24:36 -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
|
0d1cf112cf
|
Changes to remove some warning sduring compilation for ZKit-arm-1769 Board.
|
2013-05-02 06:28:59 -06:00 |
|
Gregory Nutt
|
1cf695cbec
|
Freedom KL25Z pin mux'ing fixes from Alan Carvalho de Assis
|
2013-05-02 06:08:50 -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
|
bec2c3e162
|
Add system/flash_eraseall NSH command
|
2013-05-01 07:45:34 -06:00 |
|
Gregory Nutt
|
7ed7749a40
|
Add Ken Pettit's SMART FS
|
2013-04-30 20:13:30 -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
|
c73bd9b906
|
Add support for the MikroElektronika Mikromedia for STM32F4 development board. From Ken Petit
|
2013-04-30 18:31:47 -06:00 |
|
Gregory Nutt
|
ab61a0c466
|
Add support for the MikroElektronika Mikromedia for STM32F4 development board. From Ken Petit
|
2013-04-30 18:28:10 -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
|
c9d98ea46c
|
Implement UDP sendto() timeouts. Currently disabled because it probably unnecessary.
|
2013-04-30 08:12:54 -06:00 |
|
Gregory Nutt
|
fad8a2b555
|
LPC17: Interrupts not being re-enabled in the initialization function
|
2013-04-30 08:08:02 -06:00 |
|
Gregory Nutt
|
4c95da3e52
|
More improvements to zipme.sh tool
|
2013-04-29 10:34:53 -06:00 |
|
Gregory Nutt
|
911b7a9f5f
|
Automatically re-generated configuration variable documentation when NuttX release tarballs are created
|
2013-04-29 09:12:15 -06:00 |
|
Gregory Nutt
|
f16704f5fd
|
Add option to zipme.sh to provide the build ID on the command line
|
2013-04-29 08:57:46 -06:00 |
|
Gregory Nutt
|
efae204784
|
Fix minor typos
|
2013-04-28 12:00:34 -06:00 |
|
Gregory Nutt
|
35360712f5
|
Prep for NuttX-6.27 release
|
2013-04-28 10:56:29 -06:00 |
|