Gregory Nutt
|
2baac3fcc7
|
Merged in rennerm/nuttx_canard/feature/stm32f4discovery-can (pull request #90)
Feature/stm32f4discovery can
|
2016-07-08 08:01:25 -06:00 |
|
Matthias Renner
|
3e83599382
|
add configuration files for canard
|
2016-07-08 10:49:46 +02:00 |
|
Gregory Nutt
|
da2d172ff1
|
Update README
|
2016-07-07 16:21:11 -06:00 |
|
Gregory Nutt
|
1a2ee220bb
|
CONFIG_APPS_DIR should not be defined in any base configuration
|
2016-07-07 16:03:10 -06:00 |
|
Gregory Nutt
|
aa31b4eae9
|
Disable DEBUG features be default in all configurations
|
2016-07-07 16:01:32 -06:00 |
|
Gregory Nutt
|
6f9a536ae8
|
Disable DEBUG features be default in all configurations
|
2016-07-07 15:58:26 -06:00 |
|
Gregory Nutt
|
4284546a87
|
STM32F476-Disco: Back DEBUG settings out of defconfig.
|
2016-07-07 15:46:17 -06:00 |
|
Gregory Nutt
|
722ab6abb3
|
Merged in ziggurat29/nuttx/stm32l4_usb (pull request #87)
Stm32l4 USB support
|
2016-07-07 13:08:33 -06:00 |
|
ziggurat29
|
7c428efa97
|
Merge branch 'master' into stm32l4_usb
Conflicts:
configs/stm32l476vg-disco/nsh/defconfig
|
2016-07-07 12:27:20 -05:00 |
|
Gregory Nutt
|
b3a73c3697
|
Remove newlines from .gitignore files
|
2016-07-07 10:25:13 -06:00 |
|
Gregory Nutt
|
4d8213870c
|
Freedom-K64F: Update Flash Clock divider. Flash clock must not exceed 24 Mhz
|
2016-07-06 12:11:26 -06:00 |
|
Gregory Nutt
|
c8d6707aaf
|
Freedom-K64F: Increase MCU clock to 120MHz
|
2016-07-06 11:03:27 -06:00 |
|
Matthias Renner
|
b5ef244b18
|
add can driver for stm32f4discovery
|
2016-07-06 17:35:58 +02:00 |
|
Gregory Nutt
|
a39ce80add
|
SYSLOG logic should use existing file interfaces, not re-invent them.
|
2016-07-05 12:12:44 -06:00 |
|
Gregory Nutt
|
88f1f42677
|
Remove an unnecessary (and incorrect) factor in conditional compilation
|
2016-07-03 15:26:27 -06:00 |
|
Gregory Nutt
|
83b0e85081
|
Freedom K64F: Add board_initialize() hooks and bringup C file like more contemporary board configurations
|
2016-07-03 15:14:43 -06:00 |
|
Gregory Nutt
|
4bb6bb2cc1
|
Update README and some comments
|
2016-07-03 11:20:14 -06:00 |
|
Gregory Nutt
|
5792491427
|
Remove configs/mt-db-x3, unfinished XMega port
|
2016-07-03 07:55:25 -06:00 |
|
Gregory Nutt
|
1bf745a841
|
Freedom K64F: Add pin configuration to use a serial Shield as the Serial Console.
|
2016-07-02 15:27:12 -06:00 |
|
Gregory Nutt
|
d31f0bd076
|
Fix some button definitions
|
2016-07-02 14:42:29 -06:00 |
|
Gregory Nutt
|
874c614117
|
Freedom K64F: Correct comments about VCOM serial console. Add pin multi-plexing disambiguaration for the VCOM UART pins.
|
2016-07-02 13:58:29 -06:00 |
|
Gregory Nutt
|
4ad7129ac9
|
Update README and some comments
|
2016-07-02 11:55:31 -06:00 |
|
Gregory Nutt
|
59de06f7f9
|
Update K64 pin multixplexing
|
2016-07-02 11:48:56 -06:00 |
|
Gregory Nutt
|
042c9d0b38
|
Update some C comments
|
2016-07-02 09:04:27 -06:00 |
|
Gregory Nutt
|
adbbca0bfc
|
Freedom K64F: Correct button support
|
2016-07-02 08:18:42 -06:00 |
|
Gregory Nutt
|
966a6d3ba2
|
Freedom K64F: Add user LED support.
|
2016-07-02 08:07:08 -06:00 |
|
Gregory Nutt
|
326be154ad
|
Freedom K64F: Update README.txt; add proper (auto) LED support
|
2016-07-02 07:56:43 -06:00 |
|
Gregory Nutt
|
750659cc2b
|
configs/freedom-k64f: More detailed review
|
2016-07-01 17:43:27 -06:00 |
|
Gregory Nutt
|
7a7998e4f9
|
Add support for the NXP Freedom-K64F board. This is primarily the work of Jordan Macintyre. I leveraged this code from https://github.com/jmacintyre/nuttx-k64f
|
2016-07-01 15:42:21 -06:00 |
|
Gregory Nutt
|
0f0258c922
|
STM3210e-eval: No such macro as warn(), change to swarn()
|
2016-06-30 17:42:26 -06:00 |
|
Gregory Nutt
|
aa96a1d2ec
|
Move the TZ/Olson zoneinfo data set from apps/system/zoneinfo to libc/zoneinfo
|
2016-06-30 15:40:37 -06:00 |
|
Gregory Nutt
|
a897fd4ccf
|
Eliminate use of apps/system/usbmonitor. Use drivers/usbmonitor instead.
|
2016-06-30 13:09:22 -06:00 |
|
Gregory Nutt
|
7c34a77b54
|
Move apps/system/usbmonitor to nuttx/drivers/usbmonitor
|
2016-06-30 12:24:33 -06:00 |
|
Gregory Nutt
|
8e7db75439
|
Fix typos in a comment
|
2016-06-30 07:07:40 -06:00 |
|
Gregory Nutt
|
fd9c9a7f4f
|
Add logic to support custom board directories that include a Kconfig file. During the context phase of the build, any Kconfig file in the custom board directory is copied into configs/dummy, replacing the existing Kconfig file with the target Kconfig file.
|
2016-06-29 11:53:00 -06:00 |
|
Gregory Nutt
|
6aa067e929
|
Mostly costmetic changes from review of last PR
|
2016-06-29 07:33:30 -06:00 |
|
David Sidrane
|
1a39783e0f
|
Reformated and using real sizes
|
2016-06-28 16:43:23 -10:00 |
|
David Sidrane
|
0aa571d359
|
Fix warnings
|
2016-06-28 12:45:08 -10:00 |
|
Gregory Nutt
|
32c6cd71bb
|
Refresh all SAMV71/SAME70 configurations
|
2016-06-28 15:40:10 -06:00 |
|
Gregory Nutt
|
4742999e45
|
Remove references to non-existent kostest from README.txt
|
2016-06-28 14:45:30 -06:00 |
|
Gregory Nutt
|
ac81ecf65b
|
Remove configs/stm32f746g-disco/netnsh. It does not build. Probably a corrupted, hand-editted defconfig file.
|
2016-06-28 14:43:58 -06:00 |
|
Gregory Nutt
|
71569b8d71
|
Eliminate some warnings
|
2016-06-28 13:40:06 -06:00 |
|
Gregory Nutt
|
723165d499
|
configs/spark: Fix warning because STM32_NSPI is not defined
|
2016-06-28 11:57:40 -06:00 |
|
Gregory Nutt
|
c1ba51be18
|
STM32 BBSRAM: Remove duplcate typedef; shorten some long lines.
|
2016-06-28 10:54:59 -06:00 |
|
Gregory Nutt
|
3ddecd460d
|
More name changes to conform with NuttX naming standard: No CamelCase names.
|
2016-06-28 10:10:26 -06:00 |
|
Gregory Nutt
|
f14ff4c4a1
|
A few naming changes to get code from last PR to conform to NuttX naming standard
|
2016-06-28 10:06:47 -06:00 |
|
Gregory Nutt
|
14a8bbbf22
|
Fix some conditional compilation that got hosed in last changes for review of PR
|
2016-06-28 10:00:09 -06:00 |
|
Gregory Nutt
|
c74269ced6
|
Significantly stylistic changes required after review of last PR
|
2016-06-28 09:37:21 -06:00 |
|
Gregory Nutt
|
0de3514af7
|
Merged in david_s5/nuttx/upstream_nucleo-144 (pull request #77)
Upstream_nucleo 144
|
2016-06-28 09:07:03 -06:00 |
|
Michael Spahlinger
|
ed1f3aec61
|
Fixed build of SAMV71-XULT/nsh. With the changes from 26f7b8c the build process of the default configuration did not succeed anymore. This is fixed by this commit.
|
2016-06-28 08:23:41 -06:00 |
|