From 915e1e5603f40286b3411ab9a8ceb71878132079 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Wed, 30 Nov 2016 09:50:19 -0800 Subject: [PATCH] atmel-samd: Move the README text out of ROM to save space. We can still ship with it on flash. --- atmel-samd/main.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/atmel-samd/main.c b/atmel-samd/main.c index 2c782df050..014ff950bf 100644 --- a/atmel-samd/main.c +++ b/atmel-samd/main.c @@ -56,18 +56,7 @@ static const char fresh_code_txt[] = ; static const char fresh_readme_txt[] = -"This is an Adafruit MicroPython board\r\n" -"\r\n" -"You can get started right away by writing your Python code in 'code.txt'.\r\n" -"\r\n" -"For a serial prompt:\r\n" -" - Windows: you need to go to 'Device manager', right click on the unknown device,\r\n" -" then update the driver software, using the 'pybcdc.inf' file found on this drive.\r\n" -" Then use a terminal program like Hyperterminal or putty.\r\n" -" - Mac OS X: use the command: screen /dev/tty.usbmodem*\r\n" -" - Linux: use the command: screen /dev/ttyACM0\r\n" -"\r\n" -"Please visit https://learn.adafruit.com/category/micropython for further help.\r\n" +"https://learn.adafruit.com/category/micropython\r\n" ; extern void flash_init_vfs(fs_user_mount_t *vfs);