![]() |
Prusa Slicer 2.6.0
|
#include "ac_cfg.h"#include <stdio.h>#include <string.h>#include <unistd.h>#include "avrdude.h"#include "libavrdude.h"#include "stk500_private.h"#include "stk500.h"#include "arduino.h"
Include dependency graph for arduino.c:Go to the source code of this file.
Functions | |
| static int | arduino_read_sig_bytes (PROGRAMMER *pgm, AVRPART *p, AVRMEM *m) |
| static int | prusa_init_external_flash (PROGRAMMER *pgm) |
| static int | arduino_open (PROGRAMMER *pgm, char *port) |
| static void | arduino_close (PROGRAMMER *pgm) |
| void | arduino_initpgm (PROGRAMMER *pgm) |
Variables | |
| const char | arduino_desc [] = "Arduino programmer" |
|
static |
References programmer_t::fd, filedescriptor::ifd, pgm, serial_close, and serial_set_dtr_rts.
Referenced by arduino_initpgm().
Here is the caller graph for this function:| void arduino_initpgm | ( | PROGRAMMER * | pgm | ) |
References arduino_close(), arduino_open(), arduino_read_sig_bytes(), programmer_t::close, programmer_t::open, pgm, programmer_t::read_sig_bytes, stk500_initpgm(), and programmer_t::type.
Here is the call graph for this function:
|
static |
References avrdude_message(), pinfo::baud, programmer_t::baudrate, programmer_t::fd, MSG_INFO, pgm, programmer_t::port, progname, prusa_init_external_flash(), serial_close, serial_open, serial_send, serial_set_dtr_rts, stk500_drain(), stk500_getsync(), and usleep().
Referenced by arduino_initpgm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References avrdude_message(), avrmem::buf, Cmnd_STK_READ_SIGN, programmer_t::fd, MSG_INFO, pgm, progname, Resp_STK_INSYNC, Resp_STK_NOSYNC, Resp_STK_OK, serial_recv, serial_send, avrmem::size, Sync_CRC_EOP, and void().
Referenced by arduino_initpgm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References avrdude_message(), programmer_t::fd, MSG_INFO, pgm, progname, serial_recv, and serial_send.
Referenced by arduino_open().
Here is the call graph for this function:
Here is the caller graph for this function:| const char arduino_desc[] = "Arduino programmer" |