26 Sep, 2012

2 commits


22 Sep, 2012

1 commit


21 Sep, 2012

1 commit


20 Sep, 2012

10 commits


19 Sep, 2012

2 commits


18 Sep, 2012

1 commit


17 Sep, 2012

1 commit

  • Constants set with binary value (0b...) are not compiled
    from old toolchain when used by the clrsetbits_le32 macro.
    Replaces them with the corresponding hex value.

    The error reported (for example with the mx6qsabrelite board)
    is something like:

    mx6qsabrelite.c:369:1: error: invalid suffix "b101" on integer constant
    mx6qsabrelite.c:369:1: error: invalid suffix "b10010" on integer constant
    mx6qsabrelite.c:369:1: error: invalid suffix "b0000" on integer constant
    mx6qsabrelite.c:369:1: error: invalid suffix "b10001" on integer constant

    Signed-off-by: Stefano Babic

    Stefano Babic
     

14 Sep, 2012

1 commit


13 Sep, 2012

1 commit


11 Sep, 2012

9 commits


10 Sep, 2012

1 commit


08 Sep, 2012

3 commits


06 Sep, 2012

7 commits