9
0
Fork 0
Commit Graph

6040 Commits

Author SHA1 Message Date
Gregory Nutt ac5855212c STM32 option to disable sleep to prevent disconnection of debugger 2013-05-07 14:10:34 -06:00
Gregory Nutt cd2bc5b0d8 Fixes for the examples/nxtext test 2013-05-07 08:55:51 -06:00
Gregory Nutt 9a804e6ea6 Documentation updates 2013-05-07 08:55:28 -06:00
Gregory Nutt d696a86d61 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 b6d1d101fc Fixes LEDs on the Freedom KL25Z board 2013-05-06 11:07:53 -06:00
Gregory Nutt e21898b25a Oops.. this change should not have been in the last commit 2013-05-06 08:59:53 -06:00
Gregory Nutt d48c14a36c mio283qt2.c: Need select/deselect LCD in setpower method; hwinitialize did not deselect LCD 2013-05-06 08:34:53 -06:00
Gregory Nutt 25e36e506e Fix error introduced in Pirelli DPL10 configuration of last checkin 2013-05-05 11:22:24 -06:00
Gregory Nutt d5eec3f68f Convert configs/pirelli_dpl10/nsh_highram to use the kconfig-frontends tools 2013-05-05 10:38:02 -06:00
Gregory Nutt 460e68e984 Make Pirelli-DLP10 a true board configuration; Calypso no compiles without errors 2013-05-05 09:10:47 -06:00
Gregory Nutt 1b7d3b3dbc Add configuration for the Pirelli DP10 phone 2013-05-04 17:57:02 -06:00
Gregory Nutt 5698f33f29 Fixed to M25P driver from Ken Pettit plus some documentation updates 2013-05-03 17:17:14 -06:00
Gregory Nutt 0d40d1bd14 Replace CONFIG_MTD_SMART in MTD drivers with other conditions 2013-05-03 14:32:08 -06:00
Gregory Nutt 1092e4b163 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 2567deb033 Repartitioning of header files for Kinetis L 2013-05-02 09:24:36 -06:00
Gregory Nutt bb95a53a6a 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 41b50c286a Changes to remove some warning sduring compilation for ZKit-arm-1769 Board. 2013-05-02 06:28:59 -06:00
Gregory Nutt 86e3c09296 Freedom KL25Z pin mux'ing fixes from Alan Carvalho de Assis 2013-05-02 06:08:50 -06:00
Gregory Nutt b33800ebb4 Fix typo in configuration variables: MP25P should M25P 2013-05-01 12:04:39 -06:00
Gregory Nutt b8e4cdf0ef Cosmetic update to comments 2013-05-01 11:42:36 -06:00
Gregory Nutt 5b280602d7 Add an optional byte-oriented write method to the MTD interface 2013-05-01 10:59:57 -06:00
Gregory Nutt 1a5060c28b Misc changes for clean built od mikroe-stm32f4 configurations 2013-05-01 09:21:13 -06:00
Gregory Nutt d9bd2fca77 Add tests for the SMART block driver and file system. From Ken Pettit 2013-05-01 08:09:20 -06:00
Gregory Nutt fa71d6461e Add system/flash_eraseall NSH command 2013-05-01 07:45:34 -06:00
Gregory Nutt 2fd7dfe98a Add Ken Pettit's SMART FS 2013-04-30 20:13:30 -06:00
Gregory Nutt 68dd7cdd0c SMART block driver plus changes to M25P and RAM drivers needed for SMART support 2013-04-30 19:10:54 -06:00
Gregory Nutt cc5ee148cf Add support for the MikroElektronika Mikromedia for STM32F4 development board. From Ken Petit 2013-04-30 18:31:47 -06:00
Gregory Nutt 74a16b2ced Add support for the MikroElektronika Mikromedia for STM32F4 development board. From Ken Petit 2013-04-30 18:28:10 -06:00
Gregory Nutt db3072bd6f Add -h option to NSH git command; And NSH mksmartfs command. From Ken Petit 2013-04-30 18:03:04 -06:00
Gregory Nutt 82b5ec73c0 Incorporate comments from Ken Petit 2013-04-30 17:02:34 -06:00
Gregory Nutt 40bd4c4897 Changes to get the MTD test working 2013-04-30 16:48:43 -06:00
Gregory Nutt 45c144ba13 Add configuration and example to test MTD partitions 2013-04-30 15:54:02 -06:00
Gregory Nutt 8241609e9e Add MTD partition support plus fix some typos in comments 2013-04-30 12:37:34 -06:00
Gregory Nutt 0a925b25ad Implement UDP sendto() timeouts. Currently disabled because it probably unnecessary. 2013-04-30 08:12:54 -06:00
Gregory Nutt 4b67335949 LPC17: Interrupts not being re-enabled in the initialization function 2013-04-30 08:08:02 -06:00
Gregory Nutt ba6a4a66fd More improvements to zipme.sh tool 2013-04-29 10:34:53 -06:00
Gregory Nutt 1a5a20e052 Automatically re-generated configuration variable documentation when NuttX release tarballs are created 2013-04-29 09:12:15 -06:00
Gregory Nutt 48b81282b8 Add option to zipme.sh to provide the build ID on the command line 2013-04-29 08:57:46 -06:00
Gregory Nutt a448768096 Fix minor typos 2013-04-28 12:00:34 -06:00
Gregory Nutt 059b16dbd6 Prep for NuttX-6.27 release 2013-04-28 10:56:29 -06:00
Gregory Nutt 3a0747f248 configs/freedom-kl25z: Change references to NuTiny to Freedom KL25Z 2013-04-25 20:09:15 -06:00
Gregory Nutt fd1e0a17e2 Move task_terminate to its own C file to prevent drawing task_delete into the link 2013-04-25 16:23:30 -06:00
Gregory Nutt bbf5ee6486 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 561c54964b 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 1ffc15c323 Remove up_assert_code 2013-04-25 15:19:59 -06:00
Gregory Nutt 5f6e91b0ed KL15Z: Fix GPIO base addresses; remove GCR header file 2013-04-25 12:24:11 -06:00
Gregory Nutt fab85cb205 KL25Z typos: AIPS, not APS or AIP 2013-04-25 11:10:58 -06:00
Gregory Nutt 0b4e64a0ef KL25Z: No Ethernet, no SDHC. TPM instead of FTM 2013-04-25 10:35:18 -06:00
Gregory Nutt 65f738b8df KL25Z: Fix serial driver; freedom-kl25z/nsh configuration now works 2013-04-25 10:23:47 -06:00
Gregory Nutt d95a14c353 KL25Z: Fix some memory mapp and register definitions; no UART3-5 2013-04-25 09:06:58 -06:00