Gregory Nutt
|
b750df8f46
|
Removes last of duplicat Make.defs files.
|
2017-07-11 09:57:57 -06:00 |
|
Gregory Nutt
|
771cbc8e3a
|
Partial conversion of defconfig files to compressed format
|
2017-07-09 18:24:03 -06:00 |
|
Gregory Nutt
|
a469f0ef04
|
Documentation/: Remove dangling space at the end of lines.
|
2017-06-28 13:27:10 -06:00 |
|
Gregory Nutt
|
cd54a0340f
|
Fix a typo. And typo in Kconfig file is reflect in all defconfig files.
|
2017-06-15 14:29:09 -06:00 |
|
David Sidrane
|
611612c6f2
|
freedom-k66f:Use SPI driver.
Initalize SPI1 on connector J6. No real use, as of yet.
|
2017-06-13 17:46:57 -10:00 |
|
David Sidrane
|
fbea5abef0
|
freedom-k66f:Refreshed config
|
2017-06-13 17:46:57 -10:00 |
|
David Sidrane
|
5b07459af1
|
Freedom-k66f:Refreshed config
|
2017-06-06 14:38:59 -10:00 |
|
Gregory Nutt
|
b0fda33e13
|
Kconfig: Rename CONFIG_ARM_TOOLCHAIN_IAR to CONFIG_ARCH_TOOLCHAIN_IAR
|
2017-05-13 16:01:38 -06:00 |
|
Gregory Nutt
|
6e4918c557
|
Remove CONFIG_ARM_TOOLCHAIN_GNU; replace with CONFIG_ARCH_TOOLCHAIN_GNU
|
2017-05-13 13:28:15 -06:00 |
|
Gregory Nutt
|
0de294a586
|
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
|
2017-05-11 13:35:56 -06:00 |
|
Gregory Nutt
|
2043e1a114
|
IOBs: Move from driver/iob to a better location in mm/iob
|
2017-05-09 07:35:30 -06:00 |
|
Sebastien Lorquet
|
35b3abc6b2
|
kinetis boards
|
2017-04-28 18:26:39 +02:00 |
|
Gregory Nutt
|
9aac1dd44d
|
configs: Remove all setenv.bat files. Remove all references to setenv.sh and setenv.bat from all config README files.
|
2017-04-26 10:12:13 -06:00 |
|
Gregory Nutt
|
1620ff05f4
|
Remove all setenv.sh files.
|
2017-04-26 07:49:37 -06:00 |
|
Gregory Nutt
|
bfb93338f6
|
Move net/iob to drivers/iob so that the I/O buffering feature can be available to other drivers when networking is disabled.
|
2017-04-20 16:08:49 -06:00 |
|
Gregory Nutt
|
bcc6b61fc1
|
Move include/nuttx/net/iob.h to include/drivers/iob.h; rename CONFIG_NET_IOB to CONFIG_DRIVERS_IOB
|
2017-04-20 14:53:30 -06:00 |
|
Gregory Nutt
|
77f980e676
|
Buttons: Correct some comments left after last button-related change: 32- vs 8-bit bit set.
|
2017-04-09 14:44:49 -06:00 |
|
Gregory Nutt
|
f9e402018b
|
Buttons: Change return value of board_buttons() and the type of btn_buttonset_t to uint32_t so that more than 8 buttons can be supported.
|
2017-04-09 07:22:49 -06:00 |
|
Gregory Nutt
|
c071e2a30c
|
Make sure that CONFIG_PTHREAD_MUTEX_ROBUST=y is selected every configuration that enabled pthreads.
|
2017-03-27 09:21:03 -06:00 |
|
Gregory Nutt
|
b07d3fc305
|
Rename CONFIG_MUTEX_TYPES to CONFIG_PTHREAD_MUTEX_TYPES
|
2017-03-27 09:08:14 -06:00 |
|
Gregory Nutt
|
b808084e57
|
Move wireless IOCTLs from include/nuttx/net/ioctl to include/nuttx/wireless/wireless.h. Add some linux compatible structures to use with the IOCTL commands.
|
2017-03-13 09:51:31 -06:00 |
|
Gregory Nutt
|
c428661e18
|
apps/examples/usbterm is gone because it can be configured to perform an illegal call into the OS. Remove all traces of CONFIG_EXAMPLES_USBTERM* and all of the illegal device support.
|
2017-03-09 15:39:28 -06:00 |
|
Gregory Nutt
|
d0813aa0c5
|
Refresh all ARM configurations
|
2017-03-09 10:23:41 -06:00 |
|
David Sidrane
|
2700fd9e81
|
Kinetis:Allow Board to add Pullups on SDHC lines
|
2017-03-09 05:30:02 -10:00 |
|
Gregory Nutt
|
f8ef544c34
|
K66 Buttons: Missing definition of 'ret'
|
2017-03-03 15:07:38 -06:00 |
|
Gregory Nutt
|
4c82827ab1
|
board_button_irq: Button IRQ logic no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
|
2017-03-02 14:37:22 -06:00 |
|
Gregory Nutt
|
34a2839244
|
Kinetis GPIO: Pin IRQ logic no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
|
2017-03-02 11:33:03 -06:00 |
|
Gregory Nutt
|
67de2e5f66
|
Add argument to STM32 EXTI interrupt handlers.
|
2017-02-27 14:21:30 -06:00 |
|
Gregory Nutt
|
2321560690
|
More missing argument paramters in interrupt handlers.
|
2017-02-27 08:06:07 -06:00 |
|
Gregory Nutt
|
6e2ee2b07f
|
Kinetis: GPIO interrupt handling needs handler argument.
|
2017-02-27 07:20:21 -06:00 |
|
Gregory Nutt
|
c8018f2b09
|
Freedom K66F: Fix a compilation error. Was including the wrong chip.h
|
2017-02-25 12:11:15 -06:00 |
|
Gregory Nutt
|
90e63ba18e
|
Purely cosmetic changes from review of last PR.
|
2017-02-25 11:43:05 -06:00 |
|
David Sidrane
|
0cbc03255c
|
Kinetis:Add LPUART and Clock configuartaion to freedom-k66f board
Pin out LPUART0 for testing
Define BOARD_SOPT2_PLLFLLSEL ti select MCGPLLCLK
Define BOARD_SIM_CLKDIV3_FREQ etal to provide BOARD_LPUART0_FREQ
|
2017-02-25 07:05:34 -10:00 |
|
Gregory Nutt
|
4539988d00
|
Removed CONFIG_LIBC_ARCH_BZERO. bzero() is a deprecated interface. There are no architecture-specific replacements and, if there were, they should replace memset(), not bzero().
|
2017-02-22 10:41:49 -06:00 |
|
David Sidrane
|
40c4e1c94d
|
Kinetis refreshed freedom-k66f nsh config
|
2017-02-15 13:42:36 -10:00 |
|
David Sidrane
|
ec9fda4c8c
|
Kinetis:Freedom-K66F uses ENET_1588_CLKIN as RMII clock
|
2017-02-15 13:42:36 -10:00 |
|
David Sidrane
|
acc8c4bf28
|
Kinetis: Define FTM3 Pins
|
2017-02-15 13:42:36 -10:00 |
|
David Sidrane
|
81345c9d42
|
Kinetis: Updated Freedom-K66F Readme
|
2017-02-14 09:15:42 -10:00 |
|
David Sidrane
|
3fb6064efe
|
Kinteis: Freedom-K66F refreshed config
Update Console to match README.txt
|
2017-02-14 09:15:42 -10:00 |
|
David Sidrane
|
82e93bb3f0
|
Kinetis: Map Freedom-K66F Ethernet pins
|
2017-02-14 09:15:23 -10:00 |
|
David Sidrane
|
f56e0a43a4
|
Inital commit of NXP Freedom-k66f development board
|
2017-02-13 14:35:51 -10:00 |
|