Gregory Nutt
|
2c00825dcf
|
Porting Guide: Add description of IOBs.
|
2017-05-20 08:50:05 -06:00 |
|
Alan Carvalho de Assis
|
853d332b6c
|
Move CAN subsystem to its own directory and put device drivers there
Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
|
2017-05-12 11:48:47 -03:00 |
|
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 |
|
Stefan Kolb
|
591f35be87
|
I discovered a problem in the file drivers/serial/serial.c concerning the function uart_close(…). In the case that a serial device is opened with the flag O_NONBLOCK the function uart_close(…) blocks until all data in the buffer is transmitted. The function close(…) called on an handle opened with O_NONBLOCK should not block. The problem occurred with a CDC/ACM device.
|
2017-05-10 07:59:58 -06:00 |
|
Gregory Nutt
|
de6bffe713
|
Update some README files
|
2017-05-09 11:32:44 -06:00 |
|
Alan Carvalho de Assis
|
13f1ba03d5
|
Photon: Add README file
|
2017-05-08 13:14:21 -06:00 |
|
Gregory Nutt
|
e4b71a06bb
|
Update the C coding standard.
|
2017-05-06 15:20:25 -06:00 |
|
Sebastien Lorquet
|
e1df34912d
|
Documentation
|
2017-04-28 18:15:56 +02:00 |
|
Gregory Nutt
|
2f9028b547
|
Remove all remaining references to setenv.h and setenv.bat.
|
2017-04-26 10:28:37 -06:00 |
|
Gregory Nutt
|
d9c266c71b
|
Trivial change to document.
|
2017-04-19 06:23:13 -06:00 |
|
Gregory Nutt
|
e7a1847d08
|
Coding style: Minor updates to last commit.
|
2017-04-18 16:46:23 -06:00 |
|
Gregory Nutt
|
0a457a1b20
|
Coding standard: Defining structures within the scope of another structure is discouraged.
|
2017-04-18 16:29:49 -06:00 |
|
Gregory Nutt
|
8a5ed57262
|
Nucleo-F072RB: Add directory and README file.
|
2017-04-18 08:16:21 -06:00 |
|
Gregory Nutt
|
13e3e79183
|
Update coding standard document to discuss un-named structure fields.
|
2017-04-17 13:17:35 -06:00 |
|
Gregory Nutt
|
0652cbfd12
|
Update TODO list and README files.
|
2017-04-15 07:40:14 -06:00 |
|
Gregory Nutt
|
fffdba0835
|
Revert "Add a placeholder for nucleo-64 boards. Currently these are in various directories nucleo-f303re, nucleo-f334r8, and nucleo-l476rg but need to be consolidated here because these are all the same boards."
This reverts commit 935cc4e3de .
|
2017-04-14 17:15:58 -06:00 |
|
Gregory Nutt
|
935cc4e3de
|
Add a placeholder for nucleo-64 boards. Currently these are in various directories nucleo-f303re, nucleo-f334r8, and nucleo-l476rg but need to be consolidated here because these are all the same boards.
|
2017-04-14 13:30:36 -06:00 |
|
Gregory Nutt
|
ee6700dbc7
|
Update README's and some comments.
|
2017-04-08 07:30:20 -06:00 |
|
David Sidrane
|
0de787b558
|
Document set [{+|-}{e|x|xe|ex}] [<name> <value>]
|
2017-04-05 18:28:54 -06:00 |
|
Gregory Nutt
|
b07d3fc305
|
Rename CONFIG_MUTEX_TYPES to CONFIG_PTHREAD_MUTEX_TYPES
|
2017-03-27 09:08:14 -06:00 |
|
Gregory Nutt
|
2ec72c8f94
|
Clicker2-STM32: Add a README file
|
2017-03-23 11:17:43 -06:00 |
|
Gregory Nutt
|
1e9bc166d4
|
XMC4500 Relax: Add README.txt file. Fix some comments.
|
2017-03-21 10:02:23 -06:00 |
|
Gregory Nutt
|
ced2bb1d94
|
Update documentation in preparation for NuttX-7.20 release.
|
2017-03-08 10:49:51 -06:00 |
|
Gregory Nutt
|
0fc226dd53
|
Changes from review of last PR
|
2017-02-19 14:58:37 -06:00 |
|
Gregory Nutt
|
6c6d649b7c
|
Update document
|
2017-02-16 17:18:50 -06:00 |
|
Gregory Nutt
|
5c94f64dee
|
Update document
|
2017-02-16 16:54:03 -06:00 |
|
Gregory Nutt
|
68053f88e5
|
Update READMEs and TODO list
|
2017-02-14 06:18:18 -06:00 |
|
Gregory Nutt
|
c19aa094e1
|
C Library: Add setbuf() which is a trivial wrapper around setvbuf().
|
2017-02-09 15:04:53 -06:00 |
|
Gregory Nutt
|
085dcf92e3
|
Update Coding Standard and some Kconfig comments.
|
2017-02-09 12:57:44 -06:00 |
|
Gregory Nutt
|
0df1c556dc
|
drivers/lcd: ssd1306_configspi() must have global scope.
|
2017-02-09 07:45:25 -06:00 |
|
Gregory Nutt
|
62a1f6f110
|
up_timer_initialize() is named incorrectly. The prefix should be the architecture name, not up_ since it is private to the architecture. up_timerisr() is similarly misnamed and should also be private since it is used only with the xyz_timerisr.c files. Also updat TODO list.
|
2017-02-07 10:35:04 -06:00 |
|
Gregory Nutt
|
8d961ee137
|
Merge branch 'softlink'
|
2017-02-05 14:57:55 -06:00 |
|
Gregory Nutt
|
47ddfa346d
|
Soft links: Eliminate in-stack allocation of path working buffer needed for traversal fo paths with soft links.
|
2017-02-05 14:57:38 -06:00 |
|
Gregory Nutt
|
a5b46b788b
|
Update Document
|
2017-02-05 10:34:38 -06:00 |
|
Gregory Nutt
|
b39d962021
|
Soft links: Update Documentation, rename file, add system calls
|
2017-02-02 17:11:08 -06:00 |
|
Gregory Nutt
|
2a4791f4ee
|
Removed dmasupported() method from the SDIO interface. That is now a bit in the cpapability set.
|
2017-01-31 09:51:15 -06:00 |
|
Gregory Nutt
|
9ac00a355f
|
Add capabilities() method to SDIO interface. Remove CONFIG_SDIO_WIDTH_D1_ONLY. That should not be a global propertie, but rather a capability/limitation of single slot when there may be multiple slots.
|
2017-01-31 09:16:01 -06:00 |
|
Gregory Nutt
|
02146758ef
|
Update Documentation as prep for NuttX-7.19 release.
|
2016-12-26 13:46:34 -06:00 |
|
Gregory Nutt
|
f8f2c00415
|
Olimex STM32 P407: Update clocking using STM3250G; Verify GPIOs.
|
2016-12-21 10:45:36 -06:00 |
|
Gregory Nutt
|
f063e4c5ac
|
Remove Calypso architecture support and support for Calypso SERCOMM driver.
|
2016-12-13 18:35:52 -06:00 |
|
Gregory Nutt
|
d9e040d76b
|
Remove all Calypso board configurations
|
2016-12-13 18:24:49 -06:00 |
|
Gregory Nutt
|
dcb15e6ae4
|
More trivial documentation updates.
|
2016-12-12 08:23:35 -06:00 |
|
Gregory Nutt
|
8f76bacc55
|
Add hyprlinks to a document
|
2016-12-12 08:18:38 -06:00 |
|
Gregory Nutt
|
9617ac8b50
|
Trivial fix to document
|
2016-12-12 06:54:38 -06:00 |
|
Gregory Nutt
|
e6fac360c6
|
Update user manual
|
2016-12-11 14:34:11 -06:00 |
|
Gregory Nutt
|
5d99a37ab7
|
Update user manual
|
2016-12-11 13:40:26 -06:00 |
|
Gregory Nutt
|
d648f9c8b4
|
Add task_testcancel()
|
2016-12-10 16:34:14 -06:00 |
|
Gregory Nutt
|
f132960789
|
Add task_setcanceltype()
|
2016-12-10 16:06:14 -06:00 |
|
Gregory Nutt
|
5fb207eb36
|
Add task_setcancelstate()
|
2016-12-10 15:16:46 -06:00 |
|
Gregory Nutt
|
698597a838
|
task_delete() now obeys all cancellation point semantics.
|
2016-12-10 14:39:19 -06:00 |
|
Gregory Nutt
|
16be9b332e
|
More cancellation points
|
2016-12-09 15:17:58 -06:00 |
|
Gregory Nutt
|
d8783a7345
|
Update Documentation
|
2016-12-09 14:41:54 -06:00 |
|
Gregory Nutt
|
9f323692f4
|
Update README files
|
2016-12-04 07:07:39 -06:00 |
|
Gregory Nutt
|
c0cbea2550
|
Remove RGMP and RGMP drivers.
|
2016-12-02 09:49:33 -06:00 |
|
Gregory Nutt
|
96e7d1c310
|
Update REAMME
|
2016-11-14 16:41:37 -06:00 |
|
Gregory Nutt
|
5a9d3b20fa
|
LM32: Add README. Update hello defconfig and setenv.sh
|
2016-11-04 17:19:42 -06:00 |
|
Alan Carvalho de Assis
|
51f345ff88
|
Add basic support to Micromint Bambino 200E board. This includes contributions from Jim Wolfman.
|
2016-11-01 14:42:54 -06:00 |
|
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 |
|