Skip to content

Conversation

embeddedartists
Copy link

Support for
LPC4088 Display Module (LPC4088DM)
LPC4088 QuickStart Board (LPC4088QSB)

Both boards have QSPI flash (16MB and 8MB respectively) so the file system had to be increased. The comment said that 4x max size was needed and with 16MB QSPI + 512KB internal flash that means ca 68MB file system. The OVERRIDE_FS_MB_SIZE flag (if set) controls the size of the file system.

  LPC4088 Display Module (LPC4088DM)
  LPC4088 QuickStart Board (LPC4088QSB)
* limitations under the License.
*/

const char *board_id = "1065";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This board ID isn't in the database. Is this a new board?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just sent you an email with an explanation of it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I'll see about getting this added to the database.

lindvalla added 2 commits May 17, 2016 15:45
Changes:
- Changed board id for lpc4088dm to 1062
- Removed BOARD_* defines
- Splitted target.c into two separate files to avoid ifdef
- Moved most of target specific code from gpio.c to target_reset.c
- Changed default FS size from 8 to 68 MB
- Added GPIO_RESET_IN_NOT_SUPPORTED define for boards not supporting RESET
  input signal
@embeddedartists
Copy link
Author

Replaced my own file system changes with pull request #112 and tested it. Tested successfully.


// Must be bigger than 4x the flash size of the biggest supported
// device. This is to accomidate for hex file programming.
// device. This is to accomodate for hex file programming.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick - should be "accommodate"

@embeddedartists
Copy link
Author

Replaced by pull request #121 to get a cleaner commit history.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants