Rodrigo Alfonso
|
d8908ca004
|
Version => v8.0.3
|
2025-04-19 08:22:33 -03:00 |
|
Rodrigo Alfonso
|
6edef9ab20
|
Version => v8.0.2
|
2025-03-18 20:14:35 -03:00 |
|
Rodrigo Alfonso
|
8fe9c5f710
|
Version => v8.0.1
|
2025-02-24 03:08:08 -03:00 |
|
Rodrigo Alfonso
|
8d20770e2c
|
LinkRawWireless//LinkSPI: Save a bit of IWRAM by removing unneeded checks in irq handler
|
2025-02-18 19:02:06 -03:00 |
|
Rodrigo Alfonso
|
dbd0175159
|
Controlling how the library methods behave when not activated
|
2025-02-10 22:56:21 -03:00 |
|
Rodrigo Alfonso
|
a82088ad7c
|
Converting enum to enum class
|
2025-01-26 23:13:24 -03:00 |
|
Rodrigo Alfonso
|
963dfb18a3
|
Using vu types
|
2025-01-22 06:10:09 -03:00 |
|
Rodrigo Alfonso
|
4da4c4996d
|
Formatting code
|
2025-01-20 03:55:14 -03:00 |
|
Rodrigo Alfonso
|
7b28dd3640
|
Fixing version tags
|
2025-01-17 00:26:03 -03:00 |
|
Rodrigo Alfonso
|
6e8be79bd0
|
Version v7.1.0 => v8.0.0
|
2025-01-12 09:57:27 -03:00 |
|
Rodrigo Alfonso
|
532c178c02
|
Standarizing usage of libugba interrupt handler instead of tonc in examples and docs
|
2025-01-12 09:21:08 -03:00 |
|
Rodrigo Alfonso
|
afb05da665
|
Stop duplicating int definitions
|
2025-01-05 08:52:59 -03:00 |
|
Rodrigo Alfonso
|
8cf3bb5a1c
|
Adding volatile to variables that could change during interrupts and are read in main thread to prevent issues with compiler optimizations
|
2025-01-05 08:44:37 -03:00 |
|
Rodrigo Alfonso
|
9af5aa2e1a
|
Version => v7.1.0, updating license
|
2025-01-01 20:00:16 -03:00 |
|
Rodrigo Alfonso
|
fb1bafcd4c
|
Version v7.0.0 => v7.0.1
|
2024-09-14 04:56:07 -03:00 |
|
Rodrigo Alfonso
|
f459a8f142
|
Marking headers as system headers outside development
|
2024-08-26 22:29:07 -03:00 |
|
Rodrigo Alfonso
|
a0934eaa1d
|
Adding basic packet sending (works!!)
|
2024-08-15 11:11:40 -03:00 |
|
Rodrigo Alfonso
|
ee097dd80e
|
Making SPI receive the DataSize so 8-bit and 32-bit packets can be used in the same project
|
2024-08-15 11:11:40 -03:00 |
|
Rodrigo Alfonso
|
908c67679c
|
Adding Doxygen-style docs for IDE autocompletion in LinkUniversal
|
2024-08-08 09:00:38 -03:00 |
|
Rodrigo Alfonso
|
6681ef759f
|
Adding Doxygen-style docs for IDE autocompletion in LinkUART
|
2024-08-07 11:21:35 -03:00 |
|
Rodrigo Alfonso
|
e56153a758
|
Renaming setNormalMode() method
|
2024-08-07 10:20:10 -03:00 |
|
Rodrigo Alfonso
|
d72a112732
|
Adding Doxygen-style docs for IDE autocompletion in LinkPS2Mouse
|
2024-08-07 08:41:32 -03:00 |
|
Rodrigo Alfonso
|
84d1f596f8
|
Adding sanity checks in LinkUniversal and LinkWireless on max players and reported player ids
|
2024-08-06 23:58:59 -03:00 |
|
Rodrigo Alfonso
|
eaf930e71b
|
Dropping tonc dependency in LinkCable
|
2024-08-06 22:32:42 -03:00 |
|
Rodrigo Alfonso
|
be65e8dc9d
|
Renaming _link_common.h => _link_common.hpp
|
2024-08-06 09:56:58 -03:00 |
|
Rodrigo Alfonso
|
93dea32481
|
Adding Doxygen-style docs for IDE autocompletion in LinkSPI
|
2024-08-06 08:02:01 -03:00 |
|
Rodrigo Alfonso
|
aa1c98bfb0
|
Dropping tonc dependency in LinkSPI
|
2024-08-06 06:57:01 -03:00 |
|
Rodrigo Alfonso
|
69fa07409a
|
Version => v7.0.0
|
2024-08-06 02:51:12 -03:00 |
|
Rodrigo Alfonso
|
af429fa565
|
Version => v6.4.0
|
2024-08-05 10:20:46 -03:00 |
|
Rodrigo Alfonso
|
366518faaf
|
Improving documentation
|
2024-08-05 09:55:26 -03:00 |
|
Rodrigo Alfonso
|
33f0d2ca4e
|
Version => v6.3.0
|
2024-04-21 18:59:02 -03:00 |
|
Rodrigo Alfonso
|
c2ebcc23fc
|
Version => v6.2.3
|
2024-03-01 17:43:04 -03:00 |
|
Rodrigo Alfonso
|
7e50be40dd
|
Version => v6.2.2
|
2024-02-24 02:20:24 -03:00 |
|
Rodrigo Alfonso
|
b8540e7dda
|
Removing cursed assembly from LinkSPI, as it wasn't needed - Fixes #18
|
2024-02-07 01:14:59 -03:00 |
|
Rodrigo Alfonso
|
70d914dae3
|
Adding optional 8-bit support to LinkSPI
|
2024-02-04 23:33:23 -03:00 |
|
Rodrigo Alfonso
|
5c69549f6b
|
Making LinkSPI more robust and using SendDataWait
|
2024-01-30 06:12:25 -03:00 |
|
Rodrigo Alfonso
|
2a998b1edf
|
Starting wireless multiboot draft
|
2024-01-29 04:42:43 -03:00 |
|
Rodrigo Alfonso
|
ab11a89662
|
Increasing version to v6.2.0
|
2024-01-24 06:15:24 -03:00 |
|
Rodrigo Alfonso
|
0779535b2c
|
Adding notes about libugba and small fix to support 5 players in LinkUniversal
|
2024-01-18 19:10:32 -03:00 |
|
Rodrigo Alfonso
|
3db87d79bf
|
Using cstring on LinkWireless/LinkUniversal
|
2024-01-15 19:21:51 -03:00 |
|
Rodrigo Alfonso
|
69e8e7700a
|
Increasing version to v6.1.0
|
2024-01-15 09:58:57 -03:00 |
|
Rodrigo Alfonso
|
87997c15ab
|
Adding LinkRawCable
|
2024-01-10 09:15:01 -03:00 |
|
Rodrigo Alfonso
|
46f257c015
|
Using native wireless adapter's support for maxPlayers instead of using EndHost & updating broadcast data
|
2024-01-06 02:10:49 -03:00 |
|
Rodrigo Alfonso
|
e592884692
|
Setting current version to v6.0.2
|
2024-01-03 11:10:58 -03:00 |
|
Rodrigo Alfonso
|
af29548f5f
|
Increasing version to v6.0.1 and cleaning up code/docs
|
2024-01-02 04:33:35 -03:00 |
|
Rodrigo Alfonso
|
5a9e54dd59
|
Switching communication modes in a single operation
|
2023-11-19 05:00:55 -03:00 |
|
Rodrigo Alfonso
|
2981032bbc
|
Using hpp extension as these are C++ header files, and updating docs
|
2023-11-18 08:37:00 -03:00 |
|