8000 GitHub - DroidDrive/lely_modm: lely canopen stack (master & slave) modm repository and module
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DroidDrive/lely_modm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lely_modm

Ducktrain Logo

This is a modm repository (+module) containing a fork of the lely canopen stack.

What was changed?

a lot

  • multiple C Enum fixes which lead to duplicate names with modm
  • the use of a lot of standard libraries was minimized
  • the use of malloc was minimized
  • the c++ api was adapted to contain (and work with) with changes made by the ecss lely fork
  • multiple implementation details where ifdef -guarded because the only work with filesystems and linux devices

How to use?

  • include the repository in your modm project.xml

    <repository>
        <path>../libs/lely_modm/repo.lb</path>
    </repository>
  • include the module in your modm project.xml

<module>lely_modm:lely-core</module>
  • inside your porject, do
    • lbuild build
    • scons

What is in there?

  • the module contains:
    • the lely-core stack (fork)
    • lely addons directory, containing some utility functions

Misc

  • for lely to work (or behave in desired ways), multiple define flags can be altered inside the module.lb file

About

lely canopen stack (master & slave) modm repository and module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0