Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/misoc
base: 891496976058
Choose a base ref
...
head repository: m-labs/misoc
compare: 1ab89d6a623a
Choose a head ref
  • 10 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 14, 2013

  1. dvisampler/chansync: use Record.raw_bits()

    Sebastien Bourdeauducq committed Apr 14, 2013
    Copy the full SHA
    0d21711 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2013

  1. microudp.c: avoid redundant accesses into multi-level structures

    wpwrak authored and Sebastien Bourdeauducq committed Apr 16, 2013
    Copy the full SHA
    65b807b View commit details
    Browse the repository at this point in the history
  2. tftp.c: use symbolic constants for protocol opcodes

    wpwrak authored and Sebastien Bourdeauducq committed Apr 16, 2013
    Copy the full SHA
    36613c7 View commit details
    Browse the repository at this point in the history
  3. tftp.c (rx_callback): simplify expressions containing unnecessary casts

    wpwrak authored and Sebastien Bourdeauducq committed Apr 16, 2013
    Copy the full SHA
    e0e447f View commit details
    Browse the repository at this point in the history
  4. tftp.c: make "packet_data" unsigned and optimize strcpy+strlen

    wpwrak authored and Sebastien Bourdeauducq committed Apr 16, 2013
    Copy the full SHA
    effa71a View commit details
    Browse the repository at this point in the history
  5. tftp.h, tftp.c (tftp_get): make "buffer" void and use unsigned char i…

    …nternally
    wpwrak authored and Sebastien Bourdeauducq committed Apr 16, 2013
    Copy the full SHA
    cdb5519 View commit details
    Browse the repository at this point in the history
  6. tftp.c: use uintNN_t instead of "unsigned short", etc.

    wpwrak authored and Sebastien Bourdeauducq committed Apr 16, 2013
    Copy the full SHA
    aafb3ef View commit details
    Browse the repository at this point in the history
  7. tftp.c (format_request): pass opcode as argument

    wpwrak authored and Sebastien Bourdeauducq committed Apr 16, 2013
    Copy the full SHA
    944dd59 View commit details
    Browse the repository at this point in the history
  8. tftp.c: use symbolic constant for block size

    wpwrak authored and Sebastien Bourdeauducq committed Apr 16, 2013
    Copy the full SHA
    22f39b9 View commit details
    Browse the repository at this point in the history
  9. tftp.h, tftp.c: add tftp_put

    wpwrak authored and Sebastien Bourdeauducq committed Apr 16, 2013
    Copy the full SHA
    1ab89d6 View commit details
    Browse the repository at this point in the history