|
|
|
The Competition doesn't Stack Up...It Bulks Up!
The EZ Stack was designed with the goal of minimizing startup time and the hazzles of debugging hardware
and software integration problems. We chose to take the software problems out of the equation...
How? By creating a downloadable hex file based on your project configuration before you write a single line of code!
What this this mean?
- The EZ Stack Configurator must generate all files required to build a functional project.
This includes the bootup file with interrupt table, configuration file that contains your project's settings,
a main program which initializes the hardware and software, starts any services the EZ Stack requires and finally
continually polls the EZ Stack.
- The EZ Stack Configurator generates templates for all of your custom Telnet server commands, Shell
Console commands, CGI functions, UDP ports and TCP ports. These templates are compilable and with all links
into the EZ Stack already in place. The templates
for the user added commands and CGI functions return a "Command not implemented" message. The UDP and TCP
templates include hardened fully functional sample code that includes error handling.
- The EZ Stack Configurator generates the Make files required to compile and link your project.
- The EZ Stack Configurator builds the project hex file from the Make files.
- The EZ Stack targets the executable to be run on the Development platform.
- The EZ Stack includes a hexDownloader to load your hex file into SRAM.
All you need to do is debug your network configuration problems free from worry of software problems.
This will get you up and running quickly so you spend your time debugging your custom application, not our
code.
|
|