Gregory Nutt
|
2dbcdd781c
|
Correct STM32 Butterfly2 URL. Correct some comments.
|
2016-10-20 07:18:23 -06:00 |
|
Gregory Nutt
|
0fa7c62bf4
|
Update NuttX.html for 7.18 release
|
2016-10-08 11:47:19 -06:00 |
|
Gregory Nutt
|
0f7b9d643f
|
Correct statment in a document
|
2016-10-01 10:13:37 -06:00 |
|
Gregory Nutt
|
0908a6c6b9
|
Fix calculations using MSEC_PER_TICK. If USEC_PER_TICK is less than 1000, then MSEC_PER_TICK will be zero. It will be inaccurate in any case.
|
2016-09-25 08:17:33 -06:00 |
|
Gregory Nutt
|
f61a14454d
|
Trivial cosmetic changes from review of PR 133
|
2016-09-15 08:06:33 -06:00 |
|
Gregory Nutt
|
71b46fe6c1
|
Fix some reversed comments introduced with the last change.
|
2016-08-31 13:32:03 -06:00 |
|
Gregory Nutt
|
4b0e8e56cf
|
Add contactless/ directory to Documentation
|
2016-08-31 10:58:08 -06:00 |
|
Gregory Nutt
|
4f22af9547
|
Grrr.. fix another typo.
|
2016-08-24 13:20:46 -06:00 |
|
Gregory Nutt
|
4c045d3fcd
|
Fix an error in the 'Prefferred' example
|
2016-08-24 13:17:57 -06:00 |
|
Gregory Nutt
|
909486da47
|
Update to NuttX C coding style document with additions discussing long comments on the right side of a statement or data definition.
|
2016-08-24 13:07:40 -06:00 |
|
Gregory Nutt
|
8ee155da3d
|
Rename arch/sh to arch/renesas
|
2016-08-06 13:33:41 -06:00 |
|
Gregory Nutt
|
d42f91bffc
|
FIFO_SIZE vs PIPE_SIZE
|
2016-08-04 16:27:11 -06:00 |
|
Gregory Nutt
|
189d2cf475
|
Update NSH document, README, and comments in a script file
|
2016-08-04 12:59:33 -06:00 |
|
Gregory Nutt
|
4c1ba592d5
|
Prep for NuttX-7.17 release
|
2016-07-25 12:10:27 -06:00 |
|
Gregory Nutt
|
1b9b3a7b47
|
pwm.h moved from include/nuttx/ to include/nuttx/drivers.
|
2016-07-20 13:48:24 -06:00 |
|
Gregory Nutt
|
ddcaa3d425
|
can.h moved from include/nuttx/ to include/nuttx/drivers.
|
2016-07-20 13:38:36 -06:00 |
|
Gregory Nutt
|
aa8a52aacd
|
Update TODO list and NSH documentation
|
2016-07-20 10:45:21 -06:00 |
|
Gregory Nutt
|
a43edef229
|
Fix some URLs
|
2016-07-03 08:16:28 -06:00 |
|
Gregory Nutt
|
5792491427
|
Remove configs/mt-db-x3, unfinished XMega port
|
2016-07-03 07:55:25 -06:00 |
|
Gregory Nutt
|
7a7998e4f9
|
Add support for the NXP Freedom-K64F board. This is primarily the work of Jordan Macintyre. I leveraged this code from https://github.com/jmacintyre/nuttx-k64f
|
2016-07-01 15:42:21 -06:00 |
|
Gregory Nutt
|
aa96a1d2ec
|
Move the TZ/Olson zoneinfo data set from apps/system/zoneinfo to libc/zoneinfo
|
2016-06-30 15:40:37 -06:00 |
|
Gregory Nutt
|
7c34a77b54
|
Move apps/system/usbmonitor to nuttx/drivers/usbmonitor
|
2016-06-30 12:24:33 -06:00 |
|
Gregory Nutt
|
acf3b14fe2
|
Trivial typo fix in README and document
|
2016-06-22 16:17:57 -06:00 |
|
Gregory Nutt
|
8447f96ce5
|
Documentation update
|
2016-06-22 16:02:07 -06:00 |
|
Gregory Nutt
|
31b8e52267
|
Update README and documentatino
|
2016-06-22 14:47:40 -06:00 |
|
Gregory Nutt
|
1774ff2ed9
|
Add SYSLOG documentation to the porting guide
|
2016-06-22 12:26:54 -06:00 |
|
Gregory Nutt
|
1cdc746726
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
|
Gregory Nutt
|
3a74a438d9
|
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
|
2016-06-11 11:50:18 -06:00 |
|
OrbitalFox
|
78a2465af4
|
SAM4E: Fix some errors in AFEC header file.
|
2016-06-10 09:56:35 -06:00 |
|
Gregory Nutt
|
c98f00a93b
|
Update comments; trivial addtion to a document.
|
2016-06-10 09:36:59 -06:00 |
|
Gregory Nutt
|
692ea396e3
|
Prep for NuttX-7.16 release
|
2016-06-01 15:45:23 -06:00 |
|
Gregory Nutt
|
5ef3e3e215
|
Replace confusing references to uIP with just 'the network'
|
2016-05-30 11:52:07 -06:00 |
|
Dave
|
dc1c27cee7
|
* This driver supports the 'I2C lcd backpack' design that is based on the PCF8574 io expander. There's a myriad of different vendors of such, but they are principally the same, save wiring and minor features like jumpers for I2C addresses. This driver supports known and unknown variants.
* The interface board supports HD44780-based LCD modules up to 4x32, and this driver accommodates all those formats.
|
2016-05-25 08:06:32 -06:00 |
|
Gregory Nutt
|
9bd8070b34
|
Review of last PR
|
2016-05-20 18:12:05 -06:00 |
|
Alan Carvalho de Assis
|
104b695645
|
configs: Add support for the generic STM32F103CBT6 Minimum Board
|
2016-05-18 13:33:17 -06:00 |
|
Gregory Nutt
|
a1e066d6a5
|
Merge remote-tracking branch 'origin/master' into nucleo-144
|
2016-05-13 11:51:22 -06:00 |
|
Gregory Nutt
|
7c52b8ddae
|
Add a .noinit section to all ARMv7-A linker scripts
|
2016-05-13 08:05:21 -06:00 |
|
Gregory Nutt
|
70782b0f14
|
ARMv7-A i.MX6: More SMP logic. Still untested.
|
2016-05-12 15:04:46 -06:00 |
|
Gregory Nutt
|
61f6915898
|
Update README files
|
2016-05-12 10:01:43 -06:00 |
|
Gregory Nutt
|
533aa4d97d
|
Update README and NuttX.html
|
2016-04-24 15:33:59 -06:00 |
|
Gregory Nutt
|
701db3a624
|
NuttX.html: Correct a URL
|
2016-04-12 12:28:05 -06:00 |
|
Gregory Nutt
|
91686e671c
|
configs/nucleus2g: Remove this board from the configs/ directory. A snapshot is still available in the Obsoleted repository
|
2016-04-12 12:19:30 -06:00 |
|
Gregory Nutt
|
51bed92fc2
|
STM32F429i-disco: Add uVision GCC IDE project files
|
2016-04-10 09:11:56 -06:00 |
|
Gregory Nutt
|
4449b95fda
|
Add references to new README files
|
2016-04-10 09:11:54 -06:00 |
|
Gregory Nutt
|
c964ab6b2b
|
Update URLs in documentation to account for removal of submodules
|
2016-04-10 08:54:21 -06:00 |
|
Gregory Nutt
|
2693be512b
|
Fix all URLs to the NuttX repository
|
2016-04-06 17:55:14 -06:00 |
|
Gregory Nutt
|
84151986de
|
Remove references to the VSN configuration from the Documentation
|
2016-03-30 18:13:00 -06:00 |
|
Gregory Nutt
|
690888b75c
|
Minor update to PM discussion in the porting guide
|
2016-03-28 08:06:27 -06:00 |
|
Gregory Nutt
|
ede532e57b
|
PM: Add domain to all PM interfaces. Internal PM data structures now handle multiple PM domains.
|
2016-03-27 13:01:09 -06:00 |
|
Gregory Nutt
|
39284088a2
|
PM: Add activity domain to all PM callbacks
|
2016-03-27 11:18:25 -06:00 |
|
Gregory Nutt
|
6a326962bd
|
Prep for 7.15 release
|
2016-03-26 12:15:43 -06:00 |
|
Gregory Nutt
|
95c542f6d1
|
Update README
|
2016-03-25 15:01:39 -06:00 |
|
Gregory Nutt
|
621a610163
|
Fix HTML syntax errors
|
2016-03-14 15:48:44 -06:00 |
|
Gregory Nutt
|
1b53c9dd33
|
Fix some HTML errors
|
2016-03-14 14:51:29 -06:00 |
|
Gregory Nutt
|
55a4dea904
|
Update porting guide to include SMP interfaces
|
2016-03-13 12:07:42 -06:00 |
|
Gregory Nutt
|
26f3d216a3
|
Fix some HTML syntax errors
|
2016-03-13 07:56:54 -06:00 |
|
Gregory Nutt
|
12d2f4eeb1
|
Update README
|
2016-02-29 13:17:59 -06:00 |
|
Gregory Nutt
|
a99e7c4d22
|
Update README
|
2016-02-20 10:20:55 -06:00 |
|
Gregory Nutt
|
a8afc280b2
|
Rename irqsave() and irqrestore() to up_irq_save() and up_irq_restore()
|
2016-02-14 16:20:21 -06:00 |
|
Gregory Nutt
|
d40a204181
|
Add SMP-related reference
|
2016-02-14 15:08:30 -06:00 |
|
Gregory Nutt
|
0ba9fbebed
|
NSH: Revise arp documentation
|
2016-02-08 16:30:33 -06:00 |
|
Gregory Nutt
|
aff294f065
|
NuttShell Documentation: Add description of the 'arp' command
|
2016-02-08 15:09:17 -06:00 |
|
Gregory Nutt
|
1753b639cc
|
Rename files containing board_app_initialize from xyz_nsh.c to xyz_appinit.c
|
2016-02-04 12:25:49 -06:00 |
|
Gregory Nutt
|
13acc0d0a3
|
I2C: Remove the setfrequency method from the interface
|
2016-02-01 16:31:01 -06:00 |
|
Gregory Nutt
|
7d1dd5cf46
|
I2C: Remove setaddress method
|
2016-02-01 14:15:24 -06:00 |
|
Gregory Nutt
|
383bbc37dd
|
Remove the read and write methods from the I2C interface
|
2016-02-01 09:44:37 -06:00 |
|
Gregory Nutt
|
ef8e96993c
|
Update README
|
2016-01-31 08:50:43 -06:00 |
|
Gregory Nutt
|
40a665c93f
|
Rename i2c_dev_s to i2c_master_s.
|
2016-01-30 08:36:31 -06:00 |
|
Gregory Nutt
|
c04e0d0777
|
Prep for NuttX-7.14 release
|
2016-01-28 11:36:08 -06:00 |
|
Gregory Nutt
|
3254d3a192
|
Fix naming: up_nsh.c -> stm32_nsh.c
|
2016-01-27 07:45:19 -06:00 |
|
Gregory Nutt
|
d8cff2ab49
|
Cosmetic updates
|
2016-01-22 17:21:07 -06:00 |
|
Gregory Nutt
|
07f931fa57
|
Update index
|
2016-01-22 17:07:19 -06:00 |
|
Gregory Nutt
|
b48a2439a1
|
Minor document clean-up
|
2016-01-22 16:58:48 -06:00 |
|
Gregory Nutt
|
f9f00d474f
|
Update NSH login features
|
2016-01-22 10:43:00 -06:00 |
|
Gregory Nutt
|
0cac1160c8
|
Clarify instrutions for enabling the useradd command
|
2016-01-21 16:27:25 -06:00 |
|
Gregory Nutt
|
3cfd99a040
|
NuttShell.html: Add instructions for using a login prompt
|
2016-01-21 08:54:19 -06:00 |
|
Gregory Nutt
|
44c31c334b
|
Update README
|
2016-01-20 12:28:37 -06:00 |
|
Gregory Nutt
|
fa6e470a19
|
Update NuttShell documentation with new passwd commands
|
2016-01-20 09:38:36 -06:00 |
|
Gregory Nutt
|
172de14c6b
|
Update README.html
|
2016-01-18 08:03:51 -06:00 |
|
Gregory Nutt
|
e0378fc5d7
|
Update README.html
|
2016-01-15 13:13:09 -06:00 |
|
Gregory Nutt
|
209fa8dee8
|
Merge remote-tracking branch 'origin/master' into windeps
|
2016-01-09 16:35:22 -06:00 |
|
Gregory Nutt
|
bc61d17dec
|
Removed tools/mkdeps.bat and tools/mkdeps.sh
|
2016-01-09 15:58:18 -06:00 |
|
Gregory Nutt
|
983e22aa2d
|
Update discussion about using dependencies in mixed Cygwin/Windowas native environments
|
2016-01-09 14:26:29 -06:00 |
|
Gregory Nutt
|
42cd887fed
|
Update NuttX.html to include mention of the Arduino MEGA2560 port
|
2016-01-06 15:13:49 -06:00 |
|
Gregory Nutt
|
236bb67e4b
|
NuttX.html: Use the name Hercules with the TI TMS4570 description
|
2016-01-04 13:21:25 -06:00 |
|
Gregory Nutt
|
5d27cf69b8
|
NuttX.html: Add mention of the TMS570 port
|
2016-01-04 12:28:00 -06:00 |
|
Gregory Nutt
|
e4f1b3a0fc
|
Trivial update to NSH documentation
|
2016-01-01 12:16:40 -06:00 |
|
Gregory Nutt
|
eb723f3af9
|
Update time command description in the NSH document
|
2016-01-01 09:10:21 -06:00 |
|
Gregory Nutt
|
f8836afc07
|
Correct a statement in the description of the time command
|
2015-12-31 10:23:00 -06:00 |
|
Gregory Nutt
|
cb7d86f23b
|
Fix errors in documentation of NSH time commands
|
2015-12-31 10:03:35 -06:00 |
|
Gregory Nutt
|
41992ca46a
|
NuttShell.html: Add documentation of the time command
|
2015-12-31 09:34:27 -06:00 |
|
Gregory Nutt
|
e9d116ef14
|
Coding Standard: Add TAB stop requirement
|
2015-12-29 13:36:26 -06:00 |
|
Gregory Nutt
|
e7042df19c
|
README: Add reference to arduion-meg2560 README
|
2015-12-29 13:05:15 -06:00 |
|
Gregory Nutt
|
3881131e61
|
Update README.html
|
2015-12-23 09:48:38 -06:00 |
|
Gregory Nutt
|
718519ce42
|
Minor adjustment of spacing
|
2015-12-13 10:39:02 -06:00 |
|
Gregory Nutt
|
7520c65ab3
|
Trivial documentation update
|
2015-12-13 10:30:02 -06:00 |
|
Gregory Nutt
|
e6133792e4
|
Update NSH documentation to include module commands
|
2015-12-13 09:53:33 -06:00 |
|
Gregory Nutt
|
6445803330
|
Update NuttX.html for 7.13 release
|
2015-12-05 08:25:27 -06:00 |
|
Gregory Nutt
|
dad8b0fde9
|
Clarify some terminology
|
2015-11-29 07:17:10 -06:00 |
|
Gregory Nutt
|
5f13de8f48
|
Update NSH documentation. Update ps examples
|
2015-11-28 17:51:34 -06:00 |
|