21 Commits

Author SHA1 Message Date
Filipriec
cf07c9c47a now properly walking and running, fully fixed 2025-11-16 16:53:55 +01:00
Filipriec
ace0e2d706 changes to either walk, run or crawl calculations 2025-11-16 10:03:06 +01:00
Filipriec
8cb6892d30 now the movement of the player is working properly well and being calculated based on the speed of the player 2025-11-15 22:40:23 +01:00
Filipriec
de6facff03 sinus speed is displaying frames of the animation now 2025-11-15 22:07:15 +01:00
Filipriec
2753aed573 speed control of player and the ground 2025-11-15 20:55:29 +01:00
Filipriec
0ff2be6564 speed control of player and the ground 2025-11-15 20:44:05 +01:00
Priec
11f5eb7fd1 multiple frames now added and working 2025-11-14 23:53:45 +01:00
Priec
285840b521 characters added 2025-11-14 23:11:57 +01:00
Priec
761b86585a removed legacy LED blinking 2025-11-14 21:03:06 +01:00
Priec
528e38b428 another movement done 2025-11-14 20:39:58 +01:00
Priec
a59192cf05 pitch perfect movement 2025-11-14 20:07:38 +01:00
Priec
fa7e18e4d5 BIG MOVES 2025-11-14 19:59:04 +01:00
Priec
4ed4452fae some renames, nothing much 2025-11-14 19:39:19 +01:00
Priec
b9ca8df59b small syntax change 2025-11-14 19:25:25 +01:00
Priec
8fa8bf392b usage of enums for frames 2025-11-14 19:20:14 +01:00
Priec
9170524d33 proper positioning works now 2025-11-14 18:50:57 +01:00
Priec
cda395d6b9 calculations 2025-11-14 17:31:37 +01:00
Priec
d8da84cffc added positioning 2025-11-14 16:42:16 +01:00
Priec
f6a13309f7 refactoring 2 2025-11-14 15:20:05 +01:00
Priec
9c93179bf0 refactoring 2025-11-14 15:15:20 +01:00
Priec
38b8bb0657 crawl for 300ms 2025-11-14 14:24:34 +01:00
57 changed files with 884 additions and 697 deletions

View File

@@ -21,3 +21,5 @@ mbed-os/
*.pyc *.pyc
__pycache__/ __pycache__/
.cache/ .cache/
compile_commands.json

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@@ -0,0 +1,6 @@
........
........
...y4@W.
..a@a`..
..@@R@=.
.aa@s@..

View File

@@ -0,0 +1,6 @@
........
........
........
.____...
.@@@@yg,
.a@@PR@L

View File

@@ -0,0 +1,6 @@
....g@w.
..._ZF~.
..@~@@y=
.".g@_`.
_ygF.Ry.
`~`...4L

View File

@@ -0,0 +1,6 @@
....g@w.
..._Z~~.
..aM@$y,
..~a@_`.
.yy@`$..
..`..@..

View File

@@ -0,0 +1,6 @@
...a@$..
..._Z~..
..a@@...
..R@@=..
.yy@@...
.``u@...

View File

@@ -0,0 +1,6 @@
..g@$...
..yT`...
.g@F....
.4@L....
._$$....
.`@~....

View File

@@ -0,0 +1,6 @@
...@@...
.._Z~...
..@@....
..$@#...
..g@L...
.yFP....

View File

@@ -0,0 +1,6 @@
....@@..
..._Z~..
..y@@,_.
..@$@~~.
..y@~$..
.aF~.4L.

View File

@@ -0,0 +1,6 @@
....a@e.
..._ZF`.
..a~@@y=
..'y@L`.
_yyP.4y.
`~`...4L

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -2,3 +2,4 @@ chafa --symbols ascii-block -c none --fill none --invert --size=13x20 predloha_r
a = 78x111 a = 78x111
b = 34x111 b = 34x111
walk = 60x111

View File

@@ -0,0 +1,6 @@
..a@w.
.._T`.
.s@@y.
.^$$~T
.y@`$.
=F..?K

View File

@@ -0,0 +1,6 @@
..y@$.
.._Z~.
.y@@L.
.4W@Z!
._$~$.
~~`.0.

View File

@@ -0,0 +1,6 @@
..g@L.
.._T~.
.g@$..
.J@@..
_y$4L.
~~.4~.

View File

@@ -0,0 +1,6 @@
..a@w.
..~T~.
..@$..
..@$..
..y@..
."~@..

View File

@@ -0,0 +1,6 @@
..@@..
..Z~..
..@L..
..@L..
..$%..
.4F...

View File

@@ -0,0 +1,6 @@
.u@$..
..Z~..
.g@_..
.$@5+.
._BL..
uP.@..

View File

@@ -0,0 +1,6 @@
..a@w.
.._T`.
.s@@y.
.^$$~T
.yE`$.
=F..JK

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -1,523 +0,0 @@
[
{
"arguments": [
"/nix/store/ih9psjpxn2pbbzw4klr9s6hmmngc52n8-gcc-arm-embedded-14.3.rel1/bin/arm-none-eabi-g++",
"-DARM_MATH_ARMV8MML",
"-DCLOCK_SOURCE=USE_PLL_MSI",
"-DCOMPONENT_FLASHIAP=1",
"-DDEVICE_ANALOGIN=1",
"-DDEVICE_ANALOGOUT=1",
"-DDEVICE_CAN=1",
"-DDEVICE_CRC=1",
"-DDEVICE_FLASH=1",
"-DDEVICE_I2C=1",
"-DDEVICE_I2CSLAVE=1",
"-DDEVICE_I2C_ASYNCH=1",
"-DDEVICE_INTERRUPTIN=1",
"-DDEVICE_LPTICKER=1",
"-DDEVICE_MPU=1",
"-DDEVICE_PORTIN=1",
"-DDEVICE_PORTINOUT=1",
"-DDEVICE_PORTOUT=1",
"-DDEVICE_PWMOUT=1",
"-DDEVICE_RESET_REASON=1",
"-DDEVICE_RTC=1",
"-DDEVICE_SERIAL=1",
"-DDEVICE_SERIAL_ASYNCH=1",
"-DDEVICE_SERIAL_FC=1",
"-DDEVICE_SLEEP=1",
"-DDEVICE_SPI=1",
"-DDEVICE_SPISLAVE=1",
"-DDEVICE_SPI_ASYNCH=1",
"-DDEVICE_STDIO_MESSAGES=1",
"-DDEVICE_TRNG=1",
"-DDEVICE_USTICKER=1",
"-DDEVICE_WATCHDOG=1",
"-DEXTRA_IDLE_STACK_REQUIRED",
"-DLPTICKER_DELAY_TICKS=0",
"-DMBEDTLS_CIPHER_MODE_CTR",
"-DMBED_CONF_ALT1250_PPP_BAUDRATE=115200",
"-DMBED_CONF_ALT1250_PPP_PROVIDE_DEFAULT=0",
"-DMBED_CONF_ATMEL_RF_ASSUME_SPACED_SPI=1",
"-DMBED_CONF_ATMEL_RF_FULL_SPI_SPEED=7500000",
"-DMBED_CONF_ATMEL_RF_FULL_SPI_SPEED_BYTE_SPACING=250",
"-DMBED_CONF_ATMEL_RF_IRQ_THREAD_STACK_SIZE=1024",
"-DMBED_CONF_ATMEL_RF_LOW_SPI_SPEED=3750000",
"-DMBED_CONF_ATMEL_RF_PROVIDE_DEFAULT=0",
"-DMBED_CONF_ATMEL_RF_USE_SPI_SPACING_API=0",
"-DMBED_CONF_CELLULAR_AT_HANDLER_BUFFER_SIZE=32",
"-DMBED_CONF_CELLULAR_CONTROL_PLANE_OPT=0",
"-DMBED_CONF_CELLULAR_DEBUG_AT=0",
"-DMBED_CONF_CELLULAR_MAX_CP_DATA_RECV_LEN=1358",
"-DMBED_CONF_CELLULAR_RANDOM_MAX_START_DELAY=0",
"-DMBED_CONF_CELLULAR_USE_APN_LOOKUP=0",
"-DMBED_CONF_CELLULAR_USE_SMS=0",
"-DMBED_CONF_DRIVERS_OSPI_CSN=OSPI_FLASH1_CSN",
"-DMBED_CONF_DRIVERS_OSPI_DQS=OSPI_FLASH1_DQS",
"-DMBED_CONF_DRIVERS_OSPI_IO0=OSPI_FLASH1_IO0",
"-DMBED_CONF_DRIVERS_OSPI_IO1=OSPI_FLASH1_IO1",
"-DMBED_CONF_DRIVERS_OSPI_IO2=OSPI_FLASH1_IO2",
"-DMBED_CONF_DRIVERS_OSPI_IO3=OSPI_FLASH1_IO3",
"-DMBED_CONF_DRIVERS_OSPI_IO4=OSPI_FLASH1_IO4",
"-DMBED_CONF_DRIVERS_OSPI_IO5=OSPI_FLASH1_IO5",
"-DMBED_CONF_DRIVERS_OSPI_IO6=OSPI_FLASH1_IO6",
"-DMBED_CONF_DRIVERS_OSPI_IO7=OSPI_FLASH1_IO7",
"-DMBED_CONF_DRIVERS_OSPI_SCK=OSPI_FLASH1_SCK",
"-DMBED_CONF_DRIVERS_QSPI_CSN=QSPI_FLASH1_CSN",
"-DMBED_CONF_DRIVERS_QSPI_IO0=QSPI_FLASH1_IO0",
"-DMBED_CONF_DRIVERS_QSPI_IO1=QSPI_FLASH1_IO1",
"-DMBED_CONF_DRIVERS_QSPI_IO2=QSPI_FLASH1_IO2",
"-DMBED_CONF_DRIVERS_QSPI_IO3=QSPI_FLASH1_IO3",
"-DMBED_CONF_DRIVERS_QSPI_SCK=QSPI_FLASH1_SCK",
"-DMBED_CONF_DRIVERS_UART_SERIAL_RXBUF_SIZE=256",
"-DMBED_CONF_DRIVERS_UART_SERIAL_TXBUF_SIZE=256",
"-DMBED_CONF_ESP8266_BUILT_IN_DNS=0",
"-DMBED_CONF_ESP8266_DEBUG=0",
"-DMBED_CONF_ESP8266_POWER_OFF_TIME_MS=3",
"-DMBED_CONF_ESP8266_POWER_ON_POLARITY=0",
"-DMBED_CONF_ESP8266_POWER_ON_TIME_MS=3",
"-DMBED_CONF_ESP8266_PROVIDE_DEFAULT=0",
"-DMBED_CONF_ESP8266_SERIAL_BAUDRATE=115200",
"-DMBED_CONF_ESP8266_SNTP_ENABLE=0",
"-DMBED_CONF_ESP8266_SNTP_SERVER0=\"\"",
"-DMBED_CONF_ESP8266_SNTP_SERVER1=\"\"",
"-DMBED_CONF_ESP8266_SNTP_SERVER2=\"\"",
"-DMBED_CONF_ESP8266_SNTP_TIMEZONE=0",
"-DMBED_CONF_ESP8266_SOCKET_BUFSIZE=8192",
"-DMBED_CONF_EVENTS_SHARED_DISPATCH_FROM_APPLICATION=0",
"-DMBED_CONF_EVENTS_SHARED_EVENTSIZE=768",
"-DMBED_CONF_EVENTS_SHARED_HIGHPRIO_EVENTSIZE=256",
"-DMBED_CONF_EVENTS_SHARED_HIGHPRIO_STACKSIZE=1024",
"-DMBED_CONF_EVENTS_SHARED_STACKSIZE=2048",
"-DMBED_CONF_EVENTS_USE_LOWPOWER_TIMER_TICKER=0",
"-DMBED_CONF_FAT_CHAN_FFS_DBG=0",
"-DMBED_CONF_FAT_CHAN_FF_CODE_PAGE=437",
"-DMBED_CONF_FAT_CHAN_FF_FS_EXFAT=0",
"-DMBED_CONF_FAT_CHAN_FF_FS_HEAPBUF=1",
"-DMBED_CONF_FAT_CHAN_FF_FS_LOCK=0",
"-DMBED_CONF_FAT_CHAN_FF_FS_MINIMIZE=0",
"-DMBED_CONF_FAT_CHAN_FF_FS_NOFSINFO=0",
"-DMBED_CONF_FAT_CHAN_FF_FS_NORTC=0",
"-DMBED_CONF_FAT_CHAN_FF_FS_READONLY=0",
"-DMBED_CONF_FAT_CHAN_FF_FS_REENTRANT=0",
"-DMBED_CONF_FAT_CHAN_FF_FS_RPATH=1",
"-DMBED_CONF_FAT_CHAN_FF_FS_TIMEOUT=1000",
"-DMBED_CONF_FAT_CHAN_FF_FS_TINY=1",
"-DMBED_CONF_FAT_CHAN_FF_LFN_BUF=255",
"-DMBED_CONF_FAT_CHAN_FF_LFN_UNICODE=0",
"-DMBED_CONF_FAT_CHAN_FF_MAX_LFN=255",
"-DMBED_CONF_FAT_CHAN_FF_MAX_SS=4096",
"-DMBED_CONF_FAT_CHAN_FF_MIN_SS=512",
"-DMBED_CONF_FAT_CHAN_FF_MULTI_PARTITION=0",
"-DMBED_CONF_FAT_CHAN_FF_NORTC_MDAY=1",
"-DMBED_CONF_FAT_CHAN_FF_NORTC_MON=1",
"-DMBED_CONF_FAT_CHAN_FF_NORTC_YEAR=2017",
"-DMBED_CONF_FAT_CHAN_FF_PRINT_FLOAT=0",
"-DMBED_CONF_FAT_CHAN_FF_PRINT_LLI=0",
"-DMBED_CONF_FAT_CHAN_FF_SFN_BUF=12",
"-DMBED_CONF_FAT_CHAN_FF_STRF_ENCODE=3",
"-DMBED_CONF_FAT_CHAN_FF_STR_VOLUME_ID=0",
"-DMBED_CONF_FAT_CHAN_FF_SYNC_T=HANDLE",
"-DMBED_CONF_FAT_CHAN_FF_USE_CHMOD=0",
"-DMBED_CONF_FAT_CHAN_FF_USE_EXPAND=0",
"-DMBED_CONF_FAT_CHAN_FF_USE_FASTSEEK=0",
"-DMBED_CONF_FAT_CHAN_FF_USE_FIND=0",
"-DMBED_CONF_FAT_CHAN_FF_USE_FORWARD=0",
"-DMBED_CONF_FAT_CHAN_FF_USE_LABEL=0",
"-DMBED_CONF_FAT_CHAN_FF_USE_LFN=3",
"-DMBED_CONF_FAT_CHAN_FF_USE_MKFS=1",
"-DMBED_CONF_FAT_CHAN_FF_USE_STRFUNC=0",
"-DMBED_CONF_FAT_CHAN_FF_USE_TRIM=1",
"-DMBED_CONF_FAT_CHAN_FF_VOLUMES=4",
"-DMBED_CONF_FAT_CHAN_FF_VOLUME_STRS=\"RAM\",\"NAND\",\"CF\",\"SD\",\"SD2\",\"USB\",\"USB2\",\"USB3\"",
"-DMBED_CONF_FAT_CHAN_FLUSH_ON_NEW_CLUSTER=0",
"-DMBED_CONF_FAT_CHAN_FLUSH_ON_NEW_SECTOR=1",
"-DMBED_CONF_FLASHIAP_BLOCK_DEVICE_BASE_ADDRESS=0xFFFFFFFF",
"-DMBED_CONF_FLASHIAP_BLOCK_DEVICE_SIZE=0",
"-DMBED_CONF_GEMALTO_CINTERION_BAUDRATE=115200",
"-DMBED_CONF_GEMALTO_CINTERION_PROVIDE_DEFAULT=0",
"-DMBED_CONF_GENERIC_AT3GPP_BAUDRATE=115200",
"-DMBED_CONF_GENERIC_AT3GPP_PROVIDE_DEFAULT=0",
"-DMBED_CONF_LORA_ADR_ON=1",
"-DMBED_CONF_LORA_APPLICATION_EUI={0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}",
"-DMBED_CONF_LORA_APPLICATION_KEY={0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}",
"-DMBED_CONF_LORA_APPSKEY={0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}",
"-DMBED_CONF_LORA_APP_PORT=15",
"-DMBED_CONF_LORA_AUTOMATIC_UPLINK_MESSAGE=1",
"-DMBED_CONF_LORA_DEVICE_ADDRESS=0x00000000",
"-DMBED_CONF_LORA_DEVICE_EUI={0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}",
"-DMBED_CONF_LORA_DOWNLINK_PREAMBLE_LENGTH=5",
"-DMBED_CONF_LORA_DUTY_CYCLE_ON=1",
"-DMBED_CONF_LORA_DUTY_CYCLE_ON_JOIN=1",
"-DMBED_CONF_LORA_FSB_MASK={0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, 0x00FF}",
"-DMBED_CONF_LORA_FSB_MASK_CHINA={0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF}",
"-DMBED_CONF_LORA_LBT_ON=0",
"-DMBED_CONF_LORA_MAX_SYS_RX_ERROR=5",
"-DMBED_CONF_LORA_NB_TRIALS=12",
"-DMBED_CONF_LORA_NWKSKEY={0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}",
"-DMBED_CONF_LORA_OVER_THE_AIR_ACTIVATION=1",
"-DMBED_CONF_LORA_PHY=EU868",
"-DMBED_CONF_LORA_PHY_AS923_SUB_REGION=AS1",
"-DMBED_CONF_LORA_PUBLIC_NETWORK=1",
"-DMBED_CONF_LORA_TX_MAX_SIZE=64",
"-DMBED_CONF_LORA_UPLINK_PREAMBLE_LENGTH=8",
"-DMBED_CONF_LORA_WAKEUP_TIME=5",
"-DMBED_CONF_LWIP_ADDR_TIMEOUT=5",
"-DMBED_CONF_LWIP_ADDR_TIMEOUT_MODE=1",
"-DMBED_CONF_LWIP_DEBUG_ENABLED=0",
"-DMBED_CONF_LWIP_DEFAULT_THREAD_STACKSIZE=512",
"-DMBED_CONF_LWIP_DHCP_TIMEOUT=60",
"-DMBED_CONF_LWIP_ENABLE_PPP_TRACE=0",
"-DMBED_CONF_LWIP_ETHERNET_ENABLED=1",
"-DMBED_CONF_LWIP_IPV4_ENABLED=1",
"-DMBED_CONF_LWIP_IPV6_ENABLED=0",
"-DMBED_CONF_LWIP_IP_VER_PREF=4",
"-DMBED_CONF_LWIP_L3IP_ENABLED=0",
"-DMBED_CONF_LWIP_MBOX_SIZE=8",
"-DMBED_CONF_LWIP_MEMP_NUM_TCPIP_MSG_INPKT=8",
"-DMBED_CONF_LWIP_MEMP_NUM_TCP_SEG=16",
"-DMBED_CONF_LWIP_MEM_SIZE=2310",
"-DMBED_CONF_LWIP_ND6_QUEUEING=0",
"-DMBED_CONF_LWIP_ND6_RDNSS_MAX_DNS_SERVERS=0",
"-DMBED_CONF_LWIP_NETBUF_RECVINFO_ENABLED=0",
"-DMBED_CONF_LWIP_NUM_NETBUF=8",
"-DMBED_CONF_LWIP_NUM_PBUF=8",
"-DMBED_CONF_LWIP_PBUF_POOL_SIZE=5",
"-DMBED_CONF_LWIP_PPP_ENABLED=0",
"-DMBED_CONF_LWIP_PPP_IPV4_ENABLED=0",
"-DMBED_CONF_LWIP_PPP_IPV6_ENABLED=0",
"-DMBED_CONF_LWIP_PPP_THREAD_STACKSIZE=768",
"-DMBED_CONF_LWIP_RAW_SOCKET_ENABLED=0",
"-DMBED_CONF_LWIP_SOCKET_MAX=4",
"-DMBED_CONF_LWIP_TCPIP_THREAD_PRIORITY=osPriorityNormal",
"-DMBED_CONF_LWIP_TCPIP_THREAD_STACKSIZE=1200",
"-DMBED_CONF_LWIP_TCP_CLOSE_TIMEOUT=1000",
"-DMBED_CONF_LWIP_TCP_ENABLED=1",
"-DMBED_CONF_LWIP_TCP_MAXRTX=6",
"-DMBED_CONF_LWIP_TCP_MSS=536",
"-DMBED_CONF_LWIP_TCP_SERVER_MAX=4",
"-DMBED_CONF_LWIP_TCP_SND_BUF=(2 * TCP_MSS)",
"-DMBED_CONF_LWIP_TCP_SOCKET_MAX=4",
"-DMBED_CONF_LWIP_TCP_SYNMAXRTX=6",
"-DMBED_CONF_LWIP_TCP_WND=(4 * TCP_MSS)",
"-DMBED_CONF_LWIP_UDP_SOCKET_MAX=4",
"-DMBED_CONF_LWIP_USE_MBED_TRACE=0",
"-DMBED_CONF_MBED_MESH_API_6LOWPAN_ND_CHANNEL=0",
"-DMBED_CONF_MBED_MESH_API_6LOWPAN_ND_CHANNEL_MASK=0x7fff800",
"-DMBED_CONF_MBED_MESH_API_6LOWPAN_ND_CHANNEL_PAGE=0",
"-DMBED_CONF_MBED_MESH_API_6LOWPAN_ND_DEVICE_TYPE=NET_6LOWPAN_ROUTER",
"-DMBED_CONF_MBED_MESH_API_6LOWPAN_ND_PANID_FILTER=0xffff",
"-DMBED_CONF_MBED_MESH_API_6LOWPAN_ND_PSK_KEY={0xa0, 0xa1, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6, 0xa7, 0xa8, 0xa9, 0xaa, 0xab, 0xac, 0xad, 0xae, 0xaf}",
"-DMBED_CONF_MBED_MESH_API_6LOWPAN_ND_PSK_KEY_ID=1",
"-DMBED_CONF_MBED_MESH_API_6LOWPAN_ND_SECURITY_MODE=NONE",
"-DMBED_CONF_MBED_MESH_API_6LOWPAN_ND_SEC_LEVEL=5",
"-DMBED_CONF_MBED_MESH_API_HEAP_SIZE=32500",
"-DMBED_CONF_MBED_MESH_API_HEAP_STAT_INFO=NULL",
"-DMBED_CONF_MBED_MESH_API_MAC_NEIGH_TABLE_SIZE=32",
"-DMBED_CONF_MBED_MESH_API_RADIUS_RETRY_COUNT=3",
"-DMBED_CONF_MBED_MESH_API_RADIUS_RETRY_IMAX=30",
"-DMBED_CONF_MBED_MESH_API_RADIUS_RETRY_IMIN=20",
"-DMBED_CONF_MBED_MESH_API_SYSTEM_TIME_UPDATE_FROM_NANOSTACK=1",
"-DMBED_CONF_MBED_MESH_API_THREAD_CONFIG_CHANNEL=22",
"-DMBED_CONF_MBED_MESH_API_THREAD_CONFIG_CHANNEL_MASK=0x7fff800",
"-DMBED_CONF_MBED_MESH_API_THREAD_CONFIG_CHANNEL_PAGE=0",
"-DMBED_CONF_MBED_MESH_API_THREAD_CONFIG_COMMISSIONING_DATASET_TIMESTAMP=0x10000",
"-DMBED_CONF_MBED_MESH_API_THREAD_CONFIG_EXTENDED_PANID={0xf1, 0xb5, 0xa1, 0xb2,0xc4, 0xd5, 0xa1, 0xbd }",
"-DMBED_CONF_MBED_MESH_API_THREAD_CONFIG_ML_PREFIX={0xfd, 0x0, 0x0d, 0xb8, 0x0, 0x0, 0x0, 0x0}",
"-DMBED_CONF_MBED_MESH_API_THREAD_CONFIG_NETWORK_NAME=\"Thread Network\"",
"-DMBED_CONF_MBED_MESH_API_THREAD_CONFIG_PANID=0x0700",
"-DMBED_CONF_MBED_MESH_API_THREAD_CONFIG_PSKC={0xc8, 0xa6, 0x2e, 0xae, 0xf3, 0x68, 0xf3, 0x46, 0xa9, 0x9e, 0x57, 0x85, 0x98, 0x9d, 0x1c, 0xd0}",
"-DMBED_CONF_MBED_MESH_API_THREAD_DEVICE_TYPE=MESH_DEVICE_TYPE_THREAD_ROUTER",
"-DMBED_CONF_MBED_MESH_API_THREAD_MASTER_KEY={0x10, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff}",
"-DMBED_CONF_MBED_MESH_API_THREAD_PSKD=\"ABCDEFGH\"",
"-DMBED_CONF_MBED_MESH_API_THREAD_SECURITY_POLICY=255",
"-DMBED_CONF_MBED_MESH_API_THREAD_USE_STATIC_LINK_CONFIG=1",
"-DMBED_CONF_MBED_MESH_API_USE_MALLOC_FOR_HEAP=0",
"-DMBED_CONF_MBED_MESH_API_WISUN_BC_CHANNEL_FUNCTION=255",
"-DMBED_CONF_MBED_MESH_API_WISUN_BC_DWELL_INTERVAL=0",
"-DMBED_CONF_MBED_MESH_API_WISUN_BC_FIXED_CHANNEL=65535",
"-DMBED_CONF_MBED_MESH_API_WISUN_BC_INTERVAL=0",
"-DMBED_CONF_MBED_MESH_API_WISUN_CHANNEL_PLAN_ID=255",
"-DMBED_CONF_MBED_MESH_API_WISUN_DEVICE_TYPE=MESH_DEVICE_TYPE_WISUN_ROUTER",
"-DMBED_CONF_MBED_MESH_API_WISUN_NETWORK_NAME=\"Wi-SUN Network\"",
"-DMBED_CONF_MBED_MESH_API_WISUN_OPERATING_CLASS=255",
"-DMBED_CONF_MBED_MESH_API_WISUN_OPERATING_MODE=255",
"-DMBED_CONF_MBED_MESH_API_WISUN_PHY_MODE_ID=255",
"-DMBED_CONF_MBED_MESH_API_WISUN_REGULATORY_DOMAIN=3",
"-DMBED_CONF_MBED_MESH_API_WISUN_UC_CHANNEL_FUNCTION=255",
"-DMBED_CONF_MBED_MESH_API_WISUN_UC_DWELL_INTERVAL=255",
"-DMBED_CONF_MBED_MESH_API_WISUN_UC_FIXED_CHANNEL=65535",
"-DMBED_CONF_MCR20A_PROVIDE_DEFAULT=0",
"-DMBED_CONF_NANOSTACK_CONFIGURATION=nanostack_full",
"-DMBED_CONF_NANOSTACK_HAL_CRITICAL_SECTION_USABLE_FROM_INTERRUPT=0",
"-DMBED_CONF_NANOSTACK_HAL_EVENT_LOOP_DISPATCH_FROM_APPLICATION=0",
"-DMBED_CONF_NANOSTACK_HAL_EVENT_LOOP_THREAD_STACK_SIZE=6144",
"-DMBED_CONF_NANOSTACK_HAL_EVENT_LOOP_USE_MBED_EVENTS=0",
"-DMBED_CONF_NANOSTACK_HAL_KVSTORE_PATH=\"/kv/\"",
"-DMBED_CONF_NANOSTACK_HAL_USE_KVSTORE=0",
"-DMBED_CONF_NANOSTACK_LIBSERVICE_NSDYNMEM_TRACKER_ENABLED=0",
"-DMBED_CONF_NANOSTACK_LIBSERVICE_PRESENT=1",
"-DMBED_CONF_NSAPI_ADD_EVENT_LISTENER_RETURN_CHANGE=0",
"-DMBED_CONF_NSAPI_DEFAULT_MESH_TYPE=THREAD",
"-DMBED_CONF_NSAPI_DEFAULT_STACK=LWIP",
"-DMBED_CONF_NSAPI_DEFAULT_WIFI_SECURITY=NONE",
"-DMBED_CONF_NSAPI_DNS_ADDRESSES_LIMIT=10",
"-DMBED_CONF_NSAPI_DNS_CACHE_SIZE=3",
"-DMBED_CONF_NSAPI_DNS_RESPONSE_WAIT_TIME=10000",
"-DMBED_CONF_NSAPI_DNS_RETRIES=1",
"-DMBED_CONF_NSAPI_DNS_TOTAL_ATTEMPTS=10",
"-DMBED_CONF_NSAPI_SOCKET_STATS_ENABLED=0",
"-DMBED_CONF_NSAPI_SOCKET_STATS_MAX_COUNT=10",
"-DMBED_CONF_PLATFORM_CALLBACK_COMPARABLE=1",
"-DMBED_CONF_PLATFORM_CALLBACK_NONTRIVIAL=0",
"-DMBED_CONF_PLATFORM_CRASH_CAPTURE_ENABLED=0",
"-DMBED_CONF_PLATFORM_CTHUNK_COUNT_MAX=8",
"-DMBED_CONF_PLATFORM_DEEPSLEEP_STATS_VERBOSE=0",
"-DMBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE=9600",
"-DMBED_CONF_PLATFORM_ERROR_ALL_THREADS_INFO=0",
"-DMBED_CONF_PLATFORM_ERROR_FILENAME_CAPTURE_ENABLED=0",
"-DMBED_CONF_PLATFORM_ERROR_HIST_ENABLED=0",
"-DMBED_CONF_PLATFORM_ERROR_HIST_SIZE=4",
"-DMBED_CONF_PLATFORM_ERROR_REBOOT_MAX=1",
"-DMBED_CONF_PLATFORM_FATAL_ERROR_AUTO_REBOOT_ENABLED=0",
"-DMBED_CONF_PLATFORM_MAX_ERROR_FILENAME_LEN=16",
"-DMBED_CONF_PLATFORM_MINIMAL_PRINTF_ENABLE_64_BIT=1",
"-DMBED_CONF_PLATFORM_MINIMAL_PRINTF_ENABLE_FLOATING_POINT=0",
"-DMBED_CONF_PLATFORM_MINIMAL_PRINTF_SET_FLOATING_POINT_MAX_DECIMALS=6",
"-DMBED_CONF_PLATFORM_POLL_USE_LOWPOWER_TIMER=0",
"-DMBED_CONF_PLATFORM_STDIO_BAUD_RATE=9600",
"-DMBED_CONF_PLATFORM_STDIO_BUFFERED_SERIAL=0",
"-DMBED_CONF_PLATFORM_STDIO_CONVERT_NEWLINES=1",
"-DMBED_CONF_PLATFORM_STDIO_CONVERT_TTY_NEWLINES=1",
"-DMBED_CONF_PLATFORM_STDIO_FLUSH_AT_EXIT=1",
"-DMBED_CONF_PLATFORM_STDIO_MINIMAL_CONSOLE_ONLY=0",
"-DMBED_CONF_PLATFORM_USE_MPU=1",
"-DMBED_CONF_PPP_ENABLED=0",
"-DMBED_CONF_PPP_ENABLE_TRACE=0",
"-DMBED_CONF_PPP_IPV4_ENABLED=1",
"-DMBED_CONF_PPP_IPV6_ENABLED=0",
"-DMBED_CONF_PPP_MBED_EVENT_QUEUE=0",
"-DMBED_CONF_PPP_THREAD_STACKSIZE=816",
"-DMBED_CONF_QUECTEL_BC95_BAUDRATE=9600",
"-DMBED_CONF_QUECTEL_BC95_PROVIDE_DEFAULT=0",
"-DMBED_CONF_QUECTEL_BG96_BAUDRATE=115200",
"-DMBED_CONF_QUECTEL_BG96_PROVIDE_DEFAULT=0",
"-DMBED_CONF_QUECTEL_EC2X_BAUDRATE=115200",
"-DMBED_CONF_QUECTEL_EC2X_PROVIDE_DEFAULT=0",
"-DMBED_CONF_QUECTEL_EC2X_START_TIMEOUT=15000",
"-DMBED_CONF_QUECTEL_M26_BAUDRATE=115200",
"-DMBED_CONF_QUECTEL_M26_PROVIDE_DEFAULT=0",
"-DMBED_CONF_QUECTEL_UG96_BAUDRATE=115200",
"-DMBED_CONF_QUECTEL_UG96_PROVIDE_DEFAULT=0",
"-DMBED_CONF_RM1000_AT_BAUDRATE=230400",
"-DMBED_CONF_RM1000_AT_PROVIDE_DEFAULT=0",
"-DMBED_CONF_RTOS_API_PRESENT=1",
"-DMBED_CONF_RTOS_ENABLE_ALL_RTX_EVENTS=0",
"-DMBED_CONF_RTOS_EVFLAGS_NUM=0",
"-DMBED_CONF_RTOS_IDLE_THREAD_STACK_SIZE=512",
"-DMBED_CONF_RTOS_IDLE_THREAD_STACK_SIZE_DEBUG_EXTRA=128",
"-DMBED_CONF_RTOS_IDLE_THREAD_STACK_SIZE_TICKLESS_EXTRA=256",
"-DMBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE=4096",
"-DMBED_CONF_RTOS_MSGQUEUE_DATA_SIZE=0",
"-DMBED_CONF_RTOS_MSGQUEUE_NUM=0",
"-DMBED_CONF_RTOS_MUTEX_NUM=0",
"-DMBED_CONF_RTOS_PRESENT=1",
"-DMBED_CONF_RTOS_SEMAPHORE_NUM=0",
"-DMBED_CONF_RTOS_THREAD_NUM=0",
"-DMBED_CONF_RTOS_THREAD_STACK_SIZE=4096",
"-DMBED_CONF_RTOS_THREAD_USER_STACK_SIZE=0",
"-DMBED_CONF_RTOS_TIMER_NUM=0",
"-DMBED_CONF_RTOS_TIMER_THREAD_STACK_SIZE=768",
"-DMBED_CONF_S2LP_PROVIDE_DEFAULT=0",
"-DMBED_CONF_SARA4_PPP_BAUDRATE=115200",
"-DMBED_CONF_SARA4_PPP_PROVIDE_DEFAULT=0",
"-DMBED_CONF_STM32_EMAC_ETH_PHY_ADDRESS=0",
"-DMBED_CONF_STM32_EMAC_ETH_PHY_AUTONEGOTIATION=ETH_AUTONEGOTIATION_ENABLE",
"-DMBED_CONF_STM32_EMAC_ETH_PHY_DUPLEXMODE=ETH_MODE_FULLDUPLEX",
"-DMBED_CONF_STM32_EMAC_ETH_PHY_DUPLEX_STATUS=0x0010",
"-DMBED_CONF_STM32_EMAC_ETH_PHY_MEDIA_INTERFACE=ETH_MEDIA_INTERFACE_RMII",
"-DMBED_CONF_STM32_EMAC_ETH_PHY_RESET_DELAY=500",
"-DMBED_CONF_STM32_EMAC_ETH_PHY_SPEED=ETH_SPEED_100M",
"-DMBED_CONF_STM32_EMAC_ETH_PHY_SPEED_STATUS=0x0004",
"-DMBED_CONF_STM32_EMAC_ETH_PHY_STATUS_REGISTER=31",
"-DMBED_CONF_STM32_EMAC_ETH_RXBUFNB=4",
"-DMBED_CONF_STM32_EMAC_ETH_TXBUFNB=4",
"-DMBED_CONF_STM32_EMAC_THREAD_STACKSIZE=1024",
"-DMBED_CONF_STORAGE_DEFAULT_KV=kv",
"-DMBED_CONF_STORAGE_FILESYSTEM_BLOCKDEVICE=default",
"-DMBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_BASE_ADDRESS=0",
"-DMBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_SIZE=0",
"-DMBED_CONF_STORAGE_FILESYSTEM_FILESYSTEM=default",
"-DMBED_CONF_STORAGE_FILESYSTEM_FOLDER_PATH=kvstore",
"-DMBED_CONF_STORAGE_FILESYSTEM_INTERNAL_BASE_ADDRESS=0",
"-DMBED_CONF_STORAGE_FILESYSTEM_MOUNT_POINT=kv",
"-DMBED_CONF_STORAGE_FILESYSTEM_NO_RBP_BLOCKDEVICE=default",
"-DMBED_CONF_STORAGE_FILESYSTEM_NO_RBP_EXTERNAL_BASE_ADDRESS=0",
"-DMBED_CONF_STORAGE_FILESYSTEM_NO_RBP_EXTERNAL_SIZE=0",
"-DMBED_CONF_STORAGE_FILESYSTEM_NO_RBP_FILESYSTEM=default",
"-DMBED_CONF_STORAGE_FILESYSTEM_NO_RBP_FOLDER_PATH=kvstore",
"-DMBED_CONF_STORAGE_FILESYSTEM_NO_RBP_MOUNT_POINT=kv",
"-DMBED_CONF_STORAGE_FILESYSTEM_RBP_INTERNAL_SIZE=0",
"-DMBED_CONF_STORAGE_STORAGE_TYPE=default",
"-DMBED_CONF_STORAGE_TDB_EXTERNAL_BLOCKDEVICE=default",
"-DMBED_CONF_STORAGE_TDB_EXTERNAL_EXTERNAL_BASE_ADDRESS=0",
"-DMBED_CONF_STORAGE_TDB_EXTERNAL_EXTERNAL_SIZE=0",
"-DMBED_CONF_STORAGE_TDB_EXTERNAL_INTERNAL_BASE_ADDRESS=0",
"-DMBED_CONF_STORAGE_TDB_EXTERNAL_NO_RBP_BLOCKDEVICE=default",
"-DMBED_CONF_STORAGE_TDB_EXTERNAL_NO_RBP_EXTERNAL_BASE_ADDRESS=0",
"-DMBED_CONF_STORAGE_TDB_EXTERNAL_NO_RBP_EXTERNAL_SIZE=0",
"-DMBED_CONF_STORAGE_TDB_EXTERNAL_RBP_INTERNAL_SIZE=0",
"-DMBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_BASE_ADDRESS=0",
"-DMBED_CONF_STORAGE_TDB_INTERNAL_INTERNAL_SIZE=0",
"-DMBED_CONF_TARGET_BOOT_STACK_SIZE=0x400",
"-DMBED_CONF_TARGET_CONSOLE_UART=1",
"-DMBED_CONF_TARGET_CUSTOM_TICKERS=1",
"-DMBED_CONF_TARGET_DEEP_SLEEP_LATENCY=4",
"-DMBED_CONF_TARGET_DEFAULT_ADC_VREF=NAN",
"-DMBED_CONF_TARGET_GPIO_RESET_AT_INIT=0",
"-DMBED_CONF_TARGET_I2C_TIMING_VALUE_ALGO=0",
"-DMBED_CONF_TARGET_INIT_US_TICKER_AT_BOOT=1",
"-DMBED_CONF_TARGET_INTERNAL_FLASH_UNIFORM_SECTORS=1",
"-DMBED_CONF_TARGET_LPTICKER_LPTIM=1",
"-DMBED_CONF_TARGET_LPTICKER_LPTIM_CLOCK=1",
"-DMBED_CONF_TARGET_LPUART_CLOCK_SOURCE=USE_LPUART_CLK_HSI",
"-DMBED_CONF_TARGET_LSE_AVAILABLE=1",
"-DMBED_CONF_TARGET_LSE_DRIVE_LOAD_LEVEL=RCC_LSEDRIVE_LOW",
"-DMBED_CONF_TARGET_MPU_ROM_END=0x0fffffff",
"-DMBED_CONF_TARGET_RTC_CLOCK_SOURCE=USE_RTC_CLK_LSE_OR_LSI",
"-DMBED_CONF_TARGET_TICKLESS_FROM_US_TICKER=0",
"-DMBED_CONF_TARGET_XIP_ENABLE=0",
"-DMBED_CONF_TELIT_HE910_BAUDRATE=115200",
"-DMBED_CONF_TELIT_HE910_PROVIDE_DEFAULT=0",
"-DMBED_CONF_TELIT_ME310_BAUDRATE=115200",
"-DMBED_CONF_TELIT_ME310_PROVIDE_DEFAULT=0",
"-DMBED_CONF_TELIT_ME910_BAUDRATE=115200",
"-DMBED_CONF_TELIT_ME910_PROVIDE_DEFAULT=0",
"-DMBED_CONF_UBLOX_AT_BAUDRATE=115200",
"-DMBED_CONF_UBLOX_AT_PROVIDE_DEFAULT=0",
"-DMBED_CONF_UBLOX_N2XX_BAUDRATE=9600",
"-DMBED_CONF_UBLOX_N2XX_PROVIDE_DEFAULT=0",
"-DMBED_CONF_UBLOX_PPP_BAUDRATE=115200",
"-DMBED_CONF_UBLOX_PPP_PROVIDE_DEFAULT=0",
"-DMBED_CRC_TABLE_SIZE=16",
"-DMBED_LFS2_BLOCK_CYCLES=1024",
"-DMBED_LFS2_BLOCK_SIZE=512",
"-DMBED_LFS2_CACHE_SIZE=64",
"-DMBED_LFS2_ENABLE_INFO=0",
"-DMBED_LFS2_INTRINSICS=1",
"-DMBED_LFS2_LOOKAHEAD_SIZE=64",
"-DMBED_LFS_BLOCK_SIZE=512",
"-DMBED_LFS_ENABLE_INFO=0",
"-DMBED_LFS_INTRINSICS=1",
"-DMBED_LFS_LOOKAHEAD=512",
"-DMBED_LFS_PROG_SIZE=64",
"-DMBED_LFS_READ_SIZE=64",
"-DMBED_MINIMAL_PRINTF",
"-DMBED_STACK_DUMP_ENABLED=0",
"-DMBED_TICKLESS",
"-DMBED_TRACE_COLOR_THEME=0",
"-DMBED_TRAP_ERRORS_ENABLED=1",
"-DMEM_ALLOC=malloc",
"-DMEM_FREE=free",
"-DNSAPI_PPP_AVAILABLE=(MBED_CONF_PPP_ENABLED || MBED_CONF_LWIP_PPP_ENABLED)",
"-DNSDYNMEM_TRACKER_ENABLED=MBED_CONF_NANOSTACK_LIBSERVICE_NSDYNMEM_TRACKER_ENABLED",
"-DNS_USE_EXTERNAL_MBED_TLS",
"-DPPP_DEBUG=0",
"-DSTM32U575xx",
"-DTARGET_CORTEX",
"-DTARGET_CORTEX_M",
"-DTARGET_FF_ARDUINO_UNO",
"-DTARGET_LIKE_CORTEX_M33",
"-DTARGET_LIKE_MBED",
"-DTARGET_M33",
"-DTARGET_MCU_STM32",
"-DTARGET_MCU_STM32U5",
"-DTARGET_MCU_STM32U575xI",
"-DTARGET_NAME=NUCLEO_U575ZI_Q",
"-DTARGET_NUCLEO_U575ZI_Q",
"-DTARGET_STM",
"-DTARGET_STM32U5",
"-DTARGET_STM32U575xI",
"-DTARGET_Target",
"-DTOOLCHAIN_GCC",
"-DTOOLCHAIN_GCC_ARM",
"-DTRANSACTION_QUEUE_SIZE_SPI=2",
"-DUNITY_INCLUDE_CONFIG_H",
"-DUSE_FULL_LL_DRIVER",
"-DUSE_HAL_DRIVER",
"-D_RTE_",
"-D__CMSIS_RTOS",
"-D__CORTEX_M33",
"-D__DSP_PRESENT=1U",
"-D__FPU_PRESENT=1U",
"-D__MBED__=1",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/src",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Config",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Include",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Include1",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/cmsis/CMSIS_5/CMSIS/RTOS2/Include",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/cmsis/device/rtos/include",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/cmsis/device/RTE/include",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/cmsis/device/.",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/drivers/.",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/drivers/./include",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/drivers/./include/drivers",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/drivers/./include/drivers/internal",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/hal/usb/include",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/hal/usb/include/usb",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/hal/include",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/hal/include/hal",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/platform/cxxsupport/.",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/platform/mbed-trace/include",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/platform/mbed-trace/include/mbed-trace",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/platform/source/minimal-printf/.",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/platform/source/.",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/platform/include",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/platform/include/platform",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/platform/include/platform/internal",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/rtos/.",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/rtos/./include",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/rtos/./include/rtos",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/rtos/./include/rtos/internal",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/rtos/./source",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/connectivity/libraries/nanostack-libservice/.",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/connectivity/libraries/nanostack-libservice/./mbed-client-libservice",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/targets/TARGET_STM/TARGET_STM32U5/TARGET_STM32U575xI/TARGET_NUCLEO_U575ZI_Q/.",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/targets/TARGET_STM/TARGET_STM32U5/TARGET_STM32U575xI/.",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/targets/TARGET_STM/TARGET_STM32U5/.",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/targets/TARGET_STM/.",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/cmsis/CMSIS_5/CMSIS/TARGET_CORTEX_M/Include",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/targets/TARGET_STM/TARGET_STM32U5/STM32Cube_FW/.",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/targets/TARGET_STM/TARGET_STM32U5/STM32Cube_FW/CMSIS",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/targets/TARGET_STM/TARGET_STM32U5/STM32Cube_FW/STM32U5xx_HAL_Driver",
"-I/home/filip/Documents/programming/uni/pvs/semestralka1/mbed-os/targets/TARGET_STM/TARGET_STM32U5/STM32Cube_FW/STM32U5xx_HAL_Driver/Legacy",
"-Wall",
"-Wextra",
"-Wno-unused-parameter",
"-Wno-missing-field-initializers",
"-fmessage-length=0",
"-fno-exceptions",
"-ffunction-sections",
"-fdata-sections",
"-funsigned-char",
"-fomit-frame-pointer",
"-g3",
"-mthumb",
"-mfpu=fpv5-sp-d16",
"-mfloat-abi=softfp",
"-mcpu=cortex-m33",
"-fno-rtti",
"-Wvla",
"-Os",
"-c",
"-o",
"CMakeFiles/mbed-os-example-blinky.dir/src/render/loop.cpp.obj",
"/home/filip/Documents/programming/uni/pvs/semestralka1/src/render/loop.cpp"
],
"directory": "/home/filip/Documents/programming/uni/pvs/semestralka1/cmake_build/NUCLEO_U575ZI_Q/develop/GCC_ARM",
"file": "/home/filip/Documents/programming/uni/pvs/semestralka1/src/render/loop.cpp",
"output": "/home/filip/Documents/programming/uni/pvs/semestralka1/cmake_build/NUCLEO_U575ZI_Q/develop/GCC_ARM/CMakeFiles/mbed-os-example-blinky.dir/src/render/loop.cpp.obj"
}
]

View File

@@ -1,7 +1,7 @@
// background_dark_inverted.h // src/assets/background_frame.h
#pragma once #pragma once
static const char *BACKGROUND_DARK_INVERTED[] = { static const char *BACKGROUND_MASK[] = {
"~`````````````````````````````````````````````````````````````````````````````````````\"````````````````````````````````~```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````+````````````````````~````````````````````````````````~```````````````````````````````````````````````````````", "~`````````````````````````````````````````````````````````````````````````````````````\"````````````````````````````````~```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````+````````````````````~````````````````````````````````~```````````````````````````````````````````````````````",
"...................................................................,.......................:..........................................'.........`..:.....................................................................................................+...................................:...........:..,................................................", "...................................................................,.......................:..........................................'.........`..:.....................................................................................................+...................................:...........:..,................................................",
"...........................\"............................................._................................+...........................................................................................................,..............................................`..............................................................!........................", "...........................\"............................................._................................+...........................................................................................................,..............................................`..............................................................!........................",
@@ -19,5 +19,4 @@ static const char *BACKGROUND_DARK_INVERTED[] = {
"...,,,,,,,,4@@@$g@....,7^=sa@@$a@@@@@@@@@@@@@@@@@@~``.`,,,,,,,,:::`,g@R@BZa$TTTTF5PM@@@@^:`'`~T5#@@y_`,u@~$@$@@g_,F,,,,`@@@@'':^na$g@@@=_:@@.`,.4__,,,,,,,,,g@@K:,,,,,,g@@@@w....,,,,,,,,,$@@$g@F...,,^=#aa@$gg@@@@@@@@@@@@@@@@@F``.`,,,,,,,,,::`,:@@P@R5$T~TTFFPP5@@@$:'``~~7P@@y_``,$E4@W@$@y,4::,,`3@@@[`:,raagg@@Fk`@@L.,.`g_,,,,,,,,,,g@@~:,,,,,,g@@@$..", "...,,,,,,,,4@@@$g@....,7^=sa@@$a@@@@@@@@@@@@@@@@@@~``.`,,,,,,,,:::`,g@R@BZa$TTTTF5PM@@@@^:`'`~T5#@@y_`,u@~$@$@@g_,F,,,,`@@@@'':^na$g@@@=_:@@.`,.4__,,,,,,,,,g@@K:,,,,,,g@@@@w....,,,,,,,,,$@@$g@F...,,^=#aa@$gg@@@@@@@@@@@@@@@@@F``.`,,,,,,,,,::`,:@@P@R5$T~TTFFPP5@@@$:'``~~7P@@y_``,$E4@W@$@y,4::,,`3@@@[`:,raagg@@Fk`@@L.,.`g_,,,,,,,,,,g@@~:,,,,,,g@@@$..",
"..,:''``a$gg@$@@ZF...:,,,,,,:`~T@@@@@@@@@@@@@A@@^``...:,,,,,`,,::,.,@@@@@@@@,`.`````@@@[',,,,,,,,,,`TR@@@@@@@$@@@`'''':,A@MP.,,,,,\"~TT@,`3@@*g'.`4@':,,,,,,:EDT,,,,,,,_@@@@@$....:':':H$$g@$@@$@....,,,,,`:`~7R@@@@@@@@@@@@AR@@```..,',,,'``,,::,,d@0@@@@@y`.`````g@@@`',,,,,,,,,:79@$@@@@@@@@@'\"``':,!$FP~:,,,,,~~7@y.~A@mg@'.\"@F::,,,,,,4ER~,,,,,,,g@@@@@..", "..,:''``a$gg@$@@ZF...:,,,,,,:`~T@@@@@@@@@@@@@A@@^``...:,,,,,`,,::,.,@@@@@@@@,`.`````@@@[',,,,,,,,,,`TR@@@@@@@$@@@`'''':,A@MP.,,,,,\"~TT@,`3@@*g'.`4@':,,,,,,:EDT,,,,,,,_@@@@@$....:':':H$$g@$@@$@....,,,,,`:`~7R@@@@@@@@@@@@AR@@```..,',,,'``,,::,,d@0@@@@@y`.`````g@@@`',,,,,,,,,:79@$@@@@@@@@@'\"``':,!$FP~:,,,,,~~7@y.~A@mg@'.\"@F::,,,,,,4ER~,,,,,,,g@@@@@..",
}; };
static const int BACKGROUND_DARK_INVERTED_LINES = static const int VIEW_HEIGHT = sizeof(BACKGROUND_MASK) / sizeof(BACKGROUND_MASK[0]);
sizeof(BACKGROUND_DARK_INVERTED) / sizeof(BACKGROUND_DARK_INVERTED[0]);

View File

@@ -0,0 +1,38 @@
// src/assets/character_crawl_frames.h
#pragma once
// Crawl frame 1
static const char *CRAWL_FRAME_1[] = {
"........",
"........",
"...y4@W.",
"..a@a`..",
"..@@R@=.",
".aa@s@.."
};
// Crawl frame 2
static const char *CRAWL_FRAME_2[] = {
"........",
"........",
"........",
".____...",
".@@@@yg,",
".a@@PR@L"
};
enum class CrawlFrame {
Crawl1 = 0,
Crawl2,
COUNT
};
static const char **CHARACTER_CRAWL_FRAMES[] = {
CRAWL_FRAME_1,
CRAWL_FRAME_2
};
static const int CHARACTER_CRAWL_FRAME_COUNT = sizeof(CHARACTER_CRAWL_FRAMES) / sizeof(CHARACTER_CRAWL_FRAMES[0]);
// Height (rows per crawl frame)
static const int CHARACTER_CRAWL_FRAME_HEIGHT = sizeof(CRAWL_FRAME_1) / sizeof(CRAWL_FRAME_1[0]);

View File

@@ -0,0 +1,98 @@
// src/assets/character_run_frames.h
#pragma once
// Run frame 1
static const char *RUN_FRAME_1[] = {
"....g@w.",
"..._ZF~.",
"..@~@@y=",
"\".g@_`.",
"_ygF.Ry.",
"`~`...4L",
};
// Run frame 2
static const char *RUN_FRAME_2[] = {
"....g@w.",
"..._Z~~.",
"..aM@$y,",
"..~a@_`.",
".yy@`$..",
"..`..@..",
};
// Run frame 3
static const char *RUN_FRAME_3[] = {
"...a@$..",
"..._Z~..",
"..a@@...",
"..R@@=..",
".yy@@...",
".``u@...",
};
// Run frame 4
static const char *RUN_FRAME_4[] = {
"..g@$...",
"..yT`...",
".g@F....",
".4@L....",
"._$$....",
".`@~....",
};
// Run frame 5
static const char *RUN_FRAME_5[] = {
"...@@...",
".._Z~...",
"..@@....",
"..$@#...",
"..g@L...",
".yFP....",
};
// Run frame 6
static const char *RUN_FRAME_6[] = {
"....@@..",
"..._Z~..",
"..y@@,_.",
"..@$@~~.",
"..y@~$..",
".aF~.4L.",
};
// Run frame 7
static const char *RUN_FRAME_7[] = {
"....a@e.",
"..._ZF`.",
"..a~@@y=",
"..'y@L`.",
"_yyP.4y.",
"`~`...4L",
};
enum class RunFrame {
Run1 = 0,
Run2,
Run3,
Run4,
Run5,
Run6,
Run7,
COUNT
};
static const char **CHARACTER_RUN_FRAMES[] = {
RUN_FRAME_1,
RUN_FRAME_2,
RUN_FRAME_3,
RUN_FRAME_4,
RUN_FRAME_5,
RUN_FRAME_6,
RUN_FRAME_7,
};
static const int CHARACTER_RUN_FRAME_COUNT = sizeof(CHARACTER_RUN_FRAMES) / sizeof(CHARACTER_RUN_FRAMES[0]);
// Height (rows per run frame)
static const int CHARACTER_RUN_FRAME_HEIGHT = sizeof(RUN_FRAME_1) / sizeof(RUN_FRAME_1[0]);

View File

@@ -0,0 +1,98 @@
// src/assets/character_walk_frames.h
#pragma once
// Walk frame 1
static const char *WALK_FRAME_1[] = {
"..a@w.",
".._T`.",
".s@@y.",
".^$$~T",
".y@`$.",
"=F..?K",
};
// Walk frame 2
static const char *WALK_FRAME_2[] = {
"..y@$.",
".._Z~.",
".y@@L.",
".4W@Z!",
"._$~$.",
"~~`.0.",
};
// Walk frame 3
static const char *WALK_FRAME_3[] = {
"..g@L.",
".._T~.",
".g@$..",
".J@@..",
"_y$4L.",
"~~.4~.",
};
// Walk frame 4
static const char *WALK_FRAME_4[] = {
"..a@w.",
"..~T~.",
"..@$..",
"..@$..",
"..y@..",
".\"~@..",
};
// Walk frame 5
static const char *WALK_FRAME_5[] = {
"..@@..",
"..Z~..",
"..@L..",
"..@L..",
"..$%..",
".4F...",
};
// Walk frame 6
static const char *WALK_FRAME_6[] = {
".u@$..",
"..Z~..",
".g@_..",
".$@5+.",
"._BL..",
"uP.@..",
};
// Walk frame 7
static const char *WALK_FRAME_7[] = {
"..a@w.",
".._T`.",
".s@@y.",
".^$$~T",
".yE`$.",
"=F..JK",
};
enum class WalkFrame {
Walk1 = 0,
Walk2,
Walk3,
Walk4,
Walk5,
Walk6,
Walk7,
COUNT
};
static const char **CHARACTER_WALK_FRAMES[] = {
WALK_FRAME_1,
WALK_FRAME_2,
WALK_FRAME_3,
WALK_FRAME_4,
WALK_FRAME_5,
WALK_FRAME_6,
WALK_FRAME_7,
};
static const int CHARACTER_WALK_FRAME_COUNT = sizeof(CHARACTER_WALK_FRAMES) / sizeof(CHARACTER_WALK_FRAMES[0]);
// Height (rows per walk frame)
static const int CHARACTER_WALK_FRAME_HEIGHT = sizeof(WALK_FRAME_1) / sizeof(WALK_FRAME_1[0]);

View File

@@ -0,0 +1,16 @@
// src/game/animation.cpp
#include "animation.h"
AnimationController::AnimationController() {
anim_timer.start();
}
bool AnimationController::tick(int speed) {
if (anim_timer.elapsed_time() >= ANIMATION_TICK) {
// speed determines scroll steps per tick
shift += speed;
anim_timer.reset();
return true;
}
return false;
}

View File

@@ -0,0 +1,20 @@
// src/game/animation.h
#pragma once
#include "mbed.h"
constexpr auto ANIMATION_TICK = 170ms;
class AnimationController {
private:
Timer anim_timer;
int shift = 0;
public:
AnimationController();
// Update animation, returns true if redraw needed
bool tick(int speed);
// Getters
int get_shift() const { return shift; }
};

View File

@@ -0,0 +1,167 @@
// src/game/state.cpp
#include "state.h"
#include "../render/player.h"
#include "../timing/speed_controller.h"
#include "../assets/character_run_frames.h"
#include "../assets/character_walk_frames.h"
#include "../assets/character_crawl_frames.h"
#include <cmath>
namespace {
// Frame selector with two regimes:
// 1) Normal (speed <= 6): pingpong with holds at both ends
// 2) Highspeed (speed >= 7): 0, random(1..last-1), last, random(1..last-1)...
static inline int compute_frame_index(int frame_count,
float player_speed,
int tick_counter) {
if (frame_count <= 1) return 0;
if (player_speed <= 0.0f) return 0;
const int last = frame_count - 1;
// High-speed pattern: 0, rand(1..last-1), last, rand(1..last-1), ...
if (player_speed >= 7.0f) {
// Special-case 2-frame animations
if (frame_count <= 2) {
return (tick_counter & 1) ? 1 : 0;
}
// Even ticks → extremes (0 or last), alternating each time.
// Odd ticks → pseudo-random mid in [1..last-1].
if ((tick_counter & 1) == 0) {
// Alternate 0 and last on even ticks
bool choose_zero = ((tick_counter >> 1) & 1) == 0;
return choose_zero ? 0 : last;
} else {
// Simple deterministic PRNG from tick_counter and speed
unsigned int seed =
static_cast<unsigned int>(tick_counter) * 1664525u + 1013904223u;
seed ^= static_cast<unsigned int>(frame_count) * 2654435761u;
seed ^= static_cast<unsigned int>(player_speed * 997.0f);
int range = last - 1; // size of 1..last-1
if (range <= 0) return 0; // safety
int mid = 1 + static_cast<int>(seed % static_cast<unsigned int>(range));
return mid;
}
}
// Normal-speed regime: discrete pingpong with holds at both ends.
// - speed 1 => 0,1,2,...,last, last, ..., 2,1, 0,0 ...
// - speed 2 => advances 2 steps per tick (skipping every second timeline entry)
// - holds at ends make 0 and last appear more frequently
const int hold = 2; // how many extra steps to hold at each end
// One full pingpong cycle length:
// [hold at 0] + [ascend 1..last] + [hold at last] + [descend last-1..0]
const int ascend_len = last; // produces 1..last (length = last)
const int descend_len = last; // produces last-1..0 (length = last)
const int cycle_len = hold + ascend_len + hold + descend_len;
// Advance by an integer number of steps per tick based on speed
int step = static_cast<int>(floorf(player_speed + 0.5f));
if (step < 1) step = 1;
// Use 64-bit for safety, then fold into cycle length
const long long pos64 =
(static_cast<long long>(tick_counter) *
static_cast<long long>(step)) %
static_cast<long long>(cycle_len);
int pos = static_cast<int>(pos64);
// Map timeline position to frame index
if (pos < hold) {
return 0; // hold at 0
}
pos -= hold;
if (pos < ascend_len) {
// ascend: 1..last
return (pos + 1);
}
pos -= ascend_len;
if (pos < hold) {
return last; // hold at last
}
pos -= hold;
// descend: last-1 .. 0
return last - 1 - pos;
}
} // namespace
void WalkingState::update() {
// stop crawling after duration
if (current_state == PlayerState::Crawl &&
state_timer.elapsed_time() >= CRAWL_DURATION) {
current_state = PlayerState::Walk;
state_timer.stop();
}
}
void WalkingState::start_crawl() {
current_state = PlayerState::Crawl;
state_timer.reset();
state_timer.start();
}
void WalkingState::set_state(PlayerState s) {
if (current_state != s) {
walk_index = run_index = crawl_index = 0;
phase = 0.0f;
}
current_state = s;
}
void WalkingState::set_motion_state_for_speed(int player_speed, int ground_speed) {
int relative = player_speed - ground_speed;
PlayerState new_state = (relative > 1) ? PlayerState::Run : PlayerState::Walk;
if (new_state != current_state) {
run_index = 0;
walk_index = 0;
}
current_state = new_state;
}
// TODO THIS NEEDS REDESIGN FOR WALK/RUN
void WalkingState::toggle_walk_frame(float player_speed, int tick_counter) {
switch (current_state) {
case PlayerState::Run:
run_index =
compute_frame_index(CHARACTER_RUN_FRAME_COUNT, player_speed, tick_counter);
break;
case PlayerState::Walk:
walk_index =
compute_frame_index(CHARACTER_WALK_FRAME_COUNT, player_speed, tick_counter);
break;
case PlayerState::Crawl:
crawl_index =
compute_frame_index(CHARACTER_CRAWL_FRAME_COUNT, player_speed, tick_counter);
break;
}
}
FrameSelection WalkingState::get_frame_selection() const {
FrameSelection f{};
switch (current_state) {
case PlayerState::Walk:
f.movement = MovementType::Walk;
f.frame_index = walk_index;
break;
case PlayerState::Run:
f.movement = MovementType::Run;
f.frame_index = run_index;
break;
case PlayerState::Crawl:
f.movement = MovementType::Crawl;
f.frame_index = crawl_index;
break;
default:
f.movement = MovementType::Walk;
f.frame_index = walk_index;
break;
}
return f;
}

View File

@@ -0,0 +1,35 @@
// src/game/state.h
#pragma once
#include "mbed.h"
#include "../render/player.h"
constexpr auto CRAWL_DURATION = 300ms;
enum class PlayerState { Walk, Run, Crawl };
struct FrameSelection {
MovementType movement;
int frame_index;
};
class WalkingState {
private:
PlayerState current_state = PlayerState::Walk;
Timer state_timer;
int walk_index = 0; // cycles 06
int run_index = 0; // cycles 06
int crawl_index = 0; // cycles 01
float phase = 0.0f;
public:
void update();
void start_crawl();
void set_motion_state_for_speed(int player_speed, int ground_speed);
void toggle_walk_frame(float player_speed, int tick_counter);
FrameSelection get_frame_selection() const;
PlayerState get_state() const { return current_state; }
void set_state(PlayerState s);
};

View File

@@ -0,0 +1,49 @@
// src/hardware/uart.cpp
#include "uart.h"
#include <cstring>
UartReader::UartReader(BufferedSerial &serial) : serial_port(serial) {
memset(rx_buffer, 0, sizeof(rx_buffer));
memset(message, 0, sizeof(message));
}
UartEvent UartReader::poll() {
bool changed = false;
bool triggered = false;
// cita spravu z uartu
if (serial_port.readable()) {
memset(rx_buffer, 0, sizeof(rx_buffer));
ssize_t num = serial_port.read(rx_buffer, sizeof(rx_buffer) - 1);
if (num > 0) {
strncpy(message, rx_buffer, sizeof(message) - 1);
message_active = true;
changed = true;
triggered = true;
}
}
// casovac na 1s zobrazenia spravy
if (!timer_started) {
msg_timer.start();
timer_started = true;
}
// po jednu sekundu sa sprava zobrazi
if (message_active && msg_timer.elapsed_time() > MESSAGE_DISPLAY_DURATION) {
message_active = false;
memset(message, 0, sizeof(message));
msg_timer.reset();
changed = true;
}
if (triggered)
return UartEvent::Triggered;
if (changed)
return UartEvent::MessageUpdate;
return UartEvent::NoChange;
}
const char* UartReader::get_message() const {
return message_active ? message : nullptr;
}

View File

@@ -0,0 +1,35 @@
// src/hardware/uart.h
#pragma once
#include "mbed.h"
#include <cstddef>
constexpr size_t UART_BUFFER_SIZE = 64;
constexpr auto MESSAGE_DISPLAY_DURATION = 1s;
enum class UartEvent {
NoChange = 0, // No new data
MessageUpdate = 1, // Message changed (received or expired)
Triggered = 2 // New message received (trigger action)
};
class UartReader {
private:
BufferedSerial &serial_port;
char rx_buffer[UART_BUFFER_SIZE];
char message[UART_BUFFER_SIZE];
bool message_active = false;
Timer msg_timer;
bool timer_started = false;
public:
UartReader(BufferedSerial &serial);
// Poll for UART events
UartEvent poll();
// Get current message (nullptr if no active message)
const char* get_message() const;
bool has_message() const { return message_active; }
};

View File

@@ -1,7 +1,7 @@
// main.cpp // main.cpp
#include "mbed.h" #include "mbed.h"
#include "background_dark_inverted.h" #include "assets/background_frame.h"
#include "render/loop.h" #include "render/loop.h"
#define TARGET_TX_PIN USBTX #define TARGET_TX_PIN USBTX
@@ -22,5 +22,5 @@ int main(void) {
printf("Baud: %d, Format: 8-N-1\r\n", BAUD_RATE); printf("Baud: %d, Format: 8-N-1\r\n", BAUD_RATE);
// Just call into render feature // Just call into render feature
render_loop(4); render_loop(6);
} }

View File

@@ -1,18 +1,16 @@
// src/render/background.cpp // src/render/background.cpp
#include "../background_dark_inverted.h" #include "background.h"
#include "../assets/background_frame.h"
#include <cstdio> #include <cstdio>
#include <cstring> #include <cstring>
void draw_mask(const char *unused_filename, int shift, const char *text) { void draw_mask(const char *unused_filename, int shift, const char *text) {
const int view_width = 90;
const int view_height = 16;
// Terminal clear + home // Terminal clear + home
printf("\033[2J\033[H"); printf("\033[2J\033[H");
for (int i = 0; i < view_height && i < BACKGROUND_DARK_INVERTED_LINES; i++) { for (int i = 0; i < VIEW_HEIGHT && i < VIEW_HEIGHT; i++) {
const char *row = BACKGROUND_DARK_INVERTED[i]; const char *row = BACKGROUND_MASK[i];
int width = strlen(row); int width = strlen(row);
if (width == 0) { if (width == 0) {
printf("\r\n"); printf("\r\n");
@@ -21,7 +19,7 @@ void draw_mask(const char *unused_filename, int shift, const char *text) {
int start = shift % width; int start = shift % width;
for (int j = 0; j < view_width; j++) { for (int j = 0; j < VIEW_WIDTH; j++) {
printf("%c", row[(start + j) % width]); printf("%c", row[(start + j) % width]);
} }
printf("\r\n"); printf("\r\n");

View File

@@ -1,6 +1,7 @@
// src/render/background.h // src/render/background.h
#pragma once #pragma once
constexpr int VIEW_WIDTH = 90;
// Draws the ASCII art background with optional message // Draws the ASCII art background with optional message
void draw_mask(const char *unused_filename, int shift, const char *text = nullptr); void draw_mask(const char *unused_filename, int shift, const char *text = nullptr);

View File

@@ -1,111 +1,80 @@
// src/render/loop.cpp // src/render/loop.cpp
#include "loop.h" #include "loop.h"
#include "../background_dark_inverted.h" #include "../assets/background_frame.h"
#include "player_positioning.h"
#include "background.h" #include "background.h"
#include "mbed.h" #include "mbed.h"
#include "player.h" #include "player.h"
#include "player_mask.h" #include "../game/state.h"
#include <cstring> #include "../game/animation.h"
#include "../hardware/uart.h"
#include "../render/player.h"
#include "../timing/speed_controller.h"
#include "../timing/movement_controller.h"
extern BufferedSerial serial_port; extern BufferedSerial serial_port;
extern DigitalOut led; extern DigitalOut led;
#define BUFFER_SIZE 64 // Constants
// constexpr int PLAYER_X = 9;
static char rx_buffer[BUFFER_SIZE]; constexpr int PLAYER_X = 29;
static char message[BUFFER_SIZE]; constexpr int PLAYER_Y = 6;
static bool message_active = false;
void draw_mask(const char *unused_filename, int shift, const char *text); void draw_mask(const char *unused_filename, int shift, const char *text);
// Returns:
// 0 = no change - walk1
// 1 = normal redraw - walk2
// 2 = button triggered - crawl1
static int read_uart() {
bool changed = false;
bool triggered = false;
// cita spravu z uartu
if (serial_port.readable()) {
memset(rx_buffer, 0, sizeof(rx_buffer));
ssize_t num = serial_port.read(rx_buffer, sizeof(rx_buffer) - 1);
if (num > 0) {
led = !led; // toogle ledky
strncpy(message, rx_buffer, sizeof(message) - 1);
message_active = true;
changed = true;
triggered = true;
}
}
// casovac na 1s zobrazenia spravy
static Timer msg_timer;
static bool timer_started = false;
if (!timer_started) {
msg_timer.start();
timer_started = true;
}
// po jednu sekundu sa sprava zobrazi
if (message_active && msg_timer.elapsed_time() > 1s) {
message_active = false;
memset(message, 0, sizeof(message));
msg_timer.reset();
changed = true;
}
if (triggered)
return 2; // LED toggled press
if (changed)
return 1;
return 0;
}
static bool update_animation(Timer &anim_timer, int &shift, int speed) {
if (anim_timer.elapsed_time() >= 170ms) {
// speed determines scroll steps per tick
shift += speed;
anim_timer.reset();
return true;
}
return false;
}
void render_loop(int speed) { void render_loop(int speed) {
Timer msg_timer; WalkingState player_state;
Timer anim_timer; AnimationController animation;
msg_timer.start(); UartReader uart(serial_port);
anim_timer.start(); MovementController mover(PLAYER_X, VIEW_WIDTH);
SpeedController timing;
timing.set_ground_speed(speed);
CharacterPosition pos = {PLAYER_X, PLAYER_Y};
int shift = 0;
const char *bg_file = "background_dark_inverted.txt"; const char *bg_file = "background_dark_inverted.txt";
bool need_redraw = false; bool need_redraw = false;
int anim_tick_counter = 0;
int tick_counter = 0;
int player_speed = 6;
player_state.set_state(PlayerState::Run);
while (true) { while (true) {
tick_counter++;
mover.update_position(player_speed, timing.get_ground_speed());
pos.x = mover.get_position();
need_redraw = false; need_redraw = false;
UartEvent uart_event = uart.poll();
int uart_state = read_uart(); // returns 0/1/2 if (uart_event == UartEvent::MessageUpdate) {
if (uart_state == 1)
need_redraw = true; need_redraw = true;
bool triggered = (uart_state == 2);
if (update_animation(anim_timer, shift, speed))
need_redraw = true;
if (need_redraw || triggered) {
draw_mask(bg_file, shift, message_active ? message : nullptr);
static int frame = 0;
if (triggered) {
// Display triggered frame once
draw_player(18, 13, 2);
} else {
draw_player(18, 13, frame);
frame = (frame + 1) % 2; // alternate between frame 0 and 1
} }
if (uart_event == UartEvent::Triggered) {
// start crawl frame for x time
player_state.start_crawl();
need_redraw = true;
}
// Check if crawl duration expired
player_state.update();
if (animation.tick(speed)) {
anim_tick_counter++;
need_redraw = true;
}
if (need_redraw) {
player_state.toggle_walk_frame(player_speed, anim_tick_counter);
draw_mask(bg_file, animation.get_shift(), uart.get_message());
FrameSelection frame = player_state.get_frame_selection();
CharacterPosition draw_pos = get_aligned_frame_position(pos, frame.movement, frame.frame_index);
draw_character(draw_pos.x, draw_pos.y, frame.movement, frame.frame_index);
ThisThread::sleep_for(50ms); ThisThread::sleep_for(50ms);
} }

View File

@@ -1,35 +1,43 @@
// src/render/player.cpp // src/render/player.cpp
#include "player.h" #include "player.h"
#include "player_mask.h" #include "../assets/character_walk_frames.h"
#include "../assets/character_run_frames.h"
#include "../assets/character_crawl_frames.h"
#include <cstdio> #include <cstdio>
void draw_player(int view_width, int view_height, int frame_index) { void draw_character(int x, int y, MovementType movement, int frame_index) {
if (frame_index < 0 || frame_index >= PLAYER_FRAME_COUNT) const char **character = nullptr;
frame_index = 0; // fallback int character_height = 0;
int total_frames = 0;
const char **sprite = PLAYER_FRAMES[frame_index]; switch (movement) {
int sprite_height = 0; case MovementType::Walk:
if (frame_index == 0) total_frames = CHARACTER_WALK_FRAME_COUNT;
sprite_height = PLAYER_MASK_LINES_FRAME_1; if (frame_index < 0 || frame_index >= total_frames)
else if (frame_index == 1) frame_index = 0;
sprite_height = PLAYER_MASK_LINES_FRAME_2; character = CHARACTER_WALK_FRAMES[frame_index];
else character_height = CHARACTER_WALK_FRAME_HEIGHT;
sprite_height = PLAYER_MASK_LINES_FRAME_3; break;
// Width from first line case MovementType::Run:
int sprite_width = 0; total_frames = CHARACTER_RUN_FRAME_COUNT;
if (sprite_height > 0) { if (frame_index < 0 || frame_index >= total_frames)
const char *first_line = sprite[0]; frame_index = 0;
while (first_line[sprite_width] != '\0') character = CHARACTER_RUN_FRAMES[frame_index];
sprite_width++; character_height = CHARACTER_RUN_FRAME_HEIGHT;
break;
case MovementType::Crawl:
total_frames = CHARACTER_CRAWL_FRAME_COUNT;
if (frame_index < 0 || frame_index >= total_frames)
frame_index = 0;
character = CHARACTER_CRAWL_FRAMES[frame_index];
character_height = CHARACTER_CRAWL_FRAME_HEIGHT;
break;
} }
int center_x = view_width / 2 - sprite_width / 2; for (int i = 0; i < character_height; i++) {
int center_y = view_height / 2 - sprite_height / 2; printf("\033[%d;%dH%s", y + i + 1, x + 1, character[i]);
for (int i = 0; i < sprite_height; i++) {
printf("\033[%d;%dH%s", center_y + i + 1, center_x + 1, sprite[i]);
} }
fflush(stdout); fflush(stdout);
} }

View File

@@ -1,5 +1,11 @@
// src/render/player.h // src/render/player.h
#pragma once #pragma once
// Draw the player object centered over the background enum class MovementType {
void draw_player(int view_width, int view_height, int frame_index); Walk,
Run,
Crawl
};
// Draw the player object starting at given (x, y)
void draw_character(int x, int y, MovementType movement, int frame_index);

View File

@@ -1,50 +0,0 @@
// src/render/player_mask.h
#pragma once
// Player frame 1
static const char *PLAYER_MASK_FRAME_1[] = {
".....a@$..",
".....7PF..",
"..yaM@@__y",
"..@.y@FFF~",
"..._$M@_..",
"yaa@~.`@y.",
"........@r"
};
// Player frame 2
static const char *PLAYER_MASK_FRAME_2[] = {
".g@$",
".7PF",
"y@$.",
"0@F.",
"4@$.",
"y$@.",
"u@.."
};
// Player frame 3 (triggered)
static const char *PLAYER_MASK_FRAME_3[] = {
".._$@.",
".$By`.",
"4@$@@a",
"aa@W@."
};
// Combine frames for easy access
static const char **PLAYER_FRAMES[] = {
PLAYER_MASK_FRAME_1, // 0
PLAYER_MASK_FRAME_2, // 1
PLAYER_MASK_FRAME_3 // 2 (triggered)
};
static const int PLAYER_FRAME_COUNT = sizeof(PLAYER_FRAMES) / sizeof(PLAYER_FRAMES[0]);
// Line counts per frame
static const int PLAYER_MASK_LINES_FRAME_1 =
sizeof(PLAYER_MASK_FRAME_1) / sizeof(PLAYER_MASK_FRAME_1[0]);
static const int PLAYER_MASK_LINES_FRAME_2 =
sizeof(PLAYER_MASK_FRAME_2) / sizeof(PLAYER_MASK_FRAME_2[0]);
static const int PLAYER_MASK_LINES_FRAME_3 =
sizeof(PLAYER_MASK_FRAME_3) / sizeof(PLAYER_MASK_FRAME_3[0]);

View File

@@ -0,0 +1,30 @@
// src/render/player_positioning.cpp
#include "player_positioning.h"
#include "../assets/background_frame.h"
#include "../assets/character_walk_frames.h"
#include "../assets/character_run_frames.h"
#include "../assets/character_crawl_frames.h"
#include <cstdio>
CharacterPosition get_aligned_frame_position(CharacterPosition base,
MovementType movement,
int /*frame_index*/) {
int character_height = 0;
switch (movement) {
case MovementType::Walk:
character_height = CHARACTER_WALK_FRAME_HEIGHT;
break;
case MovementType::Run:
character_height = CHARACTER_RUN_FRAME_HEIGHT;
break;
case MovementType::Crawl:
character_height = CHARACTER_CRAWL_FRAME_HEIGHT;
break;
}
CharacterPosition draw_pos{};
draw_pos.x = base.x;
draw_pos.y = (VIEW_HEIGHT - base.y) - character_height;
return draw_pos;
}

View File

@@ -0,0 +1,12 @@
// src/render/player_positioning.h
#pragma once
#include "../assets/background_frame.h"
#include "player.h"
struct CharacterPosition {
int x;
int y;
};
// Calculates drawing position relative to bottom-left pivot
CharacterPosition get_aligned_frame_position(CharacterPosition base, MovementType movement,int frame_index);

View File

@@ -0,0 +1,29 @@
// src/timing/movement_controller.h
#pragma once
#include "mbed.h"
// Handles position of the player relative to ground movement
class MovementController {
private:
float x_pos;
const int view_width;
// Scale factor for translating speed difference to pixel movement
const float motion_scale = 0.2f;
public:
MovementController(int start_x, int width) : x_pos(static_cast<float>(start_x)), view_width(width) {}
void reset(int start_x) { x_pos = static_cast<float>(start_x); }
void update_position(int player_speed, int ground_speed) {
int delta = player_speed - ground_speed;
x_pos += static_cast<float>(delta) * motion_scale;
if (x_pos < 0) x_pos = 0;
if (x_pos > (VIEW_WIDTH - 10)) x_pos = static_cast<float>(VIEW_WIDTH - 10);
}
int get_position() const { return static_cast<int>(x_pos); }
};

View File

@@ -0,0 +1,34 @@
// src/timing/speed_controller.cpp
#include "speed_controller.h"
void SpeedController::set_ground_speed(int spd) {
if (spd < 0) spd = 0;
if (spd > 30) spd = 30;
ground_speed = spd;
}
int SpeedController::frame_advance_for(int object_speed, int tick_counter) const {
if (object_speed <= 0) {
return 0;
}
if (ground_speed == 0) {
return 1 + object_speed;
}
const int delta = object_speed - ground_speed;
if (delta > 0) {
return 1 + delta;
}
if (delta == 0) {
return 1;
}
float ratio_f = static_cast<float>(ground_speed) / object_speed;
int ratio = static_cast<int>(ratio_f + 0.3f);
if (ratio < 1) ratio = 1;
return (tick_counter % ratio == 0) ? 1 : 0;
}

View File

@@ -0,0 +1,19 @@
// src/timing/speed_controller.h
#pragma once
#include "mbed.h"
class SpeedController {
private:
int ground_speed = 1;
public:
SpeedController() = default;
void set_ground_speed(int spd);
int get_ground_speed() const { return ground_speed; }
// Calculates how many frames to advance for current tick.
// Takes objects current speed and a global tick counter
// to automatically handle slower "wait" behavior.
int frame_advance_for(int object_speed, int tick_counter) const;
};