WebRadioApp  0.1
web_radio_config.h File Reference

Web Radio Framework configuration. More...

#include "strings.h"
#include <stdarg.h>
#include "string.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include "inttypes.h"
#include "arm_const_structs.h"
#include "arm_math.h"
#include "math.h"
#include "lwip.h"
#include "lwip/altcp_tls.h"
#include <lwip/stats.h>
#include "memory_buffer_alloc.h"
#include "certs.h"
#include "fatfs.h"
#include "dns.h"
#include "def.h"
#include "lwip/debug.h"
#include "lwip/tcp.h"
#include "lwip/memp.h"
#include "usb_host.h"
#include "httpd.h"
#include "calend.h"
#include "stm32h7xx_hal.h"
#include "stm32h747i_discovery.h"
#include "stm32h747i_discovery_lcd.h"
#include "stm32h747i_discovery_sdram.h"
#include "stm32h747i_discovery_audio.h"
#include "stm32h747i_discovery_ts.h"
#include "../Components/rk043fn48h/rk043fn48h.h"
Include dependency graph for web_radio_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

Mp3 Player config
#define f_tell(fp)   ((fp)->fptr)
 
#define x_offset   225
 
#define AUDIO_BUFFER_SIZE   2304 * 2 * 2
 
#define FILE_READ_BUFFER_SIZE   5500
 
TCP Client config
#define TCPBUFF_MAXITEMS   4000000
 
Stations config
#define MaxStation   60
 
#define DEF_ADDR(a, b, c, d)
 
HTTP_SERVER/TLS config
#define HTTPS_ACTIVE   1
 
#define TLS_EXTRABUFFER   1000000
 
#define IPv6_LOCAL_LINK_ADDR   0
 
#define IPv6_GLOBAL_UNICAST_ADDR   1
 
#define IPv6_UNIQUE_LOCAL_ADDR   2
 
#define LOCAL_IPv4   3
 
#define GATEWAY_IPv4   4
 
#define NETMASK_IPv4   5
 

Detailed Description

Web Radio Framework configuration.

Author
Kevin Bello (k.bel.nosp@m.lo@t.nosp@m.um.de)
Version
0.1
Date
2021-03-24