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
Gregory Nutt
599c7963e8
Took too much out of tools/mkconfig.c recently.
2016-06-30 13:31:40 -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
378b22ec07
binfmt: Remove PCODE dependency on apps/pcode.h
2016-06-30 11:25:59 -06:00
Gregory Nutt
7f296f9226
Update ChangeLog
2016-06-30 08:02:32 -06:00
Sebastien Lorquet
d329f117e7
Here is a missing register def for STM32L4 after support for dual RX. Thanks to Paul for porting the CAN improvements to both STM32 targets.
2016-06-30 07:11:26 -06:00
Gregory Nutt
8e7db75439
Fix typos in a comment
2016-06-30 07:07:40 -06:00
Gregory Nutt
55cb1071a0
Merged in paulpatience/nuttx/stm32_can (pull request #84 )
...
stm32_can
2016-06-29 15:12:11 -06:00
Paul A. Patience
20c611c12b
STM32 CAN: Bitfield definitions should be unsigned
...
Shifting 1 by 31 is undefined behaviour because 1 is signed.
We should probably use 1ul instead of 1 everywhere else,
but for now this silences a compiler warning.
2016-06-29 13:59:33 -04:00
Paul A. Patience
52a4a20efb
STM32L4 CAN: Port support for both RX FIFOs from STM32 CAN
2016-06-29 13:59:29 -04: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
Michael Spahlinger
329c760f17
SAMV7: CAN Message Filtering fixed
...
- Bugfix: stdfilters didn't work because the filter was never enabled (wrong number of bits to shift)
- Bugfix: Filters were never used because the configuration register cannot be written without using the initialization mode
Both bugs are fixed by this patch. Filtering has been tested with both standard and extended identifiers and is now working properly.
2016-06-29 08:48:11 -06:00
Gregory Nutt
6aa067e929
Mostly costmetic changes from review of last PR
2016-06-29 07:33:30 -06:00
Gregory Nutt
f82fafaa2b
Merged in david_s5/nuttx/upstream_nucleo-144 (pull request #83 )
...
Upstream_nucleo 144
2016-06-29 07:22:28 -06:00
David Sidrane
e58b67b946
Added STM32F7 DBGMCU
2016-06-28 17:23:44 -10:00
David Sidrane
1a39783e0f
Reformated and using real sizes
2016-06-28 16:43:23 -10:00