- Posts: 199
Any major updates since version 5.0.0 release?
- richardclli
- Topic Author
- Offline
Less
More
19 Jan 2017 11:08 #58175
by richardclli
Any major updates since version 5.0.0 release? was created by richardclli
Hi everybody,
I have dropped off the forum for some time due to busy work. Now wanna to keep up what is going in current development.
I noticed that the lately build has horrible UI for Devo 12S. Can anybody point me any threads that follows this development? I think PB has initiates the change of UI architecture, but seems we need to figure out a way to beautify it, or maybe drive the development to support different UI plugin. Any ideas?
I also noticed that there are many new, fixes, enhancements for protocols. And vlad has made a fork to keep the pretty UI with new protocol development. Well another fork is hard to maintain in the future........
I think I start to have some free time to play around Deviation again from now on. See what can I contribute. I need some advice to see what should I start with, since I have not track what is going on for quite a long time.
I have dropped off the forum for some time due to busy work. Now wanna to keep up what is going in current development.
I noticed that the lately build has horrible UI for Devo 12S. Can anybody point me any threads that follows this development? I think PB has initiates the change of UI architecture, but seems we need to figure out a way to beautify it, or maybe drive the development to support different UI plugin. Any ideas?
I also noticed that there are many new, fixes, enhancements for protocols. And vlad has made a fork to keep the pretty UI with new protocol development. Well another fork is hard to maintain in the future........
I think I start to have some free time to play around Deviation again from now on. See what can I contribute. I need some advice to see what should I start with, since I have not track what is going on for quite a long time.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
19 Jan 2017 11:43 #58176
by FDR
Replied by FDR on topic Any major updates since version 5.0.0 release?
Welcome back!
I think there are two areas, which would need serious actions: the new GUI and the devo.fs of the F transmitters.
The latter is more important, because the GUI basically works, just ugly and not really refined, but those who prefer the old one still can use Vlad's version.
However the stability issues of the devo.fs make those transmitters barely usable.
I planned to work on the GUI, but with my speed it would last forever.
At least I will upgrade to that to see, what can I do.
I'm in the process of refreshing my build environment: now I can build both my fork and the original with the docker and make pull request.
The only thing I can't do is more time...
I think there are two areas, which would need serious actions: the new GUI and the devo.fs of the F transmitters.
The latter is more important, because the GUI basically works, just ugly and not really refined, but those who prefer the old one still can use Vlad's version.
However the stability issues of the devo.fs make those transmitters barely usable.
I planned to work on the GUI, but with my speed it would last forever.
At least I will upgrade to that to see, what can I do.
I'm in the process of refreshing my build environment: now I can build both my fork and the original with the docker and make pull request.
The only thing I can't do is more time...
Please Log in or Create an account to join the conversation.
- richardclli
- Topic Author
- Offline
Less
More
- Posts: 199
19 Jan 2017 11:59 #58177
by richardclli
Replied by richardclli on topic Any major updates since version 5.0.0 release?
Wow, what happened to the FS? Any threads that I can take a look? I think I can see if I can do anything to this.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
19 Jan 2017 12:19 #58178
by FDR
Replied by FDR on topic Any major updates since version 5.0.0 release?
It often doesn't save the changes, or gets corrupted all together...
Issues like this:
www.deviationtx.com/forum/7-development/...o-f4?start=540#57855
Issues like this:
www.deviationtx.com/forum/7-development/...o-f4?start=540#57855
Please Log in or Create an account to join the conversation.
- victzh
- Offline
Less
More
- Posts: 1386
19 Jan 2017 22:20 #58209
by victzh
Replied by victzh on topic Any major updates since version 5.0.0 release?
Just to put it into context (I don't know how long ago you lost track) - Devo FS is a filesystem for very small storage where we can't afford to have blocks. It stores very small metadata along with the file and tries to compact the files so there is a free contiguous piece of storage. It is intended for devices with minimal storage - basically F-series Devos. It is not as reliable as tried and true FAT FS, sometimes it garbles file content an as we store some files quite often (e.g., tx.ini) if they're damaged the TX stops working.
Please Log in or Create an account to join the conversation.
- richardclli
- Topic Author
- Offline
Less
More
- Posts: 199
21 Jan 2017 10:27 #58273
by richardclli
Replied by richardclli on topic Any major updates since version 5.0.0 release?
I see, so the Devo FS is a new development of the FS implementation so that this can be used to those device with small flash space (e.g. Devo F4), am I right?
Please Log in or Create an account to join the conversation.
- richardclli
- Topic Author
- Offline
Less
More
- Posts: 199
21 Jan 2017 10:28 #58274
by richardclli
Replied by richardclli on topic Any major updates since version 5.0.0 release?
Can anybody point out which code file has its implementation? Just easier for me to start with.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
21 Jan 2017 10:46 #58275
by FDR
Replied by FDR on topic Any major updates since version 5.0.0 release?
Exactlyrichardclli wrote: I see, so the Devo FS is a new development of the FS implementation so that this can be used to those device with small flash space (e.g. Devo F4), am I right?
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
Less
More
- Posts: 3333
21 Jan 2017 14:33 #58278
by vlad_vy
Replied by vlad_vy on topic Any major updates since version 5.0.0 release?
I think it is:
src/target/common/filesystems/devofs
src/target/common/filesystems/devofs
Please Log in or Create an account to join the conversation.
Time to create page: 0.042 seconds
- Home
- Forum
- Development
- Development
- Any major updates since version 5.0.0 release?