2 * This file is part of INAV.
4 * INAV is free software. You can redistribute this software
5 * and/or modify this software under the terms of the
6 * GNU General Public License as published by the Free Software
7 * Foundation, either version 3 of the License, or (at your option)
10 * INAV is distributed in the hope that they will be
11 * useful, but WITHOUT ANY WARRANTY; without even the implied
12 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13 * See the GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this software.
18 * If not, see <http://www.gnu.org/licenses/>.
23 bool firmwareUpdatePrepare(uint32_t firmwareSize
);
24 bool firmwareUpdateStore(uint8_t *data
, uint16_t length
);
25 void firmwareUpdateExec(uint8_t expectCRC
);
26 bool firmwareUpdateRollbackPrepare(void);
27 void firmwareUpdateRollbackExec(void);
29 bool writeMeta(void); // XXX temp