• When compiling with gcc and option -Wconversion it fixes the
    warning message
    
      warning: conversion from ‘X’ {aka ‘x’} to ‘Y’ {aka ‘y’} may change value
    
    Signed-off-by: José Bollo <jose.bollo@iot.bzh>
    José Bollo authored
     
    Browse File »








  • This allows to place the coils/registers at any virtual
    start address, not only at address 0. This can be useful e.g.
    when the server has to fulfill a specification in which
    registers are expected at predefined locations.
    
    Signed-off-by: Michael Heimpold <mhei@heimpold.de>
    Michael Heimpold authored
     
    Browse File »



  • This replaces the lengthy license text headers with a short
    and standardized license tag. See http://spdx.org for details.
    
    This is useful e.g. for license compliance tools which scan
    through files and generate a report of the licenses used
    in a project.
    
    Signed-off-by: Michael Heimpold <mhei@heimpold.de>
    Michael Heimpold authored
     
    Browse File »