1
Messages
This section allows you to view all Messages made by this member. Note that you can only see Messages made in areas you currently have access to.
Messages - trygvis
2
Web platform / Re: Eric: patch for tiny bug
I just got myself a couple 74hc595 today to make me an IO expander which I'm looking into now.
--
Trygve
3
Web platform / Re: New uIP code features
There isn't an HTTP server for the uIP stack yet, but there are a bunch of open source embedded server projects that implement a full or partial HTTP server. It looks like they have a new version since I last saw it, with a bunch of new features and good documentation:
http://www.tuxgraphics.org/electronics/ ... tack.shtml
[/quote]
The FreeRTOS+uIP port from Eric (and possible the other port too) comes with a working HTTPD.
--
Trygve
4
Web platform / Re: Eric: patch for tiny bug
I haven't looked too much into the web stuff, but I did get the telnetd application to run. However, my goal is to control the hardware over HTTP and the httpd application that's included in the freertos distribution isn't very sophisticated so there's a bit of work to do.
What do you want to build?
--
Trygve
5
Web platform / Re: Eric: patch for tiny bug
I'm going to copy the code to a git repository as that'll make it easier to publish changes at the same time as I have stuff under version control.
6
Web platform / Re: Eric: patch for tiny bug
--
Trygve
7
Project development, ideas, and suggestions / Re: an 8051 prototype board
I've done a lot of coding with an FX2 chip which is a 8051+USB. It's fairly easy to program with sdcc and fx2lib as a support library. It's probably the easiest way to create high performance USB peripherals.
--
Trygve
8
General discussion / Re: DP forum configuration
9
General discussion / DP forum configuration
Would it be possible to allow "patch" file types to be uploaded? When submitting patches it's a very common file extension so it would be kinda useful to allow that on the forum too.
--
Trygve
10
Web platform / Eric: patch for tiny bug
I just got my web platform kit and managed to compile+build your freertos just fine. However I got a couple of odd printf's on the serial port and the attached patch fixes it (basically a missing n).
--
Trygve
11
Web platform / Web Platform v2
The "web platform v2" thread is very long with its 12(!) pages and its kinda hard to tell what really has been discussed this forum doesn't use threading. Would it be possible to collect the ideas on the wiki? That would make any voting (if wanted) easier to do too.
--
Trygve