Gregory Nutt
d6a035d581
Update ChangeLog
2015-12-06 09:31:07 -06:00
Gregory Nutt
8f55ec5c69
SAMV7: Port the WDT driver from the SAMA5 to the SAMV7
2015-12-06 09:29:51 -06:00
Gregory Nutt
cbd9de2421
Update ChangeLog
2015-12-06 08:56:23 -06:00
Gregory Nutt
347bb86045
SAMV7: Port SAMAD5 TRNG driver to the SAMV7
2015-12-06 08:53:31 -06:00
Pierre-noel Bouteville
6549d6a45b
Merged nuttx/arch into master
2015-12-06 12:45:02 +01:00
Gregory Nutt
5adb77cb51
SAME70-Xplained: Updates using Arduino serial (UART3).
2015-12-05 16:13:29 -06:00
Gregory Nutt
59b912477e
Fix some warnings: Mismatched prototypes
2015-12-05 10:36:00 -06:00
Gregory Nutt
3afc0799ad
Eliminate a warning
2015-12-05 10:35:11 -06:00
Gregory Nutt
7bcb86a154
Prep for 7.13 release
2015-12-05 08:26:14 -06:00
Gregory Nutt
6445803330
Update NuttX.html for 7.13 release
2015-12-05 08:25:27 -06:00
Gregory Nutt
d4e8e85a85
Upate submodule
2015-12-04 12:37:59 -06:00
Gregory Nutt
5480d18026
Port logic to enable PCK6 in tickless mode from the samv71-xult to the same70-xplained
2015-12-04 12:37:00 -06:00
Gregory Nutt
745a16db48
Update ChangeLog
2015-12-04 10:55:04 -06:00
Gregory Nutt
2e8e851d99
SAMV7-XULT: If Tickless mode is selected then enabled PCK6 as a timer/counter clock source
2015-12-04 10:53:34 -06:00
Gregory Nutt
52601d9da8
SAMV7: Add support for PCK6 as a timer/counter clock source
2015-12-04 10:49:20 -06:00
Lok Tep
82c865e2b0
init global interrupt in timer mode
2015-12-04 10:23:29 +01:00
Gregory Nutt
1f17ba860a
Update some README files
2015-12-03 15:36:23 -06:00
Gregory Nutt
2726f0ac7c
USB serial driver Kconfig: Select default sizes for serial buffers so that the can hold even multiples of the max packet size.
2015-12-03 14:17:41 -06:00
Gregory Nutt
9d769f6056
SAMV7: Extend programmable clock support for queries about the PCK configuration
2015-12-03 14:11:39 -06:00
Gregory Nutt
98c401a1f4
Update ChangeLog
2015-12-03 10:23:32 -06:00
Gregory Nutt
8c4302f75d
Bring programmable clock logic from SAMA5 to SAMV7
2015-12-03 10:22:11 -06:00
Gregory Nutt
734144ad66
Update READMEs
2015-12-03 09:52:50 -06:00
Gregory Nutt
f04287305d
Update README
2015-12-02 18:54:17 -06:00
Gregory Nutt
a77786ddf1
Update submodules
2015-12-02 18:09:57 -06:00
Gregory Nutt
1399e00166
SAMV7: Fix some issues with lost timer/counter interrupts
2015-12-02 18:09:23 -06:00
Gregory Nutt
216f762e56
Update README
2015-12-02 15:54:20 -06:00
Gregory Nutt
2300273a07
SAMV7 TC: Some trivial improvements
2015-12-02 15:53:51 -06:00
Gregory Nutt
a43c294652
Update ChangeLog
2015-12-02 14:10:24 -06:00
Gregory Nutt
9a54702d99
SAMV7: Revise timer driver. SAMA5 has one pid/interrupt per timer/counter; SAMV7 has a pid/interrupt per channel
2015-12-02 14:09:34 -06:00
Gregory Nutt
7be7579f59
Back out 522f95abe87d71c7025f2f358a8f350134e284b2: What was I thinking?
2015-12-02 10:47:32 -06:00
Gregory Nutt
7d3d49e227
Upate submodules
2015-12-02 09:22:58 -06:00
Gregory Nutt
4991f94792
Update README files
2015-12-02 09:22:26 -06:00
Gregory Nutt
192772b7ee
SAMV7: Add support for CONFIG_SCHED_TICKLESS_LIMIT_MAX_SLEEP
2015-12-02 09:21:34 -06:00
Gregory Nutt
99c460a696
Upate README files
2015-12-02 08:37:42 -06:00
Gregory Nutt
d166dda8f6
Update ChangeLog
2015-12-02 08:28:32 -06:00
Gregory Nutt
3ce3dbc6ed
SAMV7: Ported tickless logic from the SAMA5/SAM4CM to the SAMV7
2015-12-02 08:26:33 -06:00
Gregory Nutt
02c57c22f8
SAMA5: Misc clean from review while porting some logic to the SAMV7
2015-12-02 08:25:23 -06:00
Gregory Nutt
f4978c12d5
Update ChangeLog
2015-12-02 07:19:36 -06:00
Gregory Nutt
bda05b312e
SAMV7: Port the SAMA5 timer/counter driver to the SAMV7
2015-12-02 07:18:25 -06:00
Gregory Nutt
975ea3e677
SAMA5: Fix a typo in timer/counter setup
2015-12-02 07:17:17 -06:00
Lok Tep
f02d3808a3
compile spifi with vpath
2015-12-02 12:51:45 +01:00
Gregory Nutt
08213f830d
poll() and select() should not be built if poll() is disabled
2015-12-02 05:30:52 -06:00
Gregory Nutt
6734c91a05
SAMV7 USB: Add some warnings to avoid certain bad configuration selections
2015-12-02 05:30:10 -06:00
Gregory Nutt
acd3b47def
Fix problem in last change to the procfs: Forgot to save the reallocated table pointer!
...
Also added warnings: There are some concurrency issues in the current implementation if you try to modify the procfs data structures will the procfs is mounted and possibly busy.
2015-12-02 05:20:02 -06:00
Gregory Nutt
dd482c3f8b
New procfs entries must be added BEFORE the procfs is mounted
2015-12-02 05:18:10 -06:00
Gregory Nutt
db6eeed3a6
procfs: Using wrong reallocator
2015-12-01 17:06:40 -06:00
Gregory Nutt
7483ed38ce
Fix some procfs registration typos
2015-12-01 16:31:40 -06:00
Gregory Nutt
754aace61b
STM32: CCM procfs more typos
2015-12-01 16:28:14 -06:00
Gregory Nutt
eaa113a284
Update submodule
2015-12-01 16:21:11 -06:00
Gregory Nutt
bc74aa322b
STM32: Fix a couple of typos in STM32 CCM procfs
2015-12-01 16:20:51 -06:00