Gregory Nutt
|
5098539063
|
Add _ to front of remaining debug macros
|
2016-06-16 12:12:34 -06:00 |
|
Gregory Nutt
|
cc03ecefc8
|
Rename err() to _err()
|
2016-06-16 11:44:22 -06:00 |
|
Gregory Nutt
|
65899c99e6
|
apps/nshlib: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-14 14:18:07 -06:00 |
|
Gregory Nutt
|
586b0aa7e0
|
Change names of *dbg() * *err()
|
2016-06-11 15:51:27 -06:00 |
|
Sebastien Lorquet
|
bfff5e7179
|
Add empty preconfig rules to 'leaf' makefiles
|
2016-06-02 16:24:30 +02:00 |
|
Sebastien Lorquet
|
9a406515d7
|
make the full tree use wildcards make.defs
|
2016-06-02 16:21:21 +02:00 |
|
Gregory Nutt
|
c8e21ddcd6
|
Costmetic changes to comments and spacing.
|
2016-02-06 11:34:39 -06:00 |
|
Gregory Nutt
|
83dc6a9b79
|
I2C tool: Verify that the I2C bus driver exists when process the -b option
|
2016-02-05 10:49:27 -06:00 |
|
Gregory Nutt
|
032e73f1eb
|
Eliminate some warnings
|
2016-02-02 14:48:17 -06:00 |
|
Gregory Nutt
|
bb9b4c8063
|
Low level drive access functions should not generate output; it interferes with higher level formatting
|
2016-02-02 14:42:16 -06:00 |
|
Gregory Nutt
|
7c4f9eb8e9
|
I2CTOOL: Now uses the I2C driver instead of direct calls into the OS
|
2016-02-02 10:27:50 -06:00 |
|
Gregory Nutt
|
5ab3722d5d
|
I2C: Remove the setfrequency method from the interface
|
2016-02-01 16:32:48 -06:00 |
|
Gregory Nutt
|
4e4dbda41e
|
I2C: Add frequency to i2c_msg_s structure
|
2016-02-01 14:14:48 -06:00 |
|
Gregory Nutt
|
ae0a55de53
|
I2C: Remove setaddress method
|
2016-02-01 12:16:56 -06:00 |
|
Gregory Nutt
|
2709652753
|
The I2C_TRANSFER method is no longer optional
|
2016-01-31 14:15:07 -06:00 |
|
Gregory Nutt
|
f0eb017434
|
Rename i2c_dev_s to i2c_master_s.
|
2016-01-30 08:37:28 -06:00 |
|
Gregory Nutt
|
c4395122f9
|
Move include/nuttx/i2c.h to include/nuttx/i2c/i2c_master.h
|
2016-01-30 08:00:59 -06:00 |
|
Gregory Nutt
|
e9447c6058
|
Standardize nameing of the pre-processor definitiongs group header
|
2015-10-02 14:06:11 -06:00 |
|
Gregory Nutt
|
d5b6949c9f
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:14:53 -06:00 |
|
Gregory Nutt
|
6e462908ba
|
apps/system: Clean up Kconfig menuing
|
2015-04-07 13:23:39 -06:00 |
|
Gregory Nutt
|
3ec21f41c1
|
Remove use of CONFIG_MASK_TASK_ARGS from the I2C tool
|
2014-11-13 06:27:47 -06:00 |
|
Gregory Nutt
|
0a4258db6d
|
MAINOBJ needs to be added to object list in many Makefile
|
2014-09-11 06:48:11 -06:00 |
|
Gregory Nutt
|
681b3baf96
|
Changes to many Makefiles. For kernel buil object containing main cannot go into library because of name collisions. The object file must be handled as a special case in every Makefile
|
2014-09-07 09:17:23 -06:00 |
|
Gregory Nutt
|
043d6898db
|
Determine the main object name from the main source name in every kernel build Makefile
|
2014-09-07 07:19:19 -06:00 |
|
Gregory Nutt
|
2881b73f3d
|
Add an nm command after every kernel build link to show if there are any undefined symbols
|
2014-09-07 07:15:59 -06:00 |
|
Gregory Nutt
|
70765b94fc
|
Add the main object to the list objects to link in every kernel build link command
|
2014-09-07 07:12:55 -06:00 |
|
Gregory Nutt
|
22720d5eb3
|
Add the main object to the dependencies for the kernel build
|
2014-09-07 07:09:22 -06:00 |
|
Gregory Nutt
|
b65500c289
|
If now a kernel build, then add the main object in with all of the rest
|
2014-09-07 07:05:54 -06:00 |
|
Gregory Nutt
|
22eb5d5c46
|
Update apps/examples/helloxx/Makefile
|
2014-09-07 06:59:30 -06:00 |
|
Gregory Nutt
|
181b75301f
|
Customize the program name in the generic setup that was added to each makefile that installs a program
|
2014-09-06 13:30:44 -06:00 |
|
Gregory Nutt
|
3454362678
|
Add generic setup logic to every Makefile that installs a program. Each will need customization
|
2014-09-06 13:19:02 -06:00 |
|
Gregory Nutt
|
cedf1d7369
|
Fix all install targets
|
2014-09-06 13:01:44 -06:00 |
|
Gregory Nutt
|
72cd42282c
|
Oops wrong else
|
2014-09-06 10:54:58 -06:00 |
|
Gregory Nutt
|
753f347723
|
Add missing else from last big change
|
2014-09-06 10:51:18 -06:00 |
|
Gregory Nutt
|
544cfc8aa2
|
Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build a main()
|
2014-09-06 10:42:03 -06:00 |
|
Gregory Nutt
|
c35653cd05
|
Only one install target per Makefile
|
2014-09-06 10:05:01 -06:00 |
|
Gregory Nutt
|
d8a239d649
|
Use more standard *argv[] instead easier **argv
|
2014-09-06 09:23:23 -06:00 |
|
Gregory Nutt
|
9f7c9b273f
|
With kernel build, entry point to all tasks is main, not some xyz_main
|
2014-09-06 09:19:15 -06:00 |
|
Gregory Nutt
|
d6bcd1a93a
|
Add an install target to all makefiles. For the import build, the top-level Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
|
2014-09-06 08:00:47 -06:00 |
|
Gregory Nutt
|
7c7a81aa69
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
|
Gregory Nutt
|
2b0f1ed109
|
Change all variadic macros to C99 style
|
2014-05-22 09:01:51 -06:00 |
|
Gregory Nutt
|
a65262c899
|
P-code BINFMT: Add logic to pass information from the binfmt logic to the P-code interpreter. This includes some extension to the binfmt interfaces.
|
2014-05-08 16:58:10 -06:00 |
|
Gregory Nutt
|
f37d1c2a70
|
Update the displayed I2C on each get iteraction (not the same starting address). From Ryan VanSickle
|
2014-05-08 11:26:13 -06:00 |
|
Gregory Nutt
|
b9cf7acb1a
|
More trailing whilespace removal
|
2014-04-13 16:24:28 -06:00 |
|
Gregory Nutt
|
b19e1aa426
|
Removed all support for the legacy configuration mechanism from the apps/ directory
|
2014-03-06 12:21:14 -06:00 |
|
Gregory Nutt
|
429e26f960
|
I2C Tool: Use default oof 4ooKhz, not 4MHz
|
2013-10-10 09:55:08 -06:00 |
|
Gregory Nutt
|
459d89d9db
|
Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_BUILTIN_APPS. Add SAM3/4 sam_periphclks.h which is just a header file that includes the right header file. Misc SAM3U-EK cleanup
|
2013-06-12 17:32:00 -06:00 |
|
Gregory Nutt
|
b673cbebb9
|
Updates to README files
|
2013-06-01 17:25:16 -06:00 |
|
Gregory Nutt
|
424fbe6583
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
|
Gregory Nutt
|
f9ab52bb5a
|
Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add some missing .gitignore files
|
2013-05-30 14:45:31 -06:00 |
|