Gregory Nutt
e013eb68de
Fix minor typo in a document
2017-10-12 16:41:36 -06:00
Gregory Nutt
24feeb7b8c
Update porting guide.
2017-10-12 12:22:32 -06:00
Gregory Nutt
bc2cded397
Squashed commit of the following:
...
binfmt: Fix some compilation issues introduced in previous changes. Verfied with the STM32F4-Discovery ELF configuration.
binfmt: schedule_unload() is an internal OS function and must not alter the errno variable.
binfmt: unload_module() is an internal OS function and must not alter the errno variable.
binfmt: load_module() is an internal OS function and must not alter the errno variable.
binfmt: exec_module() is an internal OS function and must not alter the errno variable.
2017-10-02 15:30:55 -06:00
Gregory Nutt
2e804e3bdb
Porting guide: Fix a typo
2017-08-30 08:48:15 -06:00
Gregory Nutt
c509fbbdab
Porting Guide: Add usage tip for reading CAN messages from the CAN driver without losing message.
2017-08-30 08:00:35 -06:00
Gregory Nutt
bbf4d5048a
work_queue() must cancel existing work prior to queuing new work, otherwise the work queue can become corrupted. Problem noted by Pascal Speck.
2017-08-28 07:46:48 -06:00
Gregory Nutt
316fde135c
Build System: It is no longer necessary to have a unique Make.defs file for each configuration. A board may share a common Make.defs file in the scripts directory.
2017-07-10 17:00:54 -06:00
Gregory Nutt
a469f0ef04
Documentation/: Remove dangling space at the end of lines.
2017-06-28 13:27:10 -06:00
Gregory Nutt
889d015172
Correct typos in a document.
2017-05-26 08:20:15 -06:00
Gregory Nutt
d764942e9d
Update README and a Document
2017-05-20 16:36:55 -06:00
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
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
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
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
f063e4c5ac
Remove Calypso architecture support and support for Calypso SERCOMM driver.
2016-12-13 18:35:52 -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
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
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
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
5ef3e3e215
Replace confusing references to uIP with just 'the network'
2016-05-30 11:52:07 -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
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
c964ab6b2b
Update URLs in documentation to account for removal of submodules
2016-04-10 08:54:21 -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
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
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
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
40a665c93f
Rename i2c_dev_s to i2c_master_s.
2016-01-30 08:36:31 -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
e4d0255c14
Update the porting guide
2015-11-20 08:43:19 -06:00