wolfssh/ide/CSBENCH
Jacob Barthelmeh 6d434d0030 initial port to Nucleus
update example on Nucleus

add code sourcery IDE project

fix naming of IDE project files

clean up opendir for fail case

fix for build warnings

add fstat and fixes for nucleus port

update FALL_THROUGH case

add null terminator and more memory free's

fix for scan build warnings

fix warning of no return value

better bounds checking

better path cleaning

fix return values in header file

clean path before access

remove trailing delimiter from clean path
2018-06-13 09:44:54 -06:00
..
.cproject initial port to Nucleus 2018-06-13 09:44:54 -06:00
.project initial port to Nucleus 2018-06-13 09:44:54 -06:00
README initial port to Nucleus 2018-06-13 09:44:54 -06:00
include.am initial port to Nucleus 2018-06-13 09:44:54 -06:00

README

This is to build with Sourcery CodeBench IDE

It makes the assumption that the root wolfssl and wolfssh directory are in the same folder

workspace ->
    ->wolfssl
    ->wolfssh

To build first compile the wolfssl library using the project provided in wolfssl/IDE/CSBENCH

Next compile the sftp example project provided in wolfssh/ide/CSBENCH

Note that this is using port 8080 to listen on by default