Gregory Nutt
|
0de294a586
|
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
|
2017-05-11 13:35:56 -06:00 |
Sebastien Lorquet
|
c2251e8e40
|
ti boards
|
2017-04-28 18:28:09 +02:00 |
Gregory Nutt
|
2ddd57c674
|
Centralize definitions associated with CONFIG_DEBUG_LEDS
|
2016-06-15 14:12:19 -06:00 |
Gregory Nutt
|
ba03134bed
|
Centralize definitions associated with CONFIG_DEBUG_SPI
|
2016-06-15 10:41:13 -06:00 |
Gregory Nutt
|
40f0481478
|
configs/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-13 09:44:12 -06:00 |
Gregory Nutt
|
a1469a3e95
|
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
|
2016-06-11 15:50:49 -06:00 |
Gregory Nutt
|
e99301d7c2
|
Rename *lldbg to *llerr
|
2016-06-11 14:55:27 -06:00 |
Gregory Nutt
|
1cdc746726
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
Gregory Nutt
|
fc3540cffe
|
Replace all occurrences of vdbg with vinfo
|
2016-06-11 11:59:51 -06:00 |
Gregory Nutt
|
3a74a438d9
|
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
|
2016-06-11 11:50:18 -06:00 |
Gregory Nutt
|
4b3e710af6
|
Add an argument to board_app_initialize()
|
2016-05-24 10:51:22 -06:00 |
Gregory Nutt
|
9ed7d56a18
|
Building of xyz_appinit.c should depend on CONFIG_LIB_BOARDCTL, not CONFIG_NSH_ARCHINITIALIZE
|
2016-02-04 12:14:17 -06:00 |
Gregory Nutt
|
36bb11d77c
|
Rename files containing board_app_initialize from xyz_nsh.c to xyz_appinit.c
|
2016-02-04 12:03:09 -06:00 |
Gregory Nutt
|
1f86cf1c55
|
Rename lm_spi.. to lm_ssi..
|
2016-02-04 10:41:41 -06:00 |
Gregory Nutt
|
48a7a4eff6
|
Rename all tiva_spi functions to tiva_ssi
|
2016-02-04 10:36:39 -06:00 |
Gregory Nutt
|
c9137abe72
|
More missed SPI initialization function renaming; clean up some warnings
|
2016-01-28 09:53:22 -06:00 |
Gregory Nutt
|
2f068e1a34
|
For LPC31xx MCUs, rename up_spiinitialize to lpc31_spibus_initialize
|
2016-01-26 16:56:13 -06:00 |
Gregory Nutt
|
b28bd72a48
|
Standardize naming of user LEDs interface functions
|
2015-11-01 12:45:58 -06:00 |
Gregory Nutt
|
893bd9c7b5
|
Rename board_led_off to board_autoled_off
|
2015-11-01 09:10:08 -06:00 |
Gregory Nutt
|
78f19bbefb
|
Rename board_led_on to board_autoled_on
|
2015-11-01 09:07:36 -06:00 |
Paul A. Patience
|
55d8aee826
|
Simplify configs/ Makefiles by combining common longic into a new board.mk Makefile fragment. For Paul A. Patience"
|
2015-09-04 16:42:34 -06:00 |
Gregory Nutt
|
68a97a53ac
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
Gregory Nutt
|
103a17d4f1
|
Rename arch_nshinitialize() to board_app_initialize()
|
2015-03-31 10:21:31 -06:00 |
Gregory Nutt
|
42327117a3
|
configs/: board function prototypes are now in include/nuttx/board.h. Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions
|
2015-02-27 18:49:24 -06:00 |
Gregory Nutt
|
febd316186
|
Tiva SSI: Fix some recent breakage to the Tiva SSI driver for the case where only one SSI modules is enabled
|
2014-12-28 16:55:47 -06:00 |
Gregory Nutt
|
7e5a0f227d
|
Tiva SSI and board configurations: hange negative Tiva logic CONFIG_SSIx_DISABLE to positive logic CONFIG_TIVA_SSIx. Add support for SSI2 and SSI3
|
2014-12-21 15:23:37 -06:00 |
Gregory Nutt
|
4d851b150d
|
All NSH-related files under nuttx/configs changed to use the corrected syslog interfaces
|
2014-10-08 14:28:55 -06:00 |
Gregory Nutt
|
ab5b37189b
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
Gregory Nutt
|
a410e3beff
|
functions and definitions renamed from lm_ to tiva_
|
2014-03-08 15:50:26 -06:00 |
Gregory Nutt
|
b730d32e43
|
All files and functions beginning with lm_ changed to tiva_
|
2014-03-08 13:29:09 -06:00 |
Gregory Nutt
|
42a86a9cba
|
rename up_led*() functions to board_led_*()
|
2014-01-24 14:28:49 -06:00 |
Gregory Nutt
|
17810f3e6f
|
Created new directories to hold SPI-related files
|
2013-07-01 08:11:54 -06:00 |
Gregory Nutt
|
0906d557c3
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
Gregory Nutt
|
5336c8c0d5
|
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
|
b53760bf9c
|
Clone svn:ignore directory atributed to .gitignore files
|
2013-04-04 14:27:29 -06:00 |
patacongo
|
f80aab5210
|
Fix various typos assocated with LM4F
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5763 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-20 03:39:17 +00:00 |
patacongo
|
ae71c35e5a
|
Add interrupt vector logic for the LM4F120
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5693 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-01 21:41:29 +00:00 |
patacongo
|
258a86f740
|
Add a configuration to begin development of an LM4F120 LaunchPad port
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5692 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-01 19:10:02 +00:00 |