General > General Technical Chat

Embedded software development. Best practices.

<< < (5/6) > >>

PlainName:

--- Quote --- The code is available on github  (https://imatix-legacy.github.io/libero)
--- End quote ---


The website appears to be but there are no downloads. Hardly surprising since it's over 20 years old, but I was certainly tempted to take a look!

nctnico:

--- Quote from: Miyuki on August 15, 2021, 04:41:57 pm ---Only thing that matters is to write clean code.

--- End quote ---
Not just that, also easy to debug code. One of the things that is standard in all my microcontroller projects is a serial port command line interface. This can be used to read the status of the device, attached devices and get some statistics as well (like number of messages received, failed messages, etc). This is something I picked up at one of my employers and it has proven to be extremely handy for field diagnostics / remote debugging. Either I go to the customer's site and look what the output is or a customer can hook up a serial port and send me the output. Either way the problem usually is clear quickly.

PaulAm:

--- Quote ---
    The code is available on github  (https://imatix-legacy.github.io/libero)

The website appears to be but there are no downloads. Hardly surprising since it's over 20 years old, but I was certainly tempted to take a look!

--- End quote ---

I did a download a few months ago, let me track down the source link.  It's out there somewhere

OK, here it is:
    https://github.com/imatix-legacy/libero

They moved the source from the web page to it's own github repository.

PlainName:
Blinding, thanks  :-+

SiliconWizard:

--- Quote from: indeterminatus on August 16, 2021, 08:16:55 pm ---
--- Quote from: Miyuki on August 15, 2021, 04:41:57 pm ---Only thing that matters is to write clean code.

--- End quote ---

Stressing that point.

--- End quote ---

Oh yeah. I'm all for that too. Problem though is that pretty much everyone has a different view of what clean code is.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

There was an error while thanking
Thanking...
Go to full version
Powered by SMFPacks Advanced Attachments Uploader Mod