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 |
|
Gregory Nutt
|
420ca1b256
|
configs/freedom-kl25z: Change references to NuTiny to Freedom KL25Z
|
2013-04-25 20:09:15 -06:00 |
|
Gregory Nutt
|
1f616ecf1f
|
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
|
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
|
86b815373a
|
Remove up_assert_code
|
2013-04-25 15:19:59 -06:00 |
|
Gregory Nutt
|
e9a29d9465
|
KL15Z: Fix GPIO base addresses; remove GCR header file
|
2013-04-25 12:24:11 -06:00 |
|
Gregory Nutt
|
a7ea7dbee0
|
KL25Z typos: AIPS, not APS or AIP
|
2013-04-25 11:10:58 -06:00 |
|
Gregory Nutt
|
3d4ee6f061
|
KL25Z: No Ethernet, no SDHC. TPM instead of FTM
|
2013-04-25 10:35:18 -06:00 |
|
Gregory Nutt
|
2b411b516a
|
KL25Z: Fix serial driver; freedom-kl25z/nsh configuration now works
|
2013-04-25 10:23:47 -06:00 |
|
Gregory Nutt
|
50d1a961bc
|
KL25Z: Fix some memory mapp and register definitions; no UART3-5
|
2013-04-25 09:06:58 -06:00 |
|
Gregory Nutt
|
2e04ad2608
|
Fix KL25Z clock definitions in board.h
|
2013-04-24 18:29:26 -06:00 |
|
Gregory Nutt
|
7fe5a2b78d
|
Minor Freedom-KL25Z updates
|
2013-04-24 16:46:38 -06:00 |
|
Gregory Nutt
|
69d3978837
|
Adding missing registration of /dev/zero; Condition registration of /dev/null. From Ken Petit
|
2013-04-24 07:17:49 -06:00 |
|
Gregory Nutt
|
27e4bcdd0c
|
Updated .gitignore files
|
2013-04-23 19:05:59 -06:00 |
|
Gregory Nutt
|
73e48ad7b4
|
Some cosmetic renaming
|
2013-04-23 17:41:30 -06:00 |
|
Gregory Nutt
|
927dd57ef2
|
Reviewed all task exit logic. For pthread_exit() moved some logic higher in the exit sequence that could be required to block. For lower level logic kicked off by _exit(), add logic to prevent blocking when the task is not in a healthy state.
|
2013-04-23 16:41:43 -06:00 |
|
Gregory Nutt
|
2072e6be94
|
kconfig2html: Fix some handling of empty strings
|
2013-04-23 11:25:52 -06:00 |
|
Gregory Nutt
|
57d31176c0
|
kconfig2html: Improve expand/collapse TOC + misc bug-fixes
|
2013-04-23 11:01:18 -06:00 |
|
Gregory Nutt
|
a8e2ff3420
|
Correction to ARM RAM vectors logic from Paul Y. Zhang
|
2013-04-23 09:32:11 -06:00 |
|
Gregory Nutt
|
e53e9501eb
|
zkit-arm-1769 ADC and SPI/USB MSC updates from MKannan
|
2013-04-23 08:54:03 -06:00 |
|
Gregory Nutt
|
25270695ee
|
LPC17xx ADC: Configure all ADC pins in the set, not just one. From MKannan
|
2013-04-23 08:47:21 -06:00 |
|
Gregory Nutt
|
c529917c09
|
Keep a backup of the previous NuttXConfigVariables.html file
|
2013-04-23 08:38:49 -06:00 |
|
Gregory Nutt
|
770ce01473
|
kconfig2html: A few minor things missed in the last commit
|
2013-04-22 17:36:27 -06:00 |
|
Gregory Nutt
|
5b11b061fb
|
Add nuttx/tools/mkconfigvars.sh
|
2013-04-22 16:48:06 -06:00 |
|
Gregory Nutt
|
cf311c82ab
|
Documentation now expects autogenerated configuration variable documenation at Documentation/NuttXConfigVariables.html
|
2013-04-22 16:46:15 -06:00 |
|
Gregory Nutt
|
ba3f1a751d
|
kconfig2html: Add collapsable table of contents
|
2013-04-22 13:58:02 -06:00 |
|
Gregory Nutt
|
91258a49ec
|
kconfig2html: Move all hidden, internal configuration variables to an appendix
|
2013-04-22 11:20:54 -06:00 |
|
Gregory Nutt
|
b553609351
|
New Kconfig convention: Extra indentation in comments will render as HTML preformatted text
|
2013-04-22 09:10:58 -06:00 |
|
Gregory Nutt
|
c23ad7963f
|
Fixes to strchr, mkfats, and NxWidgets from Petteri Aimonen
|
2013-04-22 08:01:43 -06:00 |
|
Gregory Nutt
|
a2d6279cee
|
kconfig2html: Add support for dependencies on default values
|
2013-04-22 07:22:55 -06:00 |
|
Gregory Nutt
|
37da13321c
|
kconfig2html: Perform HTL conversions and add hyperlinks for dependency expressions
|
2013-04-21 11:01:46 -06:00 |
|