David Sidrane
4703a23171
kinetis.h edited online with Bitbucket
2016-10-10 15:56:02 +00:00
Gregory Nutt
79c9e25a12
include/nuttx/fs/nxffs.h: Needs forward reference to struct mtd_dev_s and needs to include stdbool.h
2016-10-09 14:07:19 -06:00
Gregory Nutt
e568b08b04
Update TODO list
2016-10-09 09:36:03 -06:00
Gregory Nutt
0fa7c62bf4
Update NuttX.html for 7.18 release
2016-10-08 11:47:19 -06:00
Gregory Nutt
693f513869
Update ReleaseNotes
2016-10-08 10:53:54 -06:00
Gregory Nutt
6ac51cb708
Update ChangeLog
2016-10-08 07:38:56 -06:00
Gregory Nutt
741e100dcf
Eliminate some warnings
2016-10-07 13:47:02 -06:00
Gregory Nutt
18791db758
Merged in jgraef-linetco/nuttx/bugfix/up_dma2dcreatelayer-return-value (pull request #142 )
...
dma2d: fix an error in up_dma2dcreatelayer where an invalid pointer was returned when a certain underlying function failed.
2016-10-07 07:42:34 -06:00
Jens Gräf
1d3abd17cc
dma2d: fix an error in up_dma2dcreatelayer where an invalid pointer was returned when a certain underlying function failed.
2016-10-07 13:42:24 +02:00
Alan Carvalho de Assis
49ee2631f7
Enable JTAG in stm32f103-minimum/userled configuration
2016-10-06 13:33:31 -06:00
Gregory Nutt
d61239e38f
stm32_modifycr2 should be available on all platforms is DMA is enabled.
2016-10-06 08:50:52 -06:00
Gregory Nutt
f34d5db094
More fixed related to name changes from CONFIG_WL_MFRC522 to CONFIG_CL_MFRC522. Also depends on CONFIG_CONTACTLESS. not CONFIG_WIRELESS.
2016-10-06 07:58:14 -06:00
Gregory Nutt
1fda0523da
CONFIG_CL_MFR522, not CONFIG_WL_MFR522
2016-10-06 07:44:17 -06:00
Gregory Nutt
f55bee5325
Update defconfig files
2016-10-06 07:44:17 -06:00
Gregory Nutt
6a0917ae7f
Eliminate warnings
2016-10-06 07:44:17 -06:00
Gregory Nutt
4f4b709ef5
configs/stm32l476-mdk/nsh: Remove CONFIG_CXX_INITIALIZE. up_cxxinitialize is not provided in apps/platfor for this board.
2016-10-06 07:08:50 -06:00
Gregory Nutt
2ce9415e96
Merged in raiden00/nuttx (pull request #141 )
...
configs/olimex-stm32-e407: Add some networking configurations
2016-10-06 06:56:05 -06:00
Mateusz Szafoni
796fbe834a
configs/olimex-stm32-e407: Add some networking configurations
2016-10-06 11:13:10 +02:00
Gregory Nutt
fc78eb6b28
Merged in david_s5/nuttx/master_l4_usbfix (pull request #140 )
...
Master l4 usbfix
2016-10-05 06:45:48 -06:00
David Sidrane
d4a8585d6f
Fixed L4 USB Driver by avoiding SETUPDONE and EPOUT_SETUP
2016-10-04 16:52:12 -10:00
David Sidrane
a416b304a3
Code Cleanup and conform to upstrem debug config
2016-10-04 16:51:47 -10:00
David Sidrane
e54a0cd3d0
Header cleanup
2016-10-04 16:51:32 -10:00
Gregory Nutt
419fd6e266
Merged in slorquet/nuttx/PR_nucleoenc (pull request #139 )
...
Add support for qencoders on various nucleo boards
2016-10-03 08:10:39 -06:00
Sebastien Lorquet
9dcecd4b15
Add support for qencoders on various nucleo boards
2016-10-03 16:07:20 +02:00
Gregory Nutt
06c70129ed
STM32L4: Remove dependencies on STM32 F3 from Kconfig
2016-10-02 16:05:13 -06:00
Gregory Nutt
d9181b55f1
Merged in slorquet/nuttx/stm32l4_qencoder (pull request #138 )
...
Add support for quadrature encoders on STM32L4, including gpio definitions for both directions of timer channels.
2016-10-02 16:00:26 -06:00
Sebastien Lorquet
d5ef349d9a
Add support for quadrature encoders on STM32L4
2016-10-02 23:26:16 +02:00
Alan Carvalho de Assis
53fa8b7296
configs/stm32f103-minimum: Add stm32_bringup support and userled example to STM32F103 Minimum board
2016-10-02 14:45:44 -06:00
Gregory Nutt
8669183852
sched/pthread and task: When a pthread is started, there is a small bit of logic that will run on the thread of execution of the new pthread. In the case where the new pthread has a lower priority than the parent thread, then this could cause both the parent thread and the new pthread to be blocked at the priority of the lower priority pthread (assuming that CONFIG_PRIORITY_INHERITANCE is not selected).
...
This change temporarily boosts the priority of the new pthread to at least the priority of the new pthread to at least the priority of the parent thread. When that bit of logic has executed on the thread of execution of the new pthread, it will then drop to the correct priority (if necessary) before calling into the new pthread's entry point.
2016-10-01 11:38:22 -06:00
Gregory Nutt
75104b0808
Remove duplicate function prototype from wrong header file
2016-10-01 10:56:42 -06:00
Gregory Nutt
0f7b9d643f
Correct statment in a document
2016-10-01 10:13:37 -06:00
Neil Hancock
ef475eb6a9
STM32 Ethernet: Correct typo in conditional logic
2016-10-01 07:32:41 -06:00
Vytautas Lukenskas
fd1de92016
There are some small problems in LPC43xx RS485 mode configuration. In particular: 1. UART0,2,3 do not have DTR pins (different from UART1), so, Kconfig needs to be adjusted. 2. lpc43_uart.c in RS485 mode only configures DIR pin, but doesn't enable pin output for UART0,2,3. 3. should be option to reverse DIR control pin output polarity. 4. lpc43xx/chip/lpc43_uart.h doesn't have USART3 definitions. NOTE: I didn't modified and didn't tested USART1, as it has different hardware. From Vytautas Lukenskas.
2016-09-30 08:51:49 -06:00
Gregory Nutt
937a83d9e4
Merged in young-mu/nuttx (pull request #137 )
...
Add a new ioctl command (set MAXPOS) for tiva QEI
2016-09-26 08:38:53 -06:00
Young
7f32019a76
Add a new ioctl command (set MAXPOS) for tiva QEI
2016-09-26 18:10:06 +08:00
Young
3de6c210dc
Merged nuttx/nuttx into master
2016-09-26 17:31:45 +08:00
Gregory Nutt
2da3da7fd6
Costmetic changes from review of last commit
2016-09-25 17:24:39 -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
25cd684012
Looks like I forgot to add some files in patch from a few days ago.
2016-09-22 11:12:10 -06:00
Petteri Aimonen
69577eb0b7
libnx/nxglib: Fix handling of near-horizontal lines of width 1 in nxgl_splitline(). Missing handling for degenerate condition caused width 1 lines such as (0, 0) - (100, 10) to have gaps in the drawing.
2016-09-22 11:09:06 -06:00
Gregory Nutt
93b48ea70f
Fix a logic error introduced with last commit
2016-09-22 08:50:47 -06:00
Gregory Nutt
8221c2da64
Corrects a bad assertion noted by Pierre-noel Bouteville. Also fixes a reference counting problem in an error condition: When the mountpoint inode is found but is not an appropriate mountpoint, the reference count on the inode was not being decremented.
2016-09-22 08:22:28 -06:00
Sagitta Li
9fa1024eef
vector table should have dimension NR_IRQS, not NR_IRQS+1
2016-09-22 07:56:12 -06:00
Gregory Nutt
cec2b61592
Merged in raiden00/nuttx (pull request #136 )
...
Remove GPIO_ETH_RMII_TX_CLK. TX_CLK is not present in RMII + sched/: Define 'group' even if HAVE_GROUPID is not set
2016-09-22 07:41:46 -06:00
Mateusz Szafoni
0bc154863e
sched/: Define 'group' even if HAVE_GROUPID is not set
2016-09-22 10:44:06 +02:00
Mateusz Szafoni
9742757f26
Remove GPIO_ETH_RMII_TX_CLK. TX_CLK is not present in RMII
2016-09-22 10:05:45 +02:00
Gregory Nutt
d2e03daeb1
Fix some strange spacing apparently introduced by tools/indent.sh
2016-09-21 16:06:05 -06:00
Gregory Nutt
54eee5b303
Review of PR 135
2016-09-21 09:36:39 -06:00
Gregory Nutt
28b4082020
Merged in young-mu/nuttx (pull request #135 )
...
Add QEI lower-half driver impl. for Tiva series chip
2016-09-21 09:16:57 -06:00
Young
cf99e50b7a
Add QEI lower-half driver impl. for Tiva series chip
2016-09-21 17:08:31 +08:00