Commit Graph

4398 Commits

Author SHA1 Message Date
Gregory Nutt
87530bf910 Enable /dev/zero and /dev/loop in sim/nsh configuration 2015-11-26 06:58:09 -06:00
Gregory Nutt
651bd9e8ad Rename CONFIG_LOOP to CONFIG_DEV_LOOP 2015-11-25 17:11:27 -06:00
Gregory Nutt
e687a9f1b9 sim/nsh: Enable NSH data command and extended time functions 2015-11-25 11:53:42 -06:00
Gregory Nutt
df431c1844 Merged in paulpatience/nuttx-boards/nucleo_f303re (pull request #22)
Nucleo F303RE: Comment out CONFIG_APPS_DIR
2015-11-25 10:18:23 -06:00
Gregory Nutt
6899f952d9 Merged in paulpatience/nuttx-boards/nucleo_f303re_serialrx (pull request #21)
Nucleo F303RE: Add serialrx configuration
2015-11-25 10:16:29 -06:00
Paul A. Patience
40c4dc435d Nucleo F303RE: Comment out CONFIG_APPS_DIR 2015-11-25 11:06:22 -05:00
Paul A. Patience
15e25b6664 Nucleo F303RE: Add serialrx configuration 2015-11-25 11:00:30 -05:00
Gregory Nutt
bdc6882499 Refresh a configuration 2015-11-25 08:12:14 -06:00
Frank Benkert
570b211f44 SAMV71-XULT: Fix some bad conditional compilation. From Frank Benkert 2015-11-24 06:25:27 -06:00
Gregory Nutt
175d248af1 Refresh all configurations that have SMARTFS enabled. They should have MKSMARTFS enabled for backward compatibility. 2015-11-23 11:20:47 -06:00
Gregory Nutt
8669312a65 Merged in marawan31/boards (pull request #20)
added unique id implementation for f4discovery
2015-11-22 12:57:06 -06:00
marawan31
af7cfebff9 added unique id implementation for f4discovery 2015-11-22 13:28:59 -05:00
Marawan Ragab
79e89e04d1 Merged nuttx/boards into master 2015-11-22 13:26:03 -05:00
Gregory Nutt
abb7171a89 SAMV71-XULT: Add hooks for testing the PCF85263 RTC 2015-11-21 07:14:05 -06:00
Gregory Nutt
0ca9047488 SAME70 Xplained: Update some PHY pin definitions 2015-11-19 17:16:11 -06:00
Gregory Nutt
e9abfb0de8 SAMV71-XULT: Add support for an external I2C RTC 2015-11-19 14:52:52 -06:00
Gregory Nutt
cedec09f8f SAME70 Xplained: Update README; switch to USART1 2015-11-19 12:15:13 -06:00
Gregory Nutt
5106a8a9ca SAME70 Xplained: Updated README 2015-11-19 10:25:08 -06:00
Gregory Nutt
f4213873f3 board_uniqueid should return a negated errno value on failure 2015-11-19 10:23:01 -06:00
Gregory Nutt
57d84a2143 Merged in marawan31/boards (pull request #19)
added unique id implementation for nucleo-f303re
2015-11-19 10:18:29 -06:00
Marwan Ragab
fb0145d0c8 added unique id implementation for nucleo-f303re 2015-11-19 11:11:12 -05:00
Gregory Nutt
046212dc4e Update README 2015-11-18 18:09:06 -06:00
Gregory Nutt
25251db103 SAME70-Xplained: Has only a single LED and a single push button 2015-11-18 16:45:29 -06:00
Gregory Nutt
faa9f50e53 Fix several build errors detected by tools/testbuil.sh, most configuration problems 2015-11-18 14:35:08 -06:00
Gregory Nutt
c154a4a1e2 Add basic support for the SAME70-Xplained board 2015-11-18 13:54:57 -06:00
Gregory Nutt
aa812f3838 SAMV7-XULT: Add an NSH protected build configuration. Untested on initial commit. 2015-11-18 11:45:01 -06:00
Gregory Nutt
67be368aa0 Rfress some configurations 2015-11-18 11:43:30 -06:00
Gregory Nutt
5773e78a16 In protected build, need to specify CPU configuration on GCC command line or we get the wrong libgcc 2015-11-18 11:43:00 -06:00
Gregory Nutt
91a8514774 Add a command to boardctl() to obtain a baord unique ID 2015-11-18 07:31:23 -06:00
Gregory Nutt
5937f9930d (Hopefully) cosmetic changes from review of recent merges for conformance to coding standard 2015-11-17 16:53:49 -06:00
Gregory Nutt
1a2191a8bf Merged in wail007/boards (pull request #18)
Added a lower-half timer driver for stm32 which is compatible with the upper-half driver located at /drivers/timers/timer.c
2015-11-17 16:29:26 -06:00
Wail Khemir
540a3b701a Added a lower-half timer driver for stm32 which is compatible with the upper-half driver located at /drivers/timers/timer.c 2015-11-17 17:09:10 -05:00
Gregory Nutt
3d8d2e23c8 Refresh configuration 2015-11-17 14:06:09 -06:00
Gregory Nutt
c376e14e88 Refresh Spark configurations 2015-11-16 13:26:31 -06:00
Alan Carvalho de Assis
0a3d0ec1f5 configs/stm32f429i-disco/src/stm32_nsh.c file calculated partition boundries based on page block sizes but mtd_partition is expecting calculations based on erase block size. From Alan Carvalho de Assis. 2015-11-16 10:44:54 -06:00
Gregory Nutt
06b48e5152 Update README 2015-11-13 15:56:16 -06:00
Gregory Nutt
dae831b7ba Update README file 2015-11-13 15:13:55 -06:00
Gregory Nutt
3fe1196ae8 SAMV71-XULT: Need to call sem_progmem_initialize() before using progmem MTD driver 2015-11-12 16:12:40 -06:00
Gregory Nutt
d20f61d2a8 SAMV7-XULT: Add support for a character device to access the on-chip FLASH programming memory 2015-11-12 16:02:18 -06:00
Gregory Nutt
894343834d Merged in paulpatience/nuttx-boards/nucleo_f303re_cxx (pull request #17)
Nucleo F303RE: Move C++ initialization from configs to apps/platform
2015-11-12 12:31:24 -06:00
Paul A. Patience
9cd90f3e6e Nucleo F303RE: Move C++ initialization from configs to apps/platform 2015-11-12 12:10:27 -05:00
Gregory Nutt
c9fc120511 SAMV71-XULT: Allow support for SmartFS again. Problem fixed 2015-11-11 14:28:01 -06:00
Gregory Nutt
041089ba5a Update README 2015-11-10 18:08:21 -06:00
Gregory Nutt
fbf203bb1f SAMV71-XULT: Add support for the NXFFS file system on QuadSPI 2015-11-10 17:42:56 -06:00
Gregory Nutt
fa637597a0 Merged in paulpatience/nuttx-boards/nucleo_f303re_uavcan (pull request #16)
Nucleo F303RE: Update UAVCAN configuration
2015-11-10 16:56:45 -06:00
Paul A. Patience
8452f6083a Nucleo F303RE: Update UAVCAN configuration 2015-11-10 17:38:27 -05:00
Gregory Nutt
5c31750c1c Merged in paulpatience/nuttx-boards/nucleo_f303re_can (pull request #15)
Nucleo F303RE: Update CAN configuration
2015-11-10 16:30:27 -06:00
Paul A. Patience
6163aea14a Nucleo F303RE: Update CAN configuration 2015-11-10 16:07:23 -05:00
Gregory Nutt
aca896045c SAMV71-XULT: Adapt for changes to s24fl_initialize() prototype 2015-11-10 11:31:42 -06:00
Gregory Nutt
e85baa6dde SAMV7-XULT: If no file system is specified for the S25FL1, wrap it as a character device 2015-11-09 09:33:41 -06:00