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 |
|
Gregory Nutt
|
aae9b2b40c
|
Update README
|
2015-11-07 11:47:38 -06:00 |
|
Gregory Nutt
|
2b8ecb042b
|
Fix naming of Spansion device, s25fl1 not st25fl1
|
2015-11-07 11:30:24 -06:00 |
|
Gregory Nutt
|
f2b3b65456
|
SAMV7-XULT: Update README
|
2015-11-07 11:25:58 -06:00 |
|
Gregory Nutt
|
4a28ff1abb
|
SAMV71-XULT: Add support for SmartFS on QuadFLASH
|
2015-11-05 11:26:30 -06:00 |
|
Gregory Nutt
|
9e687fae9e
|
Merged in paulpatience/nuttx-boards/nucleo_f303re_adc (pull request #14)
Nucleo F303RE: Add ADC
|
2015-11-05 09:24:54 -06:00 |
|
Paul A. Patience
|
f9ef91d180
|
Nucleo F303RE: Add ADC
|
2015-11-05 10:17:15 -05:00 |
|
Gregory Nutt
|
c8ee1c2061
|
STM32F429i-Discovery: Need to add pin disambiguation due to changes to pinmap header files
|
2015-11-01 17:40:30 -06:00 |
|
Gregory Nutt
|
8b9cbc05f6
|
Merged in paulpatience/nuttx-boards/nucleo_f303re_pwm (pull request #13)
Nucleo F303RE: Add PWM
|
2015-11-01 16:53:14 -06:00 |
|
Gregory Nutt
|
936c208af4
|
Renaming for better consistency
|
2015-11-01 16:26:50 -06:00 |
|
Gregory Nutt
|
109b4f496a
|
Fix some errors introduced into the Mirtoo configuration in the last commits
|
2015-11-01 16:26:41 -06:00 |
|
Paul A. Patience
|
ae748393ce
|
Nucleo F303RE: Add PWM
|
2015-11-01 17:13:03 -05:00 |
|
Gregory Nutt
|
9743e5997e
|
Mark function as static
|
2015-11-01 12:47:19 -06:00 |
|
Gregory Nutt
|
b28bd72a48
|
Standardize naming of user LEDs interface functions
|
2015-11-01 12:45:58 -06:00 |
|
Gregory Nutt
|
f56ed529e5
|
Remove prototypes for all user LED interfaces from board.h header files
|
2015-11-01 10:53:34 -06:00 |
|
Gregory Nutt
|
893bd9c7b5
|
Rename board_led_off to board_autoled_off
|
2015-11-01 09:10:08 -06:00 |
|
Gregory Nutt
|
78f19bbefb
|
Rename board_led_on to board_autoled_on
|
2015-11-01 09:07:36 -06:00 |
|
Gregory Nutt
|
88c506d843
|
Rename board_led_initialize to board_autoled_initiaize
|
2015-11-01 09:03:01 -06:00 |
|
Gregory Nutt
|
d0c332b5c9
|
Add file missed in last commit
|
2015-10-18 08:03:17 +08:00 |
|
Alan Carvalho de Assis
|
82bc95c340
|
Add board config to support MAX6675
|
2015-10-18 07:54:21 +08:00 |
|
Alan Carvalho de Assis
|
f2d07ad135
|
STM32F4-Discvovery: Add low level support for the Zero Cross driver. From Alan Carvalho de Assis
|
2015-10-13 07:35:09 -06:00 |
|
Gregory Nutt
|
8be7ddde34
|
Merged in paulpatience/nuttx-boards (pull request #12)
Nucleo F303RE and STM32F4-Discovery: Change how CAN GPIOs are configured
|
2015-10-09 16:44:41 -06:00 |
|
Paul A. Patience
|
a778cb3a49
|
STM32F4-Discovery: Configure CAN2 GPIOs if UAVCAN uses two interfaces
|
2015-10-08 15:49:52 -04:00 |
|
Paul A. Patience
|
dd468add8a
|
Nucleo F303RE and STM32F4-Discovery: Configure CAN GPIOs in stm32_boardinitialize() instead of in board_app_initialize()
|
2015-10-08 13:18:32 -04:00 |
|
Gregory Nutt
|
5704609d03
|
Merged in paulpatience/nuttx-boards (pull request #11)
Nucleo F303RE and STM32F4-Discovery: Configure CAN GPIOs in board_app_initialize
|
2015-10-07 14:03:07 -06:00 |
|