Subdirectory provided by Embedded Artists

Dependencies:   DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos mbed-src

Dependents:   lpc4088_displaymodule_hello_world_Sept_2018

Fork of DMSupport by Embedded Artists

History

To demonstrate a problem with the dm_board_config.h file - the project will not build if it is in its normal place in the root directory, but builds OK if I copy it to the DMSupport subdirectory. default tip

2018-10-04, by jmitc91516 [Thu, 04 Oct 2018 08:30:19 +0000] rev 41

To demonstrate a problem with the dm_board_config.h file - the project will not build if it is in its normal place in the root directory, but builds OK if I copy it to the DMSupport subdirectory.


Updated USBDevice, mbed-src and mbed-rtos libraries to latest version. Fixed compiler errors related to us_ticker_read() that was introduced in latest mbed-src version.

2015-06-10, by alindvall [Wed, 10 Jun 2015 09:54:15 +0000] rev 40

Updated USBDevice, mbed-src and mbed-rtos libraries to latest version. Fixed compiler errors related to us_ticker_read() that was introduced in latest mbed-src version.


Added display frame rate setting. Updated used libraries.

2015-04-28, by alindvall [Tue, 28 Apr 2015 11:47:20 +0000] rev 39

Added display frame rate setting. Updated used libraries.


- Added a new class GPDMA to allow multiple users of DMA

2015-04-15, by embeddedartists [Wed, 15 Apr 2015 09:41:56 +0200] rev 38

- Added a new class GPDMA to allow multiple users of DMA
- Modified the MCI file system to use the new GPDMA class
- Updated ethernet/rtos/mbed/usbdevice library versions


- Added file system getters for MCI and QSPI file systems to the DMBoard class. This gives access to the cardInserted(), isformatted() and format() functions.; - Removed unused parameter in SPIFI class; - Fixed caching issue in Registry class

2015-03-23, by alindvall [Mon, 23 Mar 2015 13:45:16 +0000] rev 37

- Added file system getters for MCI and QSPI file systems to the DMBoard class. This gives access to the cardInserted(), isformatted() and format() functions.; - Removed unused parameter in SPIFI class; - Fixed caching issue in Registry class


Modified DMBoard interface to always have the touchPanel() and display() functions even if the touch/display has been disabled in dm_board_config.h to allow e.g. AppTouchCalibration to compile (even if it will never be used it must still compile)

2015-03-20, by alindvall [Fri, 20 Mar 2015 14:44:06 +0000] rev 36

Modified DMBoard interface to always have the touchPanel() and display() functions even if the touch/display has been disabled in dm_board_config.h to allow e.g. AppTouchCalibration to compile (even if it will never be used it must still compile)


Corrected the template for dm_board_config.h.

2015-03-20, by alindvall [Fri, 20 Mar 2015 13:36:00 +0000] rev 35

Corrected the template for dm_board_config.h.


- Added size guards in InternalEEPROM

2015-03-09, by embeddedartists [Mon, 09 Mar 2015 11:15:56 +0100] rev 34

- Added size guards in InternalEEPROM
- Added documentation in missing classes
- Added option to redirect RtosLog to USBSerial (a USB Device Serial port)
- Moved the mbed_mac_address function from the SDK to the BIOS


- Added special treatement of touch controller for multitouch

2015-02-19, by embeddedartists [Thu, 19 Feb 2015 14:41:14 +0100] rev 33

- Added special treatement of touch controller for multitouch
- Corrected button pin name (wrong after switching to LPC4088_DM as target
- Fixed bug in QSPIFileSystem that prevented opening the root folder


Updated to use libraries from the Embedded Artists team page

2015-02-19, by alindvall [Thu, 19 Feb 2015 12:23:04 +0000] rev 32

Updated to use libraries from the Embedded Artists team page