Gregory Nutt
2279206f5f
Remove carriage returns from header file
2016-07-07 17:11:44 -06: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
ziggurat29
629ec2ca1f
Merged nuttx/nuttx into master
2016-07-07 14:16:12 -05: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
42820c0938
update usb dev/host controller drivers to reflect new(ish) logging standards; augment device enpoint and fifo allocation #defines to do more sanity checking, and be automatically adaptive to size changes. Update README.txt to reflect current status of the implementation.
2016-07-07 13:54:35 -05: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
1251721c12
Merged in ziggurat29/nuttx (pull request #86 )
...
cdcacm_unbind leaks write request objects. This arises due to freeing the
2016-07-07 11:22:16 -06:00
ziggurat29
2cadf783fd
cdcacm_unbind leaks write request objects. This arises due to freeing the
...
bulk IN endpoint before the loop that frees the requests via cdcasm_freereq.
That function checks the parameters and skips the freeing if either is NULL.
Freeing the bulk IN enpoint will cause the first param to be NULL, thereby
bypassing the free operation. To fix, I moved the release of the bulk IN
endpoint until after to loop (much as was the case for the OUT and read
requests, which did not exhibit the problem).
2016-07-07 12:02:23 -05:00
Gregory Nutt
550b7e12e3
Remove Eclipse-specific settings from .gitignore
2016-07-07 10:26:31 -06:00
Gregory Nutt
b3a73c3697
Remove newlines from .gitignore files
2016-07-07 10:25:13 -06:00
ziggurat29
e5b5512d11
Merged nuttx/nuttx into master
2016-07-07 10:36:27 -05:00
Gregory Nutt
c16500dfdb
STM32 timer. More clean up: Add all function prototypes. Reorder functions to match ordering in operations structure.
2016-07-06 14:24:59 -06:00
Gregory Nutt
7c568f249a
STM32: Various fixed to get a clean compile after integrating tickless mode. Mostly because patch came from an old version of NuttX.
2016-07-06 13:37:08 -06:00
Gregory Nutt
711f3318c5
STM32 timer: Reorganize to conform better with the NuttX coding style
2016-07-06 13:36:17 -06:00
Max Neklyudov
d8286a7f47
STM32: Add support for Tickless mode (two timer implementation)
2016-07-06 12:48:30 -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
88a03ae3ec
Break out internal interface psock_ioctl()
2016-07-06 07:30:09 -06:00
Gregory Nutt
2456014f34
Merged in paulpatience/nuttx/gpio (pull request #85 )
...
ioexpander/gpio: Add missing argument to gpin_read and gpout_read
2016-07-05 14:10:50 -06:00
Paul A. Patience
0690391d42
ioexpander/gpio: Add missing argument to gpin_read and gpout_read
2016-07-05 15:55:16 -04:00
Gregory Nutt
02b91d9880
Add a SYSLOG character device that can be used to re-direct output to the SYSLOG
2016-07-05 12:58:18 -06: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
3b825b3e00
Improve a debug assertion
2016-07-05 09:50:54 -06:00
Gregory Nutt
f1cf6731eb
Add raise to std:: namespace in csignal
2016-07-04 12:22:33 -06:00
Gregory Nutt
d7c55868b9
Update ChangeLog
2016-07-04 09:47:41 -06:00
Gregory Nutt
830af912a1
Add sig_raise()
2016-07-04 09:32:36 -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
3a594c07f8
Update TODO list
2016-07-03 15:13:32 -06:00
Gregory Nutt
4bb6bb2cc1
Update README and some comments
2016-07-03 11:20:14 -06:00
Gregory Nutt
a43edef229
Fix some URLs
2016-07-03 08:16:28 -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
ba8e6083bf
K64 pin mux fixes: No PIN_ALT1, use PIN_ANALOG. Remove GPIO pin mux definitions.
2016-07-02 13:22:11 -06:00
Gregory Nutt
f1d0214c61
K64 pinmap: Use uppercase to math k60 pin naming
2016-07-02 12:09:34 -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