00:00:00 --- log: started forth/20.06.19 00:02:02 --- quit: WickedShell (Remote host closed the connection) 01:05:11 --- quit: dave0 (Remote host closed the connection) 01:10:25 --- join: dave0 joined #forth 02:28:19 --- join: xek joined #forth 03:07:17 --- join: inode joined #forth 03:10:08 --- join: iyzsong joined #forth 03:16:16 --- join: TCZ joined #forth 03:28:32 --- quit: TCZ (Quit: Leaving) 03:33:06 --- join: TCZ joined #forth 04:07:33 --- join: dddddd joined #forth 04:44:05 --- quit: proteus-guy (Ping timeout: 246 seconds) 04:44:22 --- quit: proteusguy (Ping timeout: 256 seconds) 04:47:44 --- quit: nonlinear (Ping timeout: 260 seconds) 05:16:19 --- join: X-Scale` joined #forth 05:17:23 --- quit: X-Scale (Ping timeout: 264 seconds) 05:17:24 --- nick: X-Scale` -> X-Scale 05:57:49 --- join: proteus-guy joined #forth 05:58:03 --- join: proteusguy joined #forth 05:58:03 --- mode: ChanServ set +v proteusguy 06:23:50 --- quit: gravicappa (Ping timeout: 246 seconds) 06:41:21 --- quit: Zarutian_HTC| (Ping timeout: 258 seconds) 07:10:05 --- quit: TCZ (Quit: Leaving) 07:27:01 --- join: nonlinear joined #forth 07:27:30 --- join: Zarutian_HTC joined #forth 07:47:12 --- quit: dave0 (Quit: dave's not here) 07:58:26 --- join: TCZ joined #forth 08:09:12 --- quit: iyzsong (Quit: ZNC 1.8.0 - https://znc.in) 08:29:16 --- quit: jedb (Ping timeout: 240 seconds) 08:32:31 --- quit: reepca (*.net *.split) 08:32:31 --- quit: rann (*.net *.split) 08:32:32 --- quit: cantstanya (*.net *.split) 08:32:50 --- join: reepca joined #forth 08:32:50 --- join: rann joined #forth 08:32:50 --- join: cantstanya joined #forth 08:38:51 --- quit: jimt[m] (Ping timeout: 246 seconds) 08:38:51 --- quit: siraben (Ping timeout: 246 seconds) 08:39:49 --- quit: Blue_flame (Ping timeout: 260 seconds) 08:49:16 --- quit: TCZ (Quit: Leaving) 09:04:58 --- quit: xek (Ping timeout: 256 seconds) 09:09:08 --- join: gravicappa joined #forth 10:08:25 --- join: siraben joined #forth 10:18:57 --- join: jimt[m] joined #forth 10:18:57 --- join: Blue_flame joined #forth 10:24:22 --- quit: Zarutian_HTC (Quit: Bye) 10:35:56 --- join: X-Scale` joined #forth 10:37:16 --- quit: X-Scale (Ping timeout: 260 seconds) 10:37:52 --- nick: Blue_flame -> Guest83967 10:48:40 --- nick: X-Scale` -> X-Scale 11:55:09 --- quit: gravicappa (Ping timeout: 240 seconds) 11:58:16 --- join: gravicappa joined #forth 12:02:24 --- quit: tabemann (Ping timeout: 256 seconds) 12:02:56 --- join: tabemann joined #forth 12:10:36 --- quit: reepca (Ping timeout: 240 seconds) 13:03:49 --- join: Zarutian_HTC joined #forth 13:54:36 --- join: xek joined #forth 14:26:04 --- join: xek_ joined #forth 14:28:36 --- quit: xek (Ping timeout: 256 seconds) 14:47:02 --- quit: gravicappa (Ping timeout: 258 seconds) 14:54:35 --- quit: xek_ (Ping timeout: 264 seconds) 15:54:00 tabemann: the latest develop branch of stlink does install all required headers (again) 15:54:23 now only the usb logging remains 16:00:40 and that looks like a fuckup on libusb's part 16:01:04 they define two enums (one for debug level and one for the logging level) 16:01:38 there is a comment in libusb.h above libusb_set_debug() making it look like it accept a logging level 16:02:18 but instead it just checks for the debug values 16:02:35 causing it to emit lots of function level tracing 16:15:35 and to show how much they really appreciate user feedback the locked down the issue tracker to contributors only 16:16:02 i guess that's one way to get the number of publicly documented bugs down 16:16:47 *facepalm* 16:20:18 --- join: WickedShell joined #forth 17:00:48 i can't even open a pull request to fix the logging problem on FreeBSD 17:10:23 --- quit: inode (Quit: ) 17:48:05 i send my patch via email to one of the two members of the stlink github organization because nigthwalker 87 hasn't provided a public email address 17:48:44 and my google foo isn't strong enough reliably connect an email address to him/her 17:49:51 anyway there is a workaround to silence the exessive usb logging even in the stlink 1.6.1 release 17:50:31 the freebsd libusb looks for a magic env var that overrides all other ways to configure the log level 17:51:16 so a simple setenv() should be enough to allow swdcom to work if the headers are installed 17:51:18 *sigh* 18:29:12 --- join: dave0 joined #forth 18:41:21 --- join: jedb joined #forth 18:48:21 --- join: boru` joined #forth 18:48:24 --- quit: boru (Disconnected by services) 18:48:26 --- nick: boru` -> boru 18:55:22 hey guys 19:01:58 hey tabemann 19:05:05 * tabemann is trying to think of what to implement other than porting zeptoforth to numworks, as that would be a major pain 19:16:13 --- join: iyzsong joined #forth 19:17:11 tabemann, do you own one of them? there are a lot of other calculators that would probably be easier 19:17:23 unless a lot of your source is in assembly 19:19:16 I think there is a good C compiler for this for example https://en.wikipedia.org/wiki/Casio_graphic_calculators#fx-CG_Prizm_series 19:19:33 HP-50G is also godly but expensive 19:21:01 I own one of them 19:21:12 my source is assembly and forth 19:21:37 the advantage of the numworks calculator is that it's Cortex-M, and zeptoforth targets Cortex-M 19:22:03 makes sense 19:23:08 the main problem is that I own one of the newer numworks calculators, and it switched from relying upon onboard flash to (mostly) relying upon external flash (which I have to figure out the memory controller for) 19:23:49 thats a pain 19:24:16 if you could modify the OS though it would be cool to switch into FOrth when you need it then back to the regular OS 19:24:27 like some way to escape and execute arbitrary code 19:24:37 this calculator has only 64K of internal flash 19:24:48 that would require a complete rewrite of zeptoforth 19:25:18 hmm, doesnt it execute code from the external flash though? 19:25:27 I presume so 19:25:36 oh i forgot this is java right? I didnt think it might be interpretting byte code from the external flash 19:26:13 no, numworks is written in C++ aside from code executed by micropython which is in, well, python 19:26:37 bbl 19:37:14 --- quit: cp-- (Quit: Disappeared in a puff of smoke) 19:38:26 --- join: cp- joined #forth 19:40:52 back 19:48:03 --- quit: arrdem (Read error: Connection reset by peer) 19:49:23 --- quit: guan (Ping timeout: 272 seconds) 19:53:05 --- join: guan joined #forth 19:54:37 --- join: arrdem joined #forth 20:02:30 --- quit: iyzsong (Read error: Connection reset by peer) 20:06:06 --- join: iyzsong joined #forth 20:45:51 --- quit: WickedShell (Remote host closed the connection) 20:59:59 --- join: jsoft joined #forth 21:22:15 --- quit: dddddd (Ping timeout: 258 seconds) 22:14:38 --- quit: Zarutian_HTC (Remote host closed the connection) 22:18:22 --- quit: jsoft (Ping timeout: 256 seconds) 22:22:57 --- join: jsoft joined #forth 22:39:24 --- quit: dave0 (Quit: dave's not here) 22:54:05 --- join: gravicappa joined #forth 23:53:00 --- quit: gravicappa (Ping timeout: 256 seconds) 23:59:59 --- log: ended forth/20.06.19