drone-os / drone

CLI utility for Drone, an Embedded Operating System.
https://www.drone-os.com/
Apache License 2.0
165 stars 20 forks source link

Document flash size and RAM size units on CLI #8

Closed rubdos closed 4 years ago

rubdos commented 4 years ago

My colleagues were having trouble setting the flash size (and computed the byte count by hand), so I changed the StructOpt documentation a little for Flash size and RAM size. I hope you're okay with this little patch!

Flash memory size in bytes (e.g. 1M for 1 megabyte, 512K for 512 kilobyte, or hexadecimal 0xffK)

RAM size in bytes (e.g. 256K for 256 kilobyte, or hexadecimal 0xffK)

valff commented 4 years ago

Thanks!