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
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
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
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
Gregory Nutt
f73b97c3b2
arch/arm/kinetis: Completes moving register header files to kinetis/chip directory with all K64 changes.
2016-07-01 15:00:04 -06:00
Gregory Nutt
bccd2ec219
arch/arm/kinetis: Still moving register header files to kinetis/chip directory; still incorporating K64 differences.
2016-07-01 14:07:14 -06:00
Gregory Nutt
c8793637ee
Add some conditional compilation to handle improper inclusion of header file
2016-07-01 13:24:31 -06:00
Gregory Nutt
4acd296926
arch/arm/kinetis: Still moving register header files to kinetis/chip directory; still incorporating K64 differences.
2016-07-01 13:15:29 -06:00
Gregory Nutt
4f64634694
arch/arm/kinetis: Still moving register header files to kinetis/chip directory; still incorporating K64 differences.
2016-07-01 12:36:09 -06:00
Gregory Nutt
62a9b10b3d
arch/arm/kinetis: Still moving register header files to kinetis/chip directory; still incorporating K64 differences.
2016-07-01 11:55:15 -06:00
Gregory Nutt
91dd3306c8
arch/arm/src/kinetis: Add basic support for the K64 family. Still moving register definition files to the kinetis/chip subdirectory.
2016-07-01 11:24:41 -06:00
Gregory Nutt
71ff84b96a
arch/arm/src/kinetis: Create a chip sub-directory as with other architectures. Start moving some headers... a lot more still be be moved.
2016-07-01 08:48:57 -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
5b6fafb3f5
Several MTD FLASH drivers nullify the freed 'priv' structure and failed to return NULL as stated in the comments. Result, will operate on a NULL pointer later. Noted by David Sidrane.
2016-06-30 17:49:53 -06:00
Gregory Nutt
bde90de12f
Fix libc/zoneinfo build
2016-06-30 16:20:43 -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