From bc30005bd88b5a7673c45d1dd09c9240fbb00db6 Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 22 Sep 2011 08:46:02 +0000 Subject: [PATCH] Add bertos jpeg logo binary dump. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5085 38d2e660-2303-0410-9eaa-f027e97ec537 --- .../icons}/bertos.c | 0 bertos/icons/bertos.h | 46 +++++++++++++++++++ 2 files changed, 46 insertions(+) rename {boards/sam3x-ek/examples/sam3x-ek_http_server => bertos/icons}/bertos.c (100%) create mode 100644 bertos/icons/bertos.h diff --git a/boards/sam3x-ek/examples/sam3x-ek_http_server/bertos.c b/bertos/icons/bertos.c similarity index 100% rename from boards/sam3x-ek/examples/sam3x-ek_http_server/bertos.c rename to bertos/icons/bertos.c diff --git a/bertos/icons/bertos.h b/bertos/icons/bertos.h new file mode 100644 index 00000000..d1822d80 --- /dev/null +++ b/bertos/icons/bertos.h @@ -0,0 +1,46 @@ +/** + * \file + * + * + * \author Danile Basile + * + * \brief JPEG binary BeRTOS logo dump. + * + * $WIZ$ module_name = "bertos" + */ + +#ifndef ICONS_BERTOS_H +#define ICONS_BERTOS_H + +extern const unsigned int bertos_logo_jpg_len; +extern const unsigned char bertos_logo_jpg[]; + +#endif /* ICONS_BERTOS_H */ -- 2.25.1