peteGSX
070daa37dc
Move buffers to constructor
2022-12-15 07:58:21 +10:00
peteGSX
75f1a8f43a
More bugs to fix
2022-12-14 07:49:09 +10:00
Harald Barth
ad294ea17e
typo
2022-12-13 15:29:20 +01:00
peteGSX
8ecb408da7
Update I2C address, fix bug setting analogue pins
2022-12-13 19:51:41 +10:00
peteGSX
3862f7250d
Fix bugs, learn I2CManager
2022-12-12 19:54:20 +10:00
peteGSX
785b515f9e
Bug fixes, update registers
2022-12-11 19:44:42 +10:00
peteGSX
9699a44081
Rename pin file
2022-12-11 10:25:29 +10:00
peteGSX
cb9a8bb7a6
Getting somewhere
2022-12-11 10:22:48 +10:00
peteGSX
1d5897d2d2
A bit lost
2022-12-10 19:14:32 +10:00
peteGSX
7bc0433197
Add myHal.cpp example to driver
2022-12-10 08:32:15 +10:00
peteGSX
9104956009
Fix default pin maps
2022-12-10 08:28:20 +10:00
peteGSX
af4d8d4075
Merge branch 'add-ex-ioexpander' of https://github.com/DCC-EX/CommandStation-EX into add-ex-ioexpander
2022-12-10 08:25:05 +10:00
peteGSX
06945bb114
Try to add pin map classes
2022-12-10 08:23:46 +10:00
peteGSX
2d27cb052d
Add registers
2022-12-09 14:41:48 +10:00
peteGSX
8cbcf5df32
Basic shell of device driver started
2022-12-08 14:21:01 +10:00
Harald Barth
13368c319a
reuse WiThrottle list entries
2022-12-05 15:52:23 +01:00
Harald Barth
cb1fc75077
version
2022-12-04 20:12:04 +01:00
Harald Barth
b671d70dfe
fix static IP addr
2022-12-04 20:09:14 +01:00
Harald Barth
45b36c48cb
be more strict about int vs char for the wifi diag
2022-11-30 13:16:04 +01:00
pmantoine
d95096ded8
Fixes STM32 compiler warning, and WIT/WIFI diags
2022-11-30 10:11:27 +08:00
pmantoine
a6ae1a48a2
Fixed STM32F4xx MAC address simulation
2022-11-28 10:44:41 +08:00
pmantoine
913f0a0c86
STM32F412ZG/F446ZE serial support update
2022-11-27 21:04:49 +08:00
Harald Barth
984fd2fa08
select better bytes for the faked mac addr
2022-11-25 20:44:16 +01:00
Harald Barth
d062de2eb8
better pseudo random
2022-11-24 20:24:57 +01:00
Harald Barth
e1ec63464c
Merge branch 'devel' of https://github.com/DCC-EX/CommandStation-EX into devel
2022-11-23 22:45:59 +01:00
Harald Barth
aa02cd11e3
firebox disable, gcc flag for smaller binary
2022-11-23 22:44:29 +01:00
Neil McKechnie
ce5d546b9b
Update DCC.cpp to remove diagnostic code.
2022-11-22 17:26:11 +00:00
Neil McKechnie
644cb29a3a
Performance improvements in function DCC::issueReminders
...
Function issueReminders was taking around 1700us to complete. It has been refactored to optimise calculations and reduce the amount of the loco table that needs to be scanned each time. It now takes typically under 50us to execute.
2022-11-22 17:24:11 +00:00
Neil McKechnie
70203c3733
Fix to IO_DFPlayer.h - device was ignoring commands
...
The DFPlayer device does not like successive commands arriving to quickly after one another and may ignore a command. The driver has been modified to enforce a delay between commands by sending pad characters where necessary.
2022-11-22 17:15:13 +00:00
Harald Barth
f4aa572df2
Remove RAM thief
2022-11-18 20:19:53 +01:00
Harald Barth
01e5d49332
version
2022-11-16 00:14:54 +01:00
Harald Barth
6a3a891682
break to va_end()
2022-11-16 00:14:11 +01:00
Harald Barth
f5b48619bf
AVR Mega2560: Set timer reg ADCSRB correct
2022-11-16 00:13:31 +01:00
Harald Barth
4a3d8729c6
Merge branch 'devel' of https://github.com/DCC-EX/CommandStation-EX into devel
2022-11-09 00:52:31 +01:00
Harald Barth
d874ad8cc3
Make GETFLASHW code more universal
2022-11-09 00:52:07 +01:00
Harald Barth
bd8439c2f9
Fix: Roster indexing when sending to withrottle
2022-11-08 23:35:07 +01:00
pmantoine
65714ed1f2
Rename Nucleo build target
2022-11-08 07:48:35 +11:00
Harald Barth
280e61e1fc
Make EthernetInterface code more robust
2022-11-07 11:53:56 +01:00
Harald Barth
b061c0b347
version
2022-11-07 11:22:15 +01:00
Harald Barth
7f3d547541
Initialize outboundRing properly to NULL
2022-11-07 11:20:00 +01:00
Harald Barth
eb0861959c
version
2022-11-06 21:33:40 +01:00
Harald Barth
f1d445e056
Do not abort ethernet startup on W5100
2022-11-06 21:32:54 +01:00
Harald Barth
4f19a60621
number of ADC inputs was reversed
2022-11-06 21:30:32 +01:00
Harald Barth
2b3ba514b0
Use X as the questionmark sign in <T 17 X>
2022-11-05 23:11:54 +01:00
Harald Barth
a199de6d3e
Make <T nn ?> return long config print
2022-11-04 23:43:26 +01:00
Harald Barth
c0cb643cb5
When sending all turnouts, keep it short
2022-11-04 23:15:29 +01:00
Harald Barth
be2f3b0db7
Ethernet restructure
2022-11-04 16:08:43 +01:00
pmantoine
f939ea0768
Add MEGAAVR ADCeee skeleton.
2022-11-02 13:55:10 +08:00
pmantoine
863c839563
Add Teensy ADCee class skeleton.
2022-11-02 13:46:16 +08:00
Harald Barth
ee4963dfca
devel version string update
2022-10-31 19:43:55 +01:00