Author Topic: Include files in .bin  (Read 8888 times)

Offline paulk

  • Newbie
  • *
  • Posts: 45
    • View Profile
Include files in .bin
« on: November 18, 2009, 03:49:43 PM »
Is there a way to generate a .bin file with the auxiliary files included inside it?  ie: I'd like to do my testing/debugging on the simulator, and upload files via FTP, etc. and then have the compiled output include all the htm/jpg/etc files that I've included.  This way I don't have to manually upload them later.


Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3236
    • View Profile
    • uTasker
Re: Include files in .bin
« Reply #1 on: November 18, 2009, 06:58:10 PM »
Hi Paul

There are several methods which can also be mixed if needed.
- Upload individual files (internal or external memory)
- Include the files in code
- Upload an embedded file set (internal or external memory)

These are described in the "User Files" document: http://www.utasker.com/docs/uTasker/uTaskerUserFiles.PDF

Regards

Mark