Commit Graph

353 Commits

Author SHA1 Message Date
Gregory Nutt
c089a2f241 Rename CONFIG_ARCH_HAVE_OTHER_UART to CONFIG_OTHER_UART_SERIALDRIVER 2016-05-25 10:48:33 -06:00
Gregory Nutt
e2e6ce3f1b Rename CONFIG_ARCH_HAVE_SCIn to CONFIG_SCIn_SERIALDRIVER 2016-05-25 10:46:55 -06:00
Gregory Nutt
2a87741e72 Rename CONFIG_ARCH_HAVE_UARTn to CONFIG_UARTn_SERIALDRIVER 2016-05-25 10:45:01 -06:00
Gregory Nutt
249a2e48e5 Rename CONFIG_ARCH_HAVE_USARTn to CONFIG_USARTn_SERIALDRIVER 2016-05-25 10:39:23 -06:00
Gregory Nutt
4b3e710af6 Add an argument to board_app_initialize() 2016-05-24 10:51:22 -06:00
Gregory Nutt
1ac3d2128a Trivial fix to comment 2016-05-11 17:20:14 -06:00
Gregory Nutt
422769e859 Update README. Improve some debug output. 2016-04-23 14:27:32 -06:00
Gregory Nutt
d4ac277df8 Mostly costmetic updates to comments, README 2016-04-23 13:26:52 -06:00
Gregory Nutt
f3499b173a VNC: Fix a memory clobblering bug 2016-04-23 10:21:49 -06:00
Gregory Nutt
fab5a71fe5 Add a VNC NxWM configuration to support further VNC testing 2016-04-23 08:21:15 -06:00
Gregory Nutt
3527a5a5d7 Update README.txt 2016-04-22 10:13:53 -06:00
Gregory Nutt
2a928cbdbe VNC: Verify RGB8 operation; samv71-xult: VNC configuration now uses RGB8 by defualt 2016-04-22 08:57:42 -06:00
Gregory Nutt
ceac1dcaee Update README 2016-04-21 16:15:56 -06:00
Gregory Nutt
c25a9b4833 Update a configuration 2016-04-21 13:19:15 -06:00
Gregory Nutt
7134652fea VNC: Fixes from debug. One issues is that VNC client is changing color formats after starting. That is now handled. 2016-04-20 09:47:02 -06:00
Gregory Nutt
65f21d0edb VNC: More updates from testing. There are issues with high rate, large TCP transfers. 2016-04-19 15:39:58 -06:00
Gregory Nutt
f3515a242d VNC: Implemented 3.8 protocol. Seems to be required by my RealVNC client 2016-04-19 08:33:16 -06:00
Gregory Nutt
5997373b55 VNC: Fix some obvious logic and coding errors found in early testing 2016-04-18 15:34:39 -06:00
Gregory Nutt
628dd9b181 SAMV71-Xult: Add a configuration that will be used to test VNC 2016-04-18 12:25:23 -06:00
Gregory Nutt
3b245d6092 SAMV7-XULT: Refresh configurations 2016-04-14 08:00:43 -06:00
Gregory Nutt
3228d32938 Correct permmisions on executable scripts 2016-04-10 09:11:59 -06:00
Gregory Nutt
7337e748de Merge in configs/ submodule 2016-04-10 07:57:59 -06:00
Frank Benkert
0d3a7f4085 SAMV71-XULT: make usb composite configuration compiling again 2016-03-31 14:14:36 -06:00
Gregory Nutt
ad61b7ab3e Remove all references to CONFIG_SYSTEM_SDCARD 2016-03-30 17:53:19 -06:00
Gregory Nutt
0334d4b4cd Rename usbmsc_archinitialize to board_usbmsc_initialize 2016-03-25 12:09:37 -06:00
Gregory Nutt
39326f3b96 Rename all occurrences of composite_archinitialize to board_composite_initialize 2016-03-25 11:16:38 -06:00
Gregory Nutt
a2620361df Add basic definitions for control of USB devices via boardctl() 2016-03-25 10:51:57 -06:00
Gregory Nutt
e5b0c0e502 Remove most unused references to CONFIG_NET_MULTICAST. Rename other uses of CONFIG_NET_MULTICAST to avoid naming comflicts. 2016-03-20 13:15:58 -06:00
Gregory Nutt
156904d030 Update all Atmel SAMxxx configurations 2016-03-08 17:07:12 -06:00
Frank Benkert
3ffbfcd150 SAMV71 and SAME70: Place the Main Oscillator Enable in the board.h 2016-03-04 12:30:54 -06:00
Gregory Nutt
f5c987a627 Change name IMX to IMX1 in configuration variable names to make room for i.MX6 2016-02-28 15:19:19 -06:00
Gregory Nutt
12c14ee718 Rename CONFIG_WIRELESS to CONFIG_DRIVERS_WIRELESS 2016-02-26 16:45:29 -06:00
Gregory Nutt
2c97a9cfc1 SAMV71 and SAME70 board: In sam_appinit.c, need to include sys/types. hf CONFIG_BOARD_INITIAILZE is not defineed. Noted by Matt Poppe. 2016-02-24 09:43:37 -06:00
Gregory Nutt
d73b5db5b5 Refresh configuration 2016-02-23 09:22:01 -06:00
Frank Benkert
f57b233489 Fix some SPI initialize function name changes that were missed with global SPI name changes 2016-02-23 07:37:36 -06:00
Gregory Nutt
a3ec78f6c8 Add support for LED driver to the SAMV7-XULT board support 2016-02-20 13:21:19 -06:00
Gregory Nutt
b36674b9d8 Trivial change to some comments 2016-02-15 13:47:37 -06:00
Gregory Nutt
1699561bb6 Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 12:37:46 -06:00
Gregory Nutt
6689a72fdb Refresh some configurations 2016-02-09 13:45:04 -06:00
Gregory Nutt
209edae56d Refresh a configuration 2016-02-08 15:11:26 -06:00
Gregory Nutt
9ed7d56a18 Building of xyz_appinit.c should depend on CONFIG_LIB_BOARDCTL, not CONFIG_NSH_ARCHINITIALIZE 2016-02-04 12:14:17 -06:00
Gregory Nutt
d5cbcc1293 I2C Tool: Now that the I2C tool uses a character driver, the I2C character drivers must be initialized in board bring-up logic 2016-02-02 14:22:54 -06:00
Gregory Nutt
a135df609f Rename up_i2c initialize and uninitialize functions using the correct MCU-specific naming 2016-02-02 12:25:14 -06:00
Gregory Nutt
6b449ac409 The I2C_TRANSFER method is no longer optional 2016-01-31 14:15:32 -06:00
Gregory Nutt
1615a5ead0 Remove I2C slave methods from I2C master interface; rename i2c_dev_s to i2c_master_s. 2016-01-30 08:35:50 -06:00
Gregory Nutt
2591281375 Move include/nuttx/i2c.h to include/nuttx/i2c/i2c_master.h 2016-01-30 08:00:01 -06:00
Gregory Nutt
bfe51e3bc7 Move xyz_cxxinitialize.c from nuttx/configs/abc/src to apps/platform/abc/ (where xyz is the processor family and abc is the board) 2016-01-29 11:35:48 -06:00
Gregory Nutt
656e730f8f apps/system/ramtron has been removed. 2016-01-27 10:39:30 -06:00
Gregory Nutt
e792b09830 For SAM MCUs, rename up_spiinitialize to sam_spibus_initialize 2016-01-26 13:03:12 -06:00
Gregory Nutt
4819fc2e8d I2C: Eliminate the I2C_WRITEREAD method 2016-01-26 10:24:36 -06:00